Friday, March 6, 2009

What are the extensions of these three type of file in above question.

Primary data fi ...

Read more at http://www.dotnetfunda.com/interview/exam406-what-are-the-extensions-of-these-three-type-of-file-in-above-question.aspx

Author: Neeks

What is the maximum size of an SQL Server 2000 Database?

The maximum siz ...

Read more at http://www.dotnetfunda.com/interview/exam404-what-is-the-maximum-size-of-an-sql-server-2000-database.aspx

Author: Neeks

How you can get the last identity value inserted in any table ?

SQL Server 2000 ...

Read more at http://www.dotnetfunda.com/interview/exam403-how-you-can-get-the-last-identity-value-inserted-in-any-table-.aspx

Author: Neeks

how you can rename a database ?

o rename a data ...

Read more at http://www.dotnetfunda.com/interview/exam407-how-you-can-rename-a-database-.aspx

Author: Neeks

Explain about Data access objects or DAO?

DAO is used for ...

Read more at http://www.dotnetfunda.com/interview/exam410-explain-about-data-access-objects-or-dao.aspx

Author: Neeks

Name some of the top level objects which ADO consists?

1. Connection o ...

Read more at http://www.dotnetfunda.com/interview/exam408-name-some-of-the-top-level-objects-which-ado-consists.aspx

Author: Neeks

Explain about the relationship of XML and ADO.NET?

ADO.NET utilize ...

Read more at http://www.dotnetfunda.com/interview/exam409-explain-about-the-relationship-of-xml-and-adonet.aspx

Author: Neeks

LINQ FAQ for Newbie's

In this section we will run through basics of LINQ and then see 5 basic LINQ queries which you will always need in your project for queries. While looking at the basics we will also try to learn what problem LINQ solves from the perspective of middle tier business objects.

Read more at http://www.dotnetfunda.com/articles/article278.aspx

Author: Questpond

Database interaction in ASP.NET

The purpose of this article to show how to interact with database (insert, update, delete, load records) in ASP.NET.

Read more at http://www.dotnetfunda.com/articles/article276.aspx

Author: SheoNarayan

How to consume a WCF Service in Silverlight?

This article explains how to create WCF Service and consume WCF Services in Silverlight. To explain this, I have taken a simple example in which I will use Northwind database.

Read more at http://www.dotnetfunda.com/articles/article279.aspx

Author: SheoNarayan