Posted on January 31, 2009 by dotnetfunda
In this article we will take up a simple example and try to implement DI using Unity Application Blocks thus resulting in loosely coupled architecture.
Read more at http://www.dotnetfunda.com/articles/article241.aspx
Author: Questpond
Filed under: ASP.NET | Leave a Comment »
Posted on January 31, 2009 by dotnetfunda
This is the Part 1 of ADO.NET. In this section we will touch base on one of important concepts in ADO.Net.
Read more at http://www.dotnetfunda.com/articles/article242.aspx
Author: Questpond
Filed under: ASP.NET | Leave a Comment »
Posted on January 31, 2009 by dotnetfunda
When we consume business objects in UI, the logic can become pretty complex for activities like setting the business object value, getting the object value and setting the user interface from the object value. We can minimize the complexity of UI interaction with the business object using mediator pattern.
Read more at http://www.dotnetfunda.com/articles/article244.aspx
Author: Questpond
Filed under: ASP.NET | Leave a Comment »
Posted on January 31, 2009 by dotnetfunda
This is the Part 2 of ADO.NET. In this section we will touch base on one of important concepts in ADO.NET.
Read more at http://www.dotnetfunda.com/articles/article243.aspx
Author: Questpond
Filed under: ASP.NET | Leave a Comment »
Posted on January 31, 2009 by dotnetfunda
I know many will not like my Interview questions article. Some may think its bad for various reasons and some may think its good for quick revision. Again I repeat you do not get jobs by reading interview question and answers , but yes it definitely serves as a quick reference. So looking at the [...]
Filed under: ASP.NET | Leave a Comment »
Posted on January 25, 2009 by dotnetfunda
This FAQ is like a starter kit. It will help you understand the main aspects of Ajax in a rapid fashion….
Read more at http://www.dotnetfunda.com/articles/article239.aspx
Author: Questpond
Filed under: ASP.NET | Leave a Comment »
Posted on January 24, 2009 by dotnetfunda
This is beginners tutorial of how to deploy a WebPart in SharePoint. It is a 6 step procedure and this tutorial will walk through the same. In case you are fresher to SharePoint you can read my FAQ articles listed below. I am sure within an hour you can get acquainted to SharePoint and get [...]
Filed under: Articles | Leave a Comment »
Posted on January 24, 2009 by dotnetfunda
In this section we will make a quick walkthrough of WPF which will help you understand WPF instantly.
Read more at http://www.dotnetfunda.com/articles/article233.aspx
Author: Questpond
Filed under: Articles | Leave a Comment »
Posted on January 24, 2009 by dotnetfunda
One of the most important components in a project is the DAL component. Many developers end up creating their own DAL component which is pretty time consuming. A Microsoft enterprise application block has a very decent and time tested DAL component i.e. the Enterprise data application blocks. This tutorial will run through the necessary steps [...]
Filed under: Articles | Leave a Comment »
Posted on January 24, 2009 by dotnetfunda
For many reasons sometime we don’t want to allow user to use right click to copy paste or by using ctrl+C , ctrl+v to copy and paste in textbox on a aspx page in asp.net
Read more at http://www.dotnetfunda.com/articles/article236.aspx
Author: Amit.jain
Filed under: Articles | Leave a Comment »