Recent Members

hemant026
Admin

Recently Added Documents See all...

When to Use of DataSet, SQL Data Reader and XmlReader

When to use of DataSet, SqlDataReader and XmlReader Introduction When we need to retrive mutliple records from databsae, we have following options 1. DataSet or DataTable - use SqlDataAdapter to g...
  • hemant026 published this 02 / 26 / 2009
  • 755 reads
  • 0 comments

Introduction to ADO.net

Introduction to ADO.NET Introduction To my Surprise there are still vb6 Guru who are not willing to let go of VB6. Well talking from experience, I have to suffer the results of it in the future, be...
  • hemant026 published this 02 / 26 / 2009
  • 488 reads
  • 0 comments

How to Use Connection Object Efficiently

How to use Connection object efficiently Irrespective of what .NET data provider we are using we should consider following points. 1. Open the database connection as late as possible, Just open it ...
  • hemant026 published this 02 / 26 / 2009
  • 157 reads
  • 0 comments

Diff Between DataGrid and GridView

Diff Between DataGrid and GridView Introduction The GridView and the DataGrid controls have a different logics. There is a lot of differnce compatibility between DataGrid and GridView Codes GridV...
  • hemant026 published this 02 / 26 / 2009
  • 505 reads
  • 0 comments

Data Table

DataTable - Adding, Modifying, Deleting, Filtering, Sorting rows & Reading/Writing from/to Xml Introduction DataTable is a central object in the ADO.NET library. If you are working with ADO.NET -...
  • hemant026 published this 02 / 26 / 2009
  • 1,367 reads
  • 0 comments

ADO.net Interview Questions

ADO.NET Interview Questions (B) How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures? ADO.NET provides the SqlCommand object, which provides the funct...
  • hemant026 published this 02 / 26 / 2009
  • 1,716 reads
  • 1 comment

SQL Server Interview Questions 2

SQL Server Interview Questions What is DESCRIBE command in SQL Server 2005? What is its purpose? How to use it? DESCRIBE is used to see table structure. In SQL server 2005 we can use sp_columns, sp...
  • hemant026 published this 02 / 26 / 2009
  • 1,867 reads
  • 0 comments

SQL Server Interview Question

What is normalization? Explain different levels of normalization? Check out the article Q100139 from Microsoft knowledge base and of course, there's much more information available in the net. It'l...
  • hemant026 published this 02 / 17 / 2009
  • 678 reads
  • 0 comments

HR Interview Question

Question 1 Tell me about yourself. TRAPS: Beware, about 80% of all interviews begin with this “innocent” question. Many candidates, unprepared for the question, skewer themselves by rambling, rec...
  • hemant026 published this 02 / 17 / 2009
  • 938 reads
  • 0 comments

ASP Interview Question

ASP.NET INTERVIEW QUESTIONS Dategrid filtering and sorting How can we sort all the fields at once? first write one sql query and there include "order by (the column header of the datagrid what you ...
  • hemant026 published this 01 / 28 / 2009
  • 2,772 reads
  • 2 comments

Interview Question

What is a Constructor? A constructor is a member function that has the same name as the class name and is invoked automatically when the class is instantiated. A constructor is used to provide init...
  • hemant026 published this 01 / 14 / 2009
  • 433 reads
  • 0 comments

ASP.net&WebServices

Creating ASP.NET Web Services 申丽萍 Shen Liping Shen-lp@cs.sjtu.edu.cn ftp.cs.sjtu.edu.cn/shen-l p/dotnet/ Contents Creating an ASP.NET Web Services WSDL Tool Proxy Class Stateful Web Service ASP....
  • hemant026 published this 01 / 14 / 2009
  • 726 reads
  • 0 comments