Click here to Skip to main content
15,887,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to Supress the Sub Report when there is no data in Crystal Reports Pin
sashidhar23-Sep-09 1:09
sashidhar23-Sep-09 1:09 
QuestionLINQ Disadvantages Pin
sris 42622-Sep-09 23:56
sris 42622-Sep-09 23:56 
AnswerRe: LINQ Disadvantages Pin
S.Dhanasekaran23-Sep-09 0:03
S.Dhanasekaran23-Sep-09 0:03 
GeneralRe: LINQ Disadvantages Pin
N a v a n e e t h23-Sep-09 0:46
N a v a n e e t h23-Sep-09 0:46 
AnswerRe: LINQ Disadvantages Pin
Manas Bhardwaj23-Sep-09 0:04
professionalManas Bhardwaj23-Sep-09 0:04 
AnswerRe: LINQ Disadvantages Pin
Vimalsoft(Pty) Ltd23-Sep-09 1:34
professionalVimalsoft(Pty) Ltd23-Sep-09 1:34 
QuestionRe: LINQ Disadvantages Pin
sris 42623-Sep-09 1:58
sris 42623-Sep-09 1:58 
AnswerRe: LINQ Disadvantages Pin
S.Dhanasekaran23-Sep-09 2:32
S.Dhanasekaran23-Sep-09 2:32 
Anyhow, you are somewhat comparing apples and oranges. LINQ to XML (and LINQ in general) is a query language whereas XSLT is a programming language to transform XML tree structures. These are different concepts. You would use a query language whenever you want to extract a certain specific piece of information from a data source to do whatever you need to do with it (be it to set fields in a C# object). A transformation, in contrast, would be useful to convert one XML representation of your data into another XML representation.

So if your aim is to create C# objects from XML, you probably don't want to use XSLT but any of the other technologies offered by the .NET Framework to process XML data: the old XmlDocument, XmlReader, XPathDocument, XmlSerializer or XDocument. Each has it's special advantages and disadvantages, depending on input size, input complexity, desired output etc.
GeneralRe: LINQ Disadvantages Pin
Not Active23-Sep-09 2:27
mentorNot Active23-Sep-09 2:27 
GeneralRe: LINQ Disadvantages Pin
Vimalsoft(Pty) Ltd23-Sep-09 2:41
professionalVimalsoft(Pty) Ltd23-Sep-09 2:41 
QuestionPrinting at specfic point at page Pin
Thekaninos22-Sep-09 22:53
Thekaninos22-Sep-09 22:53 
AnswerRe: Printing at specfic point at page Pin
N a v a n e e t h22-Sep-09 23:57
N a v a n e e t h22-Sep-09 23:57 
QuestionResource file in .net Pin
monika_vasvani22-Sep-09 22:44
monika_vasvani22-Sep-09 22:44 
AnswerRe: Resource file in .net Pin
S.Dhanasekaran22-Sep-09 23:33
S.Dhanasekaran22-Sep-09 23:33 
Questiongridview date sorting in asp.net????????????????? Pin
srinivassam22-Sep-09 21:33
srinivassam22-Sep-09 21:33 
AnswerRe: gridview date sorting in asp.net????????????????? Pin
S.Dhanasekaran22-Sep-09 23:59
S.Dhanasekaran22-Sep-09 23:59 
QuestionSave data from a html table to database Pin
yesu prakash22-Sep-09 21:15
yesu prakash22-Sep-09 21:15 
AnswerRe: Save data from a html table to database Pin
Abhishek Sur23-Sep-09 0:03
professionalAbhishek Sur23-Sep-09 0:03 
QuestionDATASET refresh every second - problem Pin
j_u_sankar22-Sep-09 20:43
j_u_sankar22-Sep-09 20:43 
AnswerRe: DATASET refresh every second - problem Pin
Vimalsoft(Pty) Ltd23-Sep-09 0:29
professionalVimalsoft(Pty) Ltd23-Sep-09 0:29 
QuestionCrystal Sub-report displaying the redundant records... Pin
jmk_cooljack22-Sep-09 20:42
jmk_cooljack22-Sep-09 20:42 
Questionemail Pin
mylogics22-Sep-09 20:27
professionalmylogics22-Sep-09 20:27 
AnswerRe: email Pin
Ravi Mori22-Sep-09 20:35
Ravi Mori22-Sep-09 20:35 
AnswerRe: email Pin
Abhijit Jana22-Sep-09 21:11
professionalAbhijit Jana22-Sep-09 21:11 
AnswerRe: email Pin
Vimalsoft(Pty) Ltd23-Sep-09 0:34
professionalVimalsoft(Pty) Ltd23-Sep-09 0:34 

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.