Saturday, March 21, 2009

What is Cookie Dictionary?

A cookie dictio ...

Read more at http://www.dotnetfunda.com/interview/exam415-what-is-cookie-dictionary.aspx

Author: Neeks

What are the advantages and disadvantages of Cookies?

Advantage ...

Read more at http://www.dotnetfunda.com/interview/exam416-what-are-the-advantages-and-disadvantages-of-cookies.aspx

Author: Neeks

What is the difference between Session Cookies and Persistent Cookies?

Persistent Cook ...

Read more at http://www.dotnetfunda.com/interview/exam414-what-is-the-difference-between-session-cookies-and-persistent-cookies.aspx

Author: Neeks

Useful properties of Request object in ASP.NET

In our day to day life of ASP.NET Application development we deal with System.Web.HttpRequest (Request) object. I feel there are many properties available with Request object that does wonderful job but we hardly know or use them. In this article I am trying to explain few of them that I found very useful.

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

Author: SheoNarayan

Wednesday, March 18, 2009

What is the use of @@TRANCOUNT in SQL Server?

Returns the num ...

Read more at http://www.dotnetfunda.com/interview/exam413-what-is-the-use-of-@@trancount-in-sql-server.aspx

Author: Raja

State Machine Work flow Discussion

This is a nice talk between Mr. RC and Mr. Shiv about state machine work flow. RC starts talking about an order project and they end up in a nice discussion which gives us step by step approach of how to execute a state machine work flow. This article was written in a straight half & hour session so please excuse for my English as it's my second language and for any spelling mistakes..so guys enjoy State machines.

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

Author: Questpond

Creating applications using SharePoint

The article is about advantages of SharePoint application, how we create SharePoint applications and what SharePoint application is

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

Author: Elenagr

Implementing Audit/history tracking using Prototype Pattern

Data audit trail is one of the most required features in any project. This article will talk about audit trail through application using prototype pattern. Most the projects have three tier architecture and have the core business objects in place. In this article we will see how we can leverage the current business objects to implement auditing functionalities.

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

Author: Questpond

Read ConnectionString From App.config File

Read ConnectionString Information from Application Configuration File.

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

Author: Vijayaragavan1982

How to host an asp.net webpage as service?

Generally hosting .aspx page as services is not suggested as Web Service is especially built for this purpose. However, in some scenario this is likely to avoid an extra layer of SAOP because of Web Services protocol and to avoid adding reference to the consuming clients.

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

Author: SheoNarayan