Click here to Skip to main content
15,886,788 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Cryptographer issue Pin
T M Gray26-Aug-10 5:37
T M Gray26-Aug-10 5:37 
GeneralRe: Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Cryptographer issue [modified] Pin
Sudhanshu Mani Tripathi26-Aug-10 19:48
Sudhanshu Mani Tripathi26-Aug-10 19:48 
QuestionProblem with Wizard Control Pin
AndyASPVB25-Aug-10 11:35
AndyASPVB25-Aug-10 11:35 
QuestionOdd Logon Failure with Enterprise Libraries Exception Handler Pin
DeepToot25-Aug-10 5:04
DeepToot25-Aug-10 5:04 
QuestionSilverlight and aspx pages Pin
future383925-Aug-10 4:11
future383925-Aug-10 4:11 
QuestionBuild DAL for asp.net 3.5 project, List <> or DataSet Pin
vrsanaidu25-Aug-10 1:49
vrsanaidu25-Aug-10 1:49 
AnswerRe: Build DAL for asp.net 3.5 project, List or DataSet Pin
Ennis Ray Lynch, Jr.25-Aug-10 3:50
Ennis Ray Lynch, Jr.25-Aug-10 3:50 
AnswerRe: Build DAL for asp.net 3.5 project, List or DataSet Pin
T M Gray25-Aug-10 11:44
T M Gray25-Aug-10 11:44 
Some of the most common reasons people give for using List<T> instead of datasets are:

Datasets are big and come with a lot of overhead.
Datasets are subject to more runtime errors due to data type issues.
List<T> gives you access to all sorts of cool extension methods in Linq which are also compile time checked versus using sql filters on datasets which are runtime checked.

You could jump straight to 4.0 instead of 3.5 and use Entity Framework[^].
AnswerRe: Build DAL for asp.net 3.5 project, List or DataSet Pin
Richard A. Dalton26-Aug-10 4:32
Richard A. Dalton26-Aug-10 4:32 
QuestionApparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan23-Aug-10 19:19
Talal Sultan23-Aug-10 19:19 
AnswerRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
R. Giskard Reventlov23-Aug-10 21:34
R. Giskard Reventlov23-Aug-10 21:34 
AnswerRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae23-Aug-10 22:48
Eaverae23-Aug-10 22:48 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan23-Aug-10 23:17
Talal Sultan23-Aug-10 23:17 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae23-Aug-10 23:39
Eaverae23-Aug-10 23:39 
AnswerRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae24-Aug-10 4:58
Eaverae24-Aug-10 4:58 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan24-Aug-10 19:12
Talal Sultan24-Aug-10 19:12 
AnswerRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae25-Aug-10 0:45
Eaverae25-Aug-10 0:45 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan25-Aug-10 2:06
Talal Sultan25-Aug-10 2:06 
JokeRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae25-Aug-10 2:28
Eaverae25-Aug-10 2:28 
JokeRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan25-Aug-10 3:14
Talal Sultan25-Aug-10 3:14 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan29-Aug-10 19:23
Talal Sultan29-Aug-10 19:23 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae20-Sep-10 19:57
Eaverae20-Sep-10 19:57 
QuestionHow to fix the error "It is an error to use a section registered as allowDefinition='MachineToApplication' Pin
nilam247723-Aug-10 2:13
nilam247723-Aug-10 2:13 
AnswerRe: How to fix the error "It is an error to use a section registered as allowDefinition='MachineToApplication' Pin
R. Giskard Reventlov23-Aug-10 7:39
R. Giskard Reventlov23-Aug-10 7:39 
QuestionHow to refresh the ASP.Net page after asynchronously updating the contents of page Pin
Paramhans Dubey23-Aug-10 2:13
professionalParamhans Dubey23-Aug-10 2:13 

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.