Click here to Skip to main content
15,881,803 members
Home / Discussions / C#
   

C#

 
AnswerRe: display (render) html in forms [modified] Pin
Luc Pattyn20-Dec-09 9:01
sitebuilderLuc Pattyn20-Dec-09 9:01 
GeneralRe: display (render) html in forms Pin
Jayapal Chandran20-Dec-09 9:16
Jayapal Chandran20-Dec-09 9:16 
GeneralRe: display (render) html in forms Pin
Luc Pattyn20-Dec-09 9:38
sitebuilderLuc Pattyn20-Dec-09 9:38 
GeneralRe: display (render) html in forms Pin
Jayapal Chandran20-Dec-09 11:04
Jayapal Chandran20-Dec-09 11:04 
AnswerRe: display (render) html in forms Pin
#realJSOP20-Dec-09 9:55
mve#realJSOP20-Dec-09 9:55 
GeneralRe: display (render) html in forms Pin
Jayapal Chandran20-Dec-09 11:05
Jayapal Chandran20-Dec-09 11:05 
QuestionNullable<> Pin
hotthoughtguy20-Dec-09 7:20
hotthoughtguy20-Dec-09 7:20 
AnswerRe: Nullable<> Pin
Luc Pattyn20-Dec-09 7:24
sitebuilderLuc Pattyn20-Dec-09 7:24 
One typically would use a Nullable if the variable needs a "I don't know the value" state (similar to "null" for reference types). For some value types, you don't need all possible values and can use a special value, such as DateTime.MinValue; for others, all conceivable values could be meaningful and the "no value" state needs a separate something (which happens to be a hidden boolean in Nullable, so they are costing more memory and more cycles).

I'm not very fond of Nullable, one can easily do without them.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


GeneralRe: Nullable<> Pin
hotthoughtguy20-Dec-09 7:29
hotthoughtguy20-Dec-09 7:29 
AnswerRe: Nullable<> Pin
Gideon Engelberth20-Dec-09 18:02
Gideon Engelberth20-Dec-09 18:02 
QuestionDisable resize cursor when on window border Pin
o m n i20-Dec-09 7:12
o m n i20-Dec-09 7:12 
AnswerRe: Disable resize cursor when on window border Pin
Luc Pattyn20-Dec-09 7:25
sitebuilderLuc Pattyn20-Dec-09 7:25 
GeneralRe: Disable resize cursor when on window border Pin
o m n i20-Dec-09 8:10
o m n i20-Dec-09 8:10 
QuestionSimple HTML tag reader (parser) in C# ? Pin
justme8920-Dec-09 7:11
justme8920-Dec-09 7:11 
AnswerRe: Simple HTML tag reader (parser) in C# ? Pin
Luc Pattyn20-Dec-09 7:27
sitebuilderLuc Pattyn20-Dec-09 7:27 
GeneralRe: Simple HTML tag reader (parser) in C# ? Pin
justme8920-Dec-09 8:46
justme8920-Dec-09 8:46 
GeneralRe: Simple HTML tag reader (parser) in C# ? Pin
Luc Pattyn20-Dec-09 8:51
sitebuilderLuc Pattyn20-Dec-09 8:51 
GeneralRe: Simple HTML tag reader (parser) in C# ? Pin
justme8920-Dec-09 8:53
justme8920-Dec-09 8:53 
AnswerRe: Simple HTML tag reader (parser) in C# ? Pin
Garth J Lancaster20-Dec-09 9:57
professionalGarth J Lancaster20-Dec-09 9:57 
AnswerRe: Simple HTML tag reader (parser) in C# ? Pin
Garth J Lancaster20-Dec-09 10:05
professionalGarth J Lancaster20-Dec-09 10:05 
GeneralRe: Simple HTML tag reader (parser) in C# ? Pin
justme8921-Dec-09 4:58
justme8921-Dec-09 4:58 
Questionnetwork security Pin
3bood.ghzawi20-Dec-09 0:54
3bood.ghzawi20-Dec-09 0:54 
AnswerRe: network security Pin
Richard MacCutchan20-Dec-09 1:32
mveRichard MacCutchan20-Dec-09 1:32 
QuestionI command "AT Command" can recharge the SIM card can be self-abandoned. Pin
Ir-win ChakadCo20-Dec-09 0:44
Ir-win ChakadCo20-Dec-09 0:44 
AnswerRe: I command "AT Command" can recharge the SIM card can be self-abandoned. Pin
Roger Wright20-Dec-09 1:11
professionalRoger Wright20-Dec-09 1:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.