| 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. |
|