Thursday, February 19, 2009

DataBase Transaction

DataBase Transaction

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

Author: Syedshakeer

Dynamic validation according to logged in user

Many times we want certain set of validation to fire for some user and certain set of validation to fire for some other user. In the section we will see how we can achieve the same using Microsoft enterprise validation blocks.

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

Author: Questpond

Tuesday, February 17, 2009

Some more differences related to Truncate and Delete

1) Delete keep ...

Read more at http://www.dotnetfunda.com/interview/exam353-some-more-differences-related-to-truncate-and-delete.aspx

Author: Neeks

Difference between VB.NET and C#.

Difference betw ...

Read more at http://www.dotnetfunda.com/interview/exam357-difference-between-vbnet-and-csharp.aspx

Author: Syedshakeer

Name a feature which is common to all .NET languages?

Name a featu ...

Read more at http://www.dotnetfunda.com/interview/exam358-name-a-feature-which-is-common-to-all-net-languages.aspx

Author: Syedshakeer

Difference between DataGrid, DataLsit and Repeater?

Difference betw ...

Read more at http://www.dotnetfunda.com/interview/exam354-difference-between-datagrid-datalsit-and-repeater.aspx

Author: Syedshakeer

What is "M" language?

"M" i ...

Read more at http://www.dotnetfunda.com/interview/exam352-what-is-m-language.aspx

Author: SheoNarayan

Constructor and Destructor

Constructor: -- ...

Read more at http://www.dotnetfunda.com/interview/exam356-constructor-and-destructor.aspx

Author: Syedshakeer

What is the difference GridView and between DataGrid(Windows)?

GridView :[/ ...

Read more at http://www.dotnetfunda.com/interview/exam351-what-is-the-difference-gridview-and-between-datagridwindows.aspx

Author: Syedshakeer

What is the difference between DELETE and TRUNCATE?

In TRUNCATE we ...

Read more at http://www.dotnetfunda.com/interview/exam349-what-is-the-difference-between-delete-and-truncate.aspx

Author: Deepak

Difference between GET and POST Metods

Difference Betw ...

Read more at http://www.dotnetfunda.com/interview/exam355-difference-between-get-and-post-metods.aspx

Author: Syedshakeer

Dynamic validation according to logged in user

Many times we want certain set of validation to fire for some user and certain set of validation to fire for some other user. In the section we will see how we can achieve the same using Microsoft enterprise validation blocks.

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

Author: Questpond

SQL Server Interview Questions

In this article we will go through the most basic and frequently asked interview questions on SQL Server. Please do not think that I am writing this article to show shortcuts to candidates who are searching for jobs on SQL Server. But I think no matter how much experience you have, an interview is a different ball game. A good project executioner can get knocked off on simple SQL Server questions.

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

Author: Questpond

Sunday, February 15, 2009

Interfaces + Factory pattern = Decoupled architecture

In this tutorial we will try to understand how we can use interfaces and factory pattern to create a truly decoupled architecture framework. In this sample we will take up a simple three tier architecture and apply interfaces and factory pattern to see how we can transform the three tier in to a truly decoupled architecture.

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

Author: Questpond

Attached Properties

Attached Properties : properties that may apply to several controls but are defined in a different class.In WPF,they are basically used to control layout.

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

Author: Learner

SQL Server Interview Questions

In this article we will go through the most basic and frequently asked interview questions on SQL Server. Please do not think that I am writing this article to show shortcuts to candidates who are searching for jobs on SQL Server. But I think no matter how much experience you have, an interview is a different ball game. A good project executioner can get knocked off on simple SQL Server questions.

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

Author: Questpond

Extension Methods in C#3.0

I just read about Extension methods so thought to write about it so as to give brief idea about this feature introduced in C# 3.0. Extension Methods:static methods that you can invoke using the instance method syntax.

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

Author: Learner

19 Practical Points to be remembered while working on project/software Company

This article will talk about some important points we should note while working with tight dead line project.

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

Author: Questpond