.NET Resources - Articles, Blogs, Tools, Book Reviews and more...
You can find valuable .NET resources including Articles, Software tools, book reviews, blogs, links to good articles and much more.
You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.
Articles
Brief Overview on Need of Validation Controls
Validation is the process of validating the form for checking before submitting the page to the server. Validation controls to check input values for datatype, range and format Validation can be performed at Server side validation and client side validation when the validation control is placed , if form is submitted without inputing any value error message will be firedSql server 2005 query to list of procedures using particular table
Using SQL, can I get list of all stored procedures that are using a particular table say Bank table This is mainly used at the time when there is alteration in the structure of the bank table simply executing this would give you list of all sps, views, etc which depend on that particular table i use this all the time as i work with a db which has over 400 tablesIntroduction to Web Services Part - II
AS the continuation of the previous articles this articles overs the definitions of all the components of the Web services , importance of web services and the Process how web services are hosted and accessed.Introduction to Web Services Part-I
This Article is about the introduction of web services and how web services came into existence, need of web services, history of web services from object oriented to common object model to distributed model and then web services describing the importance and drawbacks at each stepConverting the Double number into words using VB.net
This code converts the Double number into words first it takes the integer value and converts it into words and then the decimal part and converts into words. this code includes arrays, structures and functions using VB code
Converting the decimal values into words in c#
multiple functions to convert the given decimal value into words using c#, using some of the build in functions it takes integer part separtely and decimal part separetly and displays the number in words and after deciamal pointAbstract Classes with new and override keywords
Different senario's where we have use the Abstract Classes with new and override keywords. This article the implementation of abstract class with virtual with new and override keyword. This example show the virtual and overrides to accomplish Method overriding. Differentiate virtual and new to accomplish Method hiding.All About Abstract Classes
Abstract classes and its implementation and uses importance of the Abstract Classes the point of view of Real World Applications and scenarios Abstract classes and its implementation and uses importance of the Abstract Classes We come across the question like What is Abstract class? When we use Abstract Class? Why we need a class that cannot be instantiatedAdding the specified count to the semaphore would cause it to exceed its maximum count. c#
Adding the specified count to the semaphore would cause it to exceed its maximum count. C# An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. This exception is cuased when the max no of connection pool is reached.Insert or Update Null Values for DateTime Column of SQL Server through ASP.NET
Insert or Update Null Values for DateTime Column of SQL Server through ASP.NET. There are times there is a need to insert the null value in the datetime field in insert or update command text in asp.net that time we can use SqlDateTime.Null;