Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 05, 2012, 12:46:17 AM
Home
Forum
Help
Search
Login
Register
MsDotnetHeaven ... Forums
>
C# - Discussion Board
>
Visual C# Language
>
What data types is to be used
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: What data types is to be used (Read 1253 times)
0 Members and 1 Guest are viewing this topic.
smartbrain
Member
Reputation 73
Offline
Posts: 72
What data types is to be used
«
on:
July 04, 2010, 12:38:28 PM »
Nullabel<T> generic is used for which data types
Logged
Nikita
- Smart Brain
Freelancer - Web Developer
MsDotnetHeaven ... Forums
What data types is to be used
«
on:
July 04, 2010, 12:38:28 PM »
Logged
Gaurav Khanna
Administrator
Starter
Reputation 0
Offline
Posts: 7
Re: What data types is to be used
«
Reply #1 on:
July 05, 2010, 11:58:14 AM »
A type is said to be nullable if it can be assigned a value or can be assigned Nothing, which means the type has no value whatsoever. Consequently, a nullable type can express a value, or that no value exists. For example, a reference type such as String is nullable, whereas a value type such as Int32 is not. A value type cannot be nullable because it has enough capacity to express only the values appropriate for that type; it does not have the additional capacity required to express a value of null.
The Nullable(Of T) structure supports using only a value type as a nullable type because reference types are nullable by design.
The Nullable class provides complementary support for the Nullable(Of T) structure. The Nullable class supports obtaining the underlying type of a nullable type, and comparison and equality operations on pairs of nullable types whose underlying value type does not support generic comparison and equality operations.
Logged
MsDotnetHeaven ... Forums
Re: What data types is to be used
«
Reply #1 on:
July 05, 2010, 11:58:14 AM »
Logged
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
MsDotNetHeaven - Board
-----------------------------
=> Announcements
=> Articles
-----------------------------
Architecture and Design Board
-----------------------------
=> Design Patterns - Discussion
=> Unified Modeling Language - UML
-----------------------------
C# - Discussion Board
-----------------------------
=> Visual C# General
=> Visual C# IDE
=> Visual C# Language
-----------------------------
Microsoft Server Components
-----------------------------
=> BizTalk
=> Sharepoint
-----------------------------
Microsoft .NET Development - Discussion Board
-----------------------------
=> ADO.Net - Discussion
=> Asp.Net - Discussion
===> Caching, Viewstate
=> CLR - Common Language Runtime
=> Desktop Development
=> Linq Forum
=> Microsoft .Net Framework
=> Remoting
=> Visual Studio
=> Visual Source Safe
=> WPF - Windows Presentation Foundation
=> WCF - Windows Communication Foundation
=> WebServices
=> WindowServices
-----------------------------
Others Development
-----------------------------
=> AJAX
=> SEO - Search Engine Optimization
=> HTML
=> XML
=> CSS-Cascading Style Sheet
=> Javascript
=> jQuery
=> VBScript
=> Microsoft Dynamics
=> Smart Devices
=> Expression Blend
=> Guidelines
=> Microsoft Excel
=> Microsoft Word
=> Setup and Installations
=> Windows Programming
=> RSS - really simple syndication
=> PHP Development
=> General
-----------------------------
RDBMS - Discussion Board
-----------------------------
=> SQLSERVER
=> ORACLE
=> MYSQL
=> Access
-----------------------------
Silverlight Development
-----------------------------
=> Game Development
=> Application Development
-----------------------------
Visual Basic
-----------------------------
=> Visual Basic IDE
=> Visual Basic Interop and Upgrade
=> Visual Basic Language
=> Visual Basic Power Packs
=> Visual Basic General
=> VB 6
-----------------------------
Web/Application Servers
-----------------------------
=> Internet Information Services - IIS
=> Websphere
=> Apache Tomcat