udaydenduluri

Stories submitted by udaydenduluri

Frequently Asked Questions in SQL Server 2005 - Programmer Perspective(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

This article covers all the basics of SQL Server 2005. It targets more towards .NET programmers who want to use the SQL server 2005 and not for advanced SQL server programmers. read more...

add a comment |category: |Views: 12

tags: another

Understanding Internet Information Services IIS 7.0(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

This article covers the new features intended to come up in IIS 7.0 Windows Process Activation Service (WAS), Web server engine, new approach to processing requests and integrating the request-processing pipelines from IIS and ASP.NET. read more...

add a comment |category: |Views: 2

tags: another

Frequently Asked Questions in .NET 2.0(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

The questions and answers discussed in this article are the common questions programmers encounter in interviews. Most of the questions are basic questions of .NET and some of them are from ASP.NET 2.0. read more...

add a comment |category: |Views: 12

tags: another

CodeDOM in C# 2.0(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

CodeDOM is a very powerful Application Programming Interface (API) that is available with Microsoft .NET 2.0. This API can do wonders for you by generating code on the fly. This article takes a look at this technology and explains it with code examples wherever appropriate. read more...

4 comments |category: |Views: 199

tags: another

Validating a XML File using XSD in C#(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

Have you ever validated a XML File using XSD? Let me know your comments. read more...

add a comment |category: |Views: 26

tags: another

Exception Handling Techniques in C# 2.0(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

Believe me handling exception is one of the toughest things to do for a programmer. It taking your wife for shopping to a very expensive place and allowing her to choose what she wants to buy. :-) Exception handling techniques explained in a best possible way. read more...

4 comments |category: |Views: 34

tags: another

Story of a Constructors in C#(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

There are 2 constructors. The 2 are brothers. One is static and other one is instance one. Both being brothers work [function] differently. Let us see each of them in detail. Let me know your comments. Uday.D read more...

1 comment |category: |Views: 1

tags: another