Search - Articles - Dev Forums - Favorites - Member Login
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009


Dev Articles
Search Directory
ESET
ASP.NET
VB.Net
C-Sharp
SQL Server
 

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!

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase
Search:
What's New - What's Hot
More Categories for .NET Namespaces .NET Namespaces (1927)
.NET Framework Namespaces
More Categories for Applications Applications (1094)
Management, Email, Graphics, Search..
More Categories for Articles & Samples Articles & Samples (62141)
Assembly, Caching, Controls, Reflection..
More Categories for Community Community (94)
Conferences, Chat Rooms, Jobs, Training..
More Categories for Component & Controls Component & Controls (1344)
Forums, Management, Email, more..
More Categories for Developers Sites Developers Sites (153)
Sites dedicated to developer community..
More Categories for Developers Training Developers Training (465)
Training CD-ROMs, Videos, Courseware..
More Categories for Downloads Downloads (412)
Service Packs, Code, Msdn Show..
More Categories for Hosting Services Hosting Services (137)
ASP and ASP.Net Hosting sites..
More Categories for Introduction Introduction (438)
ASP, ADO.Net, C#, VB.NET, XML
More Categories for Knowledge Base Knowledge Base (2370)
Knowledge Base Articles, Samples, Tutorials, HowTos...
More Categories for Sample Chapters Sample Chapters (235)
Sample Chapters from Developer Books..
More Categories for Silverlight Silverlight (932)
Silverlight
More Categories for Support WebCasts Support WebCasts (1053)
Microsoft's Support WebCasts



What's New at DevASP.Net
3/13  How To Resize Windows 7 Taskbar T..
3/13  Windows7 Security Patch – ISO Ima..
3/13  Windows 7 Utilities: Windows 7 Ta..
3/13  Windows Browser Ballot, What real..
3/13  How to Add the Run Command to the..
3/13  New Hard Drive Technology Boosts ..
3/13  Pin Folders And Files To The Wind..
3/13  Windows 7 SP1 Coming Q4 2010?
3/13  Could 3D on the PC, be good for h..
3/13  Office 2010 Available for Busines..
3/13  Windows 7 Slate Includes Flash
3/13  How to Add a Virtual Hard Disk to..
3/13  How to use Start Menu 7 – an Alte..
3/13  Microsoft Tweak The Browser Ballo..
3/13  Windows 7 Shamrocks Theme Pack
3/13  Windows Phone 7 Demo Shows Off Mu..
3/13  The Windows 7 launch: The cultura..
3/13  Trouble installing iTunes or Quic..
3/13  Windows Ribbon for WinForms, Part..
3/13  Embed Python in MFC Dialog
Latest Posts at Dev Forums
displaying an xml file in datagridview
Tory Block
Deploying website to offline and onlin..
Deploying website to offline and onlin..
window service c#
Regular expression
asp.net
Very urgent--
submit to the server
load gif image
focus
filter combo boxes in formview control
ASP Composite Control and Position
Caching as a Master DataSource w/t Rea..
Method returning values in Threadpool!
ADVERTISEMENTS USING XML FILE
DATALIST PROBLEM
FTP Downloading using C#
Nested gridview footer total by using ..
Online Virtual seminar/conference room

How to use Version class in vb.net - C #.net.  NEW
In this simple article you will learn that how to use and initialize the object of version with the help of different constructors Version class in vb and C #.net.
How to Run Garbage Collector using System.Gc class - VB.net - C# .net.  NEW
In this simple article you will learn that how we can run garbage collector using System.Gc class.
Garbage Collector - memory operations (Get Total Memory- Stop and Resume finalizer) using System.Gc class - VB.net - C# .net.Part3  NEW
In this simple article you will learn that how we can get total memory allocated currently, stop and resume finalizer for an object using System.Gc class.
Garbage Collector - memory operations (Get Collector count- Get - Maximum Generation) using System.Gc class - VB.net - C# .net.Part2  NEW
In this simple article you will learn that how we can get maximum generation supported by system, generation of a specific object and how many times collector has run for specific generation objects.
Garbage Collector - memory operations (Add Memory Pressure – Remove Memory Pressure) using System.Gc class - VB.net - C# .net.Part1  NEW
In this simple article you will learn that how garbage collector works, how we can add and remove memory pressures using System.Gc class in VB and C# .net.
Convert byte array to char – double – int and single using BitConverter class - VB.net - C# .net.
In this simple article you will learn that how we can convert byte array to character value, double value, integer value and single value using BitConverter class VB.net - C# .net.
Compare two strings - get culture – ordinal - invariant culture (ignoring case) of string comparer using string comparer class vb.net and C# .net.
In this simple article you will learn that how to compare two strings, get culture, ordinal, invariant culture(ignoring case) of string comparer using string comparer class in vb and C# .net.
Use – initialize - get the platform – version – versionString - servicePack of operating system using operating system class vb.net - C# .net.
In this simple article you will learn that how to use, initialize, get the platform, version, and versionString, servicePack of operating system using operating system class in vb and C #.net.
Create - get culture - ordinal - invariant culture of string comparer using string comparer class vb.net - C# .net.
In this simple article you will learn that how to create, get culture,ordinal, invariant culture of string comparer using string comparer class in vb and C# .net.
Convert char – double – int and single to byte array using BitConverter class - VB.net - C# .net.
In this simple article you will learn that how we can convert character value, double value, int value and single value to byte array using BitConverter class in VB and C# .net.
Use, Initialize, get - set the key and value of the object of dictionary entry collection using DictionaryEntry class vb.net - C# .net.
In this simple article you will learn that how to use, initialize, get/set the key and value of the object of dictionary entry collection using DictionaryEntry class in vb and C# .net.
Get that is response from cache – is mutually authenticated and response uri from server using HttpWebResponse class C#.net – vb.net.
In this simple article you will learn that how we can check that response was from cache or not, server and client are authenticated or not and response uri from server using HttpWebResponse class.
Get responded contents last modified time – response status code and status description using HttpWebResponse class C#.net – vb.net.
In this simple article you will learn that how we can get last modified time of contents sent by server in response of your request, response status code and status description using HttpWebResponse.
Get Headers – Specific Header Contents and server name for response from server using HttpWebResponse class C#.net – vb.net.
In this simple article you will learn that how we can get headers, contents of a specific header and server name associated with response from server using HttpWebResponse class C#.net – vb.net.
Get – Set Cache policy – Impersonation level and authenticate header using HttpWebRequest class C#.net – vb.net.
In this simple article you will learn that how we can get or set cache policy, impression level and authenticate header for request using HttpWebRequest class C#.net – vb.net.
Get cookies – response stream and protocol version for response from server using HttpWebResponse class C#.net – vb.net.
In this simple article you will learn that how we can get cookies, response stream and protocol version associated with response from server using HttpWebResponse class C#.net – vb.net.
Get content length – content type – content encoding and character set for server response using HttpWebResponse class C#.net – vb.net.
In this simple article you will learn that how we can get content length, content type, content encoding method and character set associated with response from server using HttpWebResponse class.
Get Maiximum autometic redirections – response header length – authentication level and decompression methods using HttpWebRequest class C#.net – vb.net.
In this simple article you will learn that how we can get maximum automatic redirections, response header length, authentication level and decomposition methods for request using HttpWebRequest class.
Make – Abort request with server - getting read write stream timeout and media type for request using HttpWebRequest class C#.net – vb.net.
In this simple article you will learn that how we can make and abort request with server and how we can get/set read write stream time out and media type for request.
Get that server allow auto redirect – write stream buffering - get connection and group name using HttpWebRequest class C#.net – vb.net.
In this simple article you will learn that how we can get that server allow auto redirect, allow write stream buffering and how we can get connection http header value and group name.



Online Price Comparison - ESet Promo Code - Marriott Promo Code - Coupon Codes - Free Shipping

Disclaimer - Privacy
© 2002-2010 DevASP.net