Search
-
Articles
-
Dev Forums
-
Favorites
-
Member Login
Home
Dev Articles
Sample Chapters
Dev Forum
Directory Feed
Add a Listing
Link to us
Contact
Dev Articles
ASP.NET (329)
C# (215)
SQL Server (53)
VB.NET (195)
Web Services (2)
Search Directory
ASP.Net AJAX
AJAX ToolKit
.NET Namespaces
Applications
Articles & Samples
Assembly & Controls
Community
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP.NET
Applications
Articles & Samples
ASP.Net Books
ASP.Net Sites
Assembly & Controls
Downloads
Errors & Bugs
Introduction
Knowledge Base
Sample Chapters
WebCasts
VB.Net
Articles & Samples
VB.Net Books
Downloads
Errors, Bugs & Fixes
Introduction
Knowledge Base
Sample Chapters
WebCasts
C-Sharp
Applications
Articles & Samples
C-Sharp Books
C-Sharp Sites
Errors, Bugs & Fixes
Introduction
Knowledge Base
Sample Chapters
WebCasts
SQL Server
Applications
Articles & Samples
SQL Server Books
SQL Sites
Downloads
Errors, Bugs & Fixes
Introduction
Knowledge Base
Sample Chapters
WebCasts
DevASP.Net Articles and Samples
ASP.NET (329)
VB.NET (195)
C# (215)
Web Services (2)
SQL Server (53)
How to use Version class in vb.net - C #.net.
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.
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
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
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
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 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 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 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 – 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.
Get html source of web page using HttpWebRequest class C#.net – vb.net.
In this simple article you will learn that how we can get html source of a webpage using HttpWebRequest class in VB and C#.
Check privileges – size - synchronization and synchronized root of the list dictionary collection using ListDictionary class vb.net - C# .net.
In this simple article you will learn that how to check privileges, size, synchronization and synchronized root of the list dictionary collection using ListDictionary class in vb and C# .net.
Search value - get count - hash code and type of the list dictionary collection using ListDictionary class – vb.net - C# .net.
In this simple article you will learn that how to search a value, get count, hash code, type of the list dictionary collection using ListDictionary class in vb and C# .net.
Use – initialize – add - clear and remove a key-value pair from the list dictionary collection using ListDictionary class – vb.net - C# .net.
In this simple article you will learn that how to use, initialize, add, clear and remove a key-value pair from the list dictionary collection using ListDictionary class in vb and C# .net.
Remove key-value pair - check privileges – size and synchronization of the hybrid dictionary collection using HybridDictionary class vb.net - C# .net.
In this simple article you will learn that how to remove a key-value pair, check privileges, size, synchronization of the hybrid dictionary collection using HybridDictionary class in vb and C# .net.
Search value - get count - hash code and type of the hybrid dictionary collection using HybridDictionary class vb.net - C# .net.
In this simple article you will learn that how to search a value, get count, hash code, type of the hybrid dictionary collection using HybridDictionary class in vb and C# .net.
Initialize - add and clear hybrid dictionary collection using HybridDictionary class vb.net - C# .net.
In this simple article you will learn that how to use, initialize, add and clear the hybrid dictionary collection using HybridDictionary class in vb and C# .net.
Insert - remove and get type of ordered dictionary collection using OrderedDictionary class vb.net - C#.net.
In this simple article you will learn that how to insert, remove and get type of ordered dictionary collection using OrderedDictionary class in vb and C# .net.
Get count - privileges, - read-only copy and find key in ordered dictionary using OrderedDictionary class VB.NET - C# .NET.
In this simple article you will learn that how to get count, privileges, read-only copyand to find that key is present in ordered dictionary collection using OrderedDictionary class in vb and C# .net.
Initialize - add and clear the ordered dictionary using OrderedDictionary class – vb.NET - C# .NET.
In this simple article you will learn that how we can use, initialize, add and remove from ordered dictionary using OrderedDictionary class in vb and c#.net.
Add - remove and check that collection contains null keys using NameValueCollection class - vb.net - C# .net.
In this simple article you will learn that how we can add, remove and check that whether the name value collection contains null value for keys using NameValueCollection class in vb and c#.net.
Get value - key - hashCode and type of NameValueCollection class object - vb.net - C# .net.
In this simple article you will learn that how we can get values, keys, hashcode and type of the NameValue Collection using NameValueCollection class in vb and c#.net.
Get - count - set and remove keys from NameValueCollection class object - vb.net - C# .net.
In this simple article you will learn that how we can get count, keys of the collection and also how we can set and remove the key-value pair from the NameValue Collection using NameValueCollection cl
Using and object initialization of NameValueCollection class in vb and C# .net.
In this simple article you will learn tha.t how we can use NameValueCollection class in Vb and c#.net
Removing value on given index and getting type of array list using “array list” class in vb and C# .net.
In this simple article you will learn that how we can remove the given value and from the given index from array list and how to get the type of array list using “array list” class in Vb and c#.net.
Check array list is fixed size, is synchronized, is read only and trim the array list in VB and C# .net.
In this simple article you will learn that how we can check that array list has fixed size or not and it is synchronized or not and whether the array list is read only and also trim the list to actua
Getting index of specific value in array list using “array list” class in vb and C# .net.
In this simple article you will learn that how we can get the index of the specified value in array list using “array list” class in Vb and c#.net.
Binary search, sorting and insertion in array list using “Array List” class in VB and C# .net.
In this simple article you will learn that how we can do binary search, sorting and insertion in array list using “array list” class in VB and c#.net.
Get total number of elements, search a value and reverse the array list using “array list” class in vb and C# .net.
In this simple article you will learn that how to we get total number of elements, search a value and reverse the array list using “array list” class in vb and C# .net.
Add and clear values in array list using “array list” class in Vb and C# .net.
In this simple article you will learn that how we can declare an object of array list and how we can add and clear values from array list using “array list” class in Vb and c#.net.
Working with QUOTENAME and ASCII Common String functions in SQL server 2008.
In this simple article you will learn that how to work with different common String functions in SQL Server using PL/SQL.
Working with RAND FLOOR LOG LOG10 EXP functions in SQL server 2008.
In this simple article you will learn that how to work with different common Math functions like Rand Floor Log Log10 Exp Function in SQL Server 2008 using PL/SQL.
Power round Remainder Math operations using Math class VB and C#.net 2.0
In this simple article you will learn that how we can get power and remainder and how to round a number using "Math class" in VB and C# (.net 2.0).
Multiplication power logarithm Math operations using Math class VB and C#.net 2.0
In this simple article you will learn that how we can get log and e raised to power and how to do big multiplication using "Math class" in VB and C# (.net 2.0).
Truncate square root ceiling floor Math operations using Math class VB and C#.net 2.0
In this simple article you will learn that how we can truncate, ceil, and floor a number and how to get square root using "Math class" in VB and C# (.net 2.0).
Absolute value maximum minimum sign Math operations using Math class VB and C#.net 2.0
In this simple article you will learn that how we can get absolute, maximum and minimum value and sign of a number using "Math class" in VB and C# (.net 2.0).
Get angle of sine cosine tangent values using Math class in VB and C#.net 2.0
In this simple article you will learn that how we can get angle of sine, cosine and tangent values using "Math class" in VB and C# (.net 2.0).
Get sine cosine tangent hyperbolic sine cosine tangent values of angle using "Math class" VB and C#.net 2.0
In this simple article you will learn that how we can get sine, cosine, tangent and hyperbolic sine cosine tangent values of an angle using "Math class" in VB and C # (.net 2.0).
Generate double type pseudo random numbers and populating byte array with random numbers VB and C# using .net 2.0.
In this simple article you will learn that how we can generate double type (non negative) pseudo random numbers and populating byte array with random numbers using "Random class" in VB and C# (.net 2.
Generate integer type pseudo random numbers using Random class VB and C#.
In this simple article you will learn that how we can generate integer type (non negative) pseudo random numbers using "Random class" in VB and C# (.net 2.0).
How we can check that sorted list has fixed size or not and it is synchronized or not and also trim the list to actual size only using “sorted list” class in vb and C# .net.
In this simple article you will learn that how we can check that sorted list has fixed size or not and it is synchronized or not and also trim the list to actual size using “sorted list” class in Vb a
How to set and get the capacity and count of the sorted list and how we can check that sorted list is read only using “sorted list” class in vb and C# .net.
In this simple article you will learn that how we can get and set the capacity of the sorted list using “sorted list” class in Vb and c#.net.
Working with ROUND () function in SQL server 2008.
In this simple article you will learn that how to work with ROUND () function in SQL Server using PL/SQL.
Working with common MATH functions in SQL server 2008
In this simple article you will learn that how to work with common MATH function in SQL Server using PL/SQL.
How to get the index of the specified value, specified key and key of specified index using “sorted list” class in vb and C# .net.
In this simple article you will learn that how we can get the index of the specified value and key in sorted list using “sorted list” class in Vb and c#.net.
How to check that the value of specific index and the value having specific key is present in sorted list using “sorted list” class in vb and C# .net.
In this simple article you will learn that how we can check that the value of a specific index and value of specific key is present in sorted list using “sorted list” class in Vb and c#.net.
How to remove the value of specific index and the value having specific key in sorted list using “sorted list” class in vb and C# .net.
In this simple article you will learn that how we can remove the value from a specific index and value of specific key in sorted list using “sorted list” class in Vb and c#.net.
Working with PATINDEX() funciton in sql server 2008.
In this simple article you will learn that how to work with PATINDEX () function in SQL Server using PL/SQL.
Working with CHARINDEX() funciton in sql server 2008.
In this simple article you will learn that how to work with CHARINDEX () function in SQL Server using PL/SQL.
How to add, clear and getting total number of values in sorted list using “sorted list” class in VB and C# .net.
In this simple article you will learn that how we can add and clear values from sorted list and how we can get total number of elements in list using “sorted list” class in VB and c#.net.
How to check object life using “Weak Reference class” in VB and C# .net.
In this simple article you will learn that how we can check object life using “Weak Reference class” in VB and C# .net.
Working with REVERSE () function in SQL Server 2008 using PL/SQL.
In this simple article you will learn that how to work with REVERSE () function in SQL Server using PL/SQL.
Working with SUBSTRING () function in SQL Server 2008 using PL/SQL.
In this simple article you will learn that how to work with SUBSTRING () function in SQL Server using PL/SQL.
Working with LOWER () and UPPER () function in SQL Server 2008 using PL/SQL.
In this simple article you will learn that how to work with LOWER () and UPPER () function in SQL Server using PL/SQL.
Working with DATENAME () function in SQL Server 2008 using PL/SQL.
In this simple article you will learn that how to work with DATENAME () function in SQL Server using PL/SQL.
Working with Datepart() function in SQL Server 2008 using PL/SQL.
In this simple article you will learn that how to work with Datepart() function in SQL Server using PL/SQL.
Working with DATEDIFF () function in SQL Server 2008 using PL/SQL.
In this simple article you will learn that how to work with DATEDIFF () function in SQL Server using PL/SQL.
How to handle divide by zero exception using “DivideByZeroException” class in VB and C# (.net).
In this simple article you will learn how we can handle divide by zero exception using “DivideByZeroException” class in VB and C# (.net).
Comparison of two objects using “CaseInsensitiveComparer” class in VB and C# (.net).
In this simple article you will learn that how we can compare two objects of same class using “CaseInsensitiveComparer” class in VB and C# (.net).
Create webservice in Visual Studio 2008
In this article we learn about the process of creating webservice
Working with keyword NOLOCK in SQL server 2008
In this simple article you will learn that how to use NOLOCK keyword in PL/SQL and its advantages
Master pages in Asp.net 2008
In this simple article you will know advantages of master pages in asp.net 2008 projects
Get top n records in SQL Server 2008 using PL/SQL
In this simple article you will learn that how to retrieve top n records from database using PL/SQL
Working with SET ROWCOUNT in SQL Server 2008 using PL/SQL
In this simple article you will learn working with SET ROWCOUNT command using PL/SQL in SQL SERVER 2008
Sound player (play, play loop, stop) in VB and C# (.net 2.0).Part2
In this simple article you will learn that how we can make sound player and can perform different operations using “sound player class” in VB and C# .net 2.0.
Sound player (Sound Location, Load Time Out. Load, is load completely) in VB and C# (.net 2.0).Part1
In this simple article you will learn that how we can make sound player and can perform different operations using “sound player class” in VB and C# .net 2.0.
Stack operations (clear, count, to array) in VB and C#.
In this simple article you will learn that how can we count and clear the elements of stack and how can we convert stack in an array by using system.collection.stack in VB and C#.
How to Push and Pop values in stack and getting peek value of stack in VB and C#.
In this simple article you will learn that how we can push and pop values in stack and how to get peek value of stack using system.collection.stack in VB and C#.
How to check syntax (Machine name, path, rooted path) using syntax class in VB and C#.
In this simple article you will learn that how we can syntax of machine name, path and rooted path using syntax check class in VB and C#.
Buffer Class Operations in VB and C# (.net 2.0).
In this simple article you will learn that how we can do different array operations using buffer class in VB and C# .net 2.0.
Queue operations (clear, count, Trim, find, Copy to array) in VB and C#.
In this simple article you will learn that how can we count and clear the elements of queue, how can we copy queue in an array, how to trim queue to stored values size and how to find a value in a que
How to Enqueue and Dequeue values in queue, getting peek value of queue and converting queue in to array in VB and C#.
In this simple article you will learn that how we can Enqueue and Dequeue values in queue, how we can get peek value of queue and how to convert queue in an array using system.collection.queue in VB a
Bit Array Class Operations (Not, XOR, Is synchronized, Set All) in VB and C# (.net 2.0).Part2
In this simple article you will learn that how we can perform different operations of bit array class object in VB and C# .net 2.0.
Bit Array Class Operations (And, Or, Count, Length) in VB and C# (.net 2.0).Part1
In this simple article you will learn that how we can perform different operations of bit array class object in VB and C# .net 2.0.
Working with asp.net FormView control using C# in asp.net 2.0
In this simple article you will learn to working with asp.net FormView control
Working with asp.net Repeater control using C# in asp.net 2.0
In this simple article you will learn to working with asp.net repeater control
Working with asp.net DetailsView control using C# in asp.net 2.0
In this simple article you will learn to working with asp.net datailsView control
Working with asp.net datalist control using C# in asp.net 2.0.
In this simple article you will learn to working with asp.net datalist control
Configuring asp.net datasource control and access record in asp datagridview using asp.net 2.0.
In this simple article you will learn to working with asp.net datasource control and datagridview
How to find a node in “Tree View Control” in VB and C# (.net 2.0).
In this simple article you will learn that how to find a tree node in “Tree View Control” in VB and C# .net 2.0.
How to insert a tree node and getting top node in “Tree View Control” in VB and C# (.net 2.0).
In this simple article you will learn that how to insert a tree node and how to get top node in “Tree View Control” in VB and C# .net 2.0.
Working with SESSION variable in code behind using asp.net 2.0.
In this simple article you will learn to work with session variables.
How to get total number of nodes, index of node, tree view contains node and selected tree node in “Tree View Control” in VB and C# (.net 2.0).
In this simple article you will learn that how to get total number of nodes, index of a node, tree view contains a node and selected tree node in “Tree View Control” in VB and C# .net 2.0.
Sending and getting value of query string in same page using asp.net 2.0.
In this simple article you will learn to working with query string.
How to remove a particular tree node and all tree nodes in “Tree View Control” in VB and C# (.net 2.0).
In this simple article you will learn that how to remove a particular tree node and all the tree nodes in “Tree View Control” in VB and C# .net 2.0.
How to add a tree node, and tree node collection in “Tree View Control” in VB and C# (.net 2.0).
In this simple article you will learn that how to add a tree node and tree node collection in “Tree View Control” in VB and C# .net 2.0.
Upload image to ftp with file uploader using asp.net 2.0.
In this simple article you will learn to upload image to ftp using file uploader.
Access Html Div Control in code behind using asp.net 2.0.
In this simple article you will learn to access div control in code behind using server side tag.
How to make tree node (Expand, Expand All, count, toggle, remove) using “Tree Node class” in VB and C# (.net 2.0). Part 5
In this simple article you will learn that how we can make a tree node and use of functions using “Tree Node class” in VB and C# .net 2.0.
How to make tree node (Previous Visible Node, Begin edit, stop edit, collapse) using “Tree Node class” in VB and C# (.net 2.0). Part 4
In this simple article you will learn that how we can make a tree node, setting node properties and use of functions using “Tree Node class” in VB and C# .net 2.0.
Online Price Comparison
Disclaimer
-
Privacy
© 2002-2010 DevASP.net