Click here to Skip to main content
15,887,966 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: System.Web.Services Not Found Pin
Winkles15-May-10 12:06
Winkles15-May-10 12:06 
QuestionHow To Restrict Pin
mjawadkhatri13-May-10 19:29
mjawadkhatri13-May-10 19:29 
AnswerRe: How To Restrict Pin
Rajesh Anuhya13-May-10 19:46
professionalRajesh Anuhya13-May-10 19:46 
AnswerRe: How To Restrict Pin
The Man from U.N.C.L.E.14-May-10 3:29
The Man from U.N.C.L.E.14-May-10 3:29 
AnswerRe: How To Restrict Pin
DaveAuld14-May-10 3:48
professionalDaveAuld14-May-10 3:48 
QuestionUsage of generics in .net projects Pin
kalyan_vb12-May-10 18:34
kalyan_vb12-May-10 18:34 
AnswerRe: Usage of generics in .net projects Pin
Abhinav S12-May-10 20:04
Abhinav S12-May-10 20:04 
AnswerRe: Usage of generics in .net projects Pin
Peace ON12-May-10 21:52
Peace ON12-May-10 21:52 
Generic would always increase performance

If you avoid using generics then you must need to
either type cast or apply boxing and unboxing which
ultimately degrades performance.

To evaluate performance (To get idea about benefits of generics)

http://csharpfeeds.com/post/1468/Use_Generics_to_improve_performance.aspx[^]

Hope this will help!
Jinal Desai - LIVE
Experience is mother of sage....

GeneralRe: Usage of generics in .net projects Pin
kalyan_vb13-May-10 7:10
kalyan_vb13-May-10 7:10 
AnswerRe: Usage of generics in .net projects Pin
Peace ON13-May-10 21:58
Peace ON13-May-10 21:58 
AnswerRe: Usage of generics in .net projects Pin
PIEBALDconsult13-May-10 4:11
mvePIEBALDconsult13-May-10 4:11 
QuestionR6002 - floating point support not loaded Pin
marca29211-May-10 21:50
marca29211-May-10 21:50 
AnswerRe: R6002 - floating point support not loaded Pin
Richard MacCutchan11-May-10 22:07
mveRichard MacCutchan11-May-10 22:07 
QuestionNServiceBus serialization of inheritanced Type issue [modified] Pin
Tiju John11-May-10 1:04
Tiju John11-May-10 1:04 
QuestionBuilt-in graphic images for .Net Pin
Don Heath10-May-10 11:45
Don Heath10-May-10 11:45 
AnswerRe: Built-in graphic images for .Net Pin
Henry Minute11-May-10 1:49
Henry Minute11-May-10 1:49 
GeneralRe: Built-in graphic images for .Net Pin
Don Heath11-May-10 2:40
Don Heath11-May-10 2:40 
GeneralRe: Built-in graphic images for .Net Pin
Henry Minute11-May-10 2:46
Henry Minute11-May-10 2:46 
QuestionDisable BindingSource.DataError event? Pin
Alan N10-May-10 10:37
Alan N10-May-10 10:37 
QuestionCoding conventions Pin
Simon_Whale10-May-10 5:38
Simon_Whale10-May-10 5:38 
AnswerRe: Coding conventions Pin
Not Active10-May-10 6:57
mentorNot Active10-May-10 6:57 
AnswerRe: Coding conventions Pin
Luc Pattyn10-May-10 8:02
sitebuilderLuc Pattyn10-May-10 8:02 
AnswerRe: Coding conventions Pin
Abhinav S10-May-10 16:59
Abhinav S10-May-10 16:59 
AnswerRe: Coding conventions Pin
PIEBALDconsult11-May-10 4:04
mvePIEBALDconsult11-May-10 4:04 
GeneralRe: Coding conventions Pin
Simon_Whale11-May-10 4:08
Simon_Whale11-May-10 4:08 

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.