DevASP.Net
|
Welcome to DevASP.Net, the first place to look for all your ASP.NET, VB.NET,
VS.NET, XML, SQL and C-Sharp information needs. Here you will find links to articles and tutorials written
by .Net experts, sample .Net code, free programming tools and downloads, sample chapters of new ASP.NET,
VB.NET, VS.NET, XML, SQL and C-Sharp reference books and announcements of training courses and conferences
where you can sharpen your .Net skills.
Check us out often because we're always adding new features. And before you leave, be sure to subscribe
to our DevASP.Net newsletter for a timely "heads-up" when there is important ASP.Net news you should
know about. DevASP.Net is here to help you unleash the power of .Net!
|
|
|  | |
.NET Namespaces (1874) .NET Framework Namespaces | Applications (937) Management, Email, Graphics, Search.. | Articles & Samples (49015) Assembly, Caching, Controls, Reflection.. | Community (94) Conferences, Chat Rooms, Jobs, Training.. | Component & Controls (1101) Forums, Management, Email, more.. | Developers Sites (204) Sites dedicated to developer community.. | Developers Training (265) Training CD-ROMs, Videos, Courseware.. | Downloads (372) Service Packs, Code, Msdn Show.. | Hosting Services (137) ASP and ASP.Net Hosting sites.. | Introduction (387) ASP, ADO.Net, C#, VB.NET, XML | Knowledge Base (2260) Knowledge Base Articles, Samples, Tutorials, HowTos... | Sample Chapters (236) Sample Chapters from Developer Books.. | Silverlight (627) Silverlight | Support WebCasts (694) Microsoft's Support WebCasts |
|
|
|
| Latest Posts at Dev Forums |
| |
|
| Find control in code behind and change its properties dynamically using asp.net. NEW |  | In this simple article you will learn to find control in code behind and change its properties dynamically. |
| | Write cookies using Response Object in code behind asp.net. NEW |  | In this simple article you will learn to write cookies. |
| | Read cookies using Response Object in code behind asp.net. NEW |  | In this simple article you will learn to Read cookies. |
| | How to do Sorting using Quick Sort algorithm in C# (.net 2.0) NEW |  | In this simple article you will learn how to do sorting using Quick sort in VB and C# .net 2.0. |
| | How to use Link Label Control in C# (.net). NEW |  | In this article you will learn that how we can use Link Label Control in C# and VB applications. |
| | Date Time Conversion in different formats (long time sting, OA date, short date string, short date string, universal time) using “Date Time” ” Class” in C# (.net 2.0) Part 2. |  | In this article you will learn that how we can convert Date and Time in different formats (long time sting, OA date, short date string, short date string, universal time) using“Date Time” Class in C#. |
| | Date Time Conversion in different formats (string, binary, local time, file time, file UTC time, Long Date String ) using “Date Time” ” Class” in C# (.net 2.0) Part 1. |  | In this article you will learn that how we can convert Date and Time in different formats (string, binary, local time, file time, file UTC time, Long Date String ) using “Date Time” Class in C#,VB. |
| | Date Time Operations, How to subtract specified duration of time from date time object, getting days of specific month and comparing two objects of date time class using “Date Time” Class in C# Part5 |  | In this article you will learn that how we can subtract specified duration of time from date time object, getting days of specific month and comparing two objects of Date Time class. |
| | Date Time Operations, How to check that year is leap or not, is time is in range of day light saving time or not and getting date as a day of weak and year using “Date Time” ” Class” in C# Part4 |  | In this article you will learn that how we can check that year is leap or not, is time is in range of day light saving time or not and getting date as a day of weak and year using “Date Time” Class”. |
| | Date Time Operations, How to add values or change values of components of date and time (day, month, year, minute, hour, second, millisecond) using “Date Time” ” Class” in C# (.net 2.0) Part3. |  | In this article you will learn that how we can add values or change values of components of date and time (day, month, year, minute, hour, second, millisecond) using “Date Time” Class” in C# and VB. |
| | Date Time Operations, How to get the components of date and time (day, month, year, minute, hour, second, millisecond) using “Date Time” ” Class” in C# (.net 2.0) Part2. |  | In this article you will learn that how we can get the components of date and time (day, month, year, minute, hour, second, millisecond) using “Date Time” Class” in C# and VB. |
| | Date Time Operations. How to get the Date and Time (Now, Today, Date, Time of Day, Co-ordinate universal time) using “Date Time” Class” in C# (.net 2.0) Part1. |  | In this article you will learn that how we can get Date and Time (Now, Today, Date, Time of Day, Co-ordinate Universal time) using “Date Time” Class” in C# and VB. |
| | How to get special folders path (cookies, templates, history etc…….) using “Environment Class” in C# (.net 2.0). |  | In this article you will learn that how we can get special folders path (cookies, templates, history etc…….) using environment class in C# and VB. |
| | How to Check that “”CLR has started shutting down our process and how to get current stack trace information using “Environment Class” in C# (.net 2.0). |  | In this article you will learn that how we can Check that “”CLR has started shutting down our process and how to get current stack trace information using “Environment Class” in C# (.net 2.0). |
| | Conversion of different data types in Byte, (object to Byte, Boolean byte, Date Time to Byte, string to Byte, etc…..) using “Convert Class” in C# (Conversion PART2). |  | In this article you will learn that how we can convert different data types in Byte using “Convert Class” in C# and VB (.net 2.0). |
| | Conversion of different data types in Boolean, (Date Time to Boolean, string to Boolean, object to Boolean, byte to Boolean, etc…..) using “Convert Class” in C# (Conversion PART1). |  | In this article you will learn that how we can convert different data types in Boolean using “Convert Class” in C# and VB (.net 2.0). |
| | Char operations (To Lower, To Upper, To String, Try Parse) using “Char Class” in C# (.net 2.0) PART5. |  | In this article you will learn that how we can convert a character to lower case, upper case, string and convert string to Unicode character using “Char Class” in C# and VB (.net 2.0). |
| | Char operations (Is Symbol, is Separator, and is white space) using “Char Class” in C# (.net 2.0) PART4. |  | In this article you will learn that how we can check that character is symbol, number and is white space using “Char Class” in C# and VB (.net 2.0). |
| | How to Terminate process using exit code and getting new line string define for you environment using “Environment Class” in C# (.net 2.0). |  | In this article you will learn that how we can terminate our process using exit code and getting new line string define for your environment in C# and VB. |
| | Char operations (Is surrogate, is number, and is punctuation) using “Char Class” in C# (.net 2.0) PART3. |  | In this article you will learn that how we can check that character is surrogate, is number, and is punctuation using “Char Class” in C# and VB (.net 2.0). |
|
Online Price Comparison -
ESet Promo Code - Marriott Promo
Code - Coupon Codes -
Free Shipping
|