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 [...]

How to consume ASP.NET Web Service in BizTalk Server 2006

In this article, I am going to show how to consume ASP.NET Web Services in BizTalk Server 2006.
Read more at http://www.dotnetfunda.com/articles/article296.aspx
Author: SheoNarayan

21 Important FAQ questions for WPF and SilverLight

This article talks about 21 important FAQ from the perspective of WPF and Silver light. Both of these technologies are connected to a certain extent. This article not only explains the theory aspect of these technologies but also shows small samples for each of them.
Read more at http://www.dotnetfunda.com/articles/article293.aspx
Author: Questpond

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

Introduction to SQL Injection

Every time I get involve in a new project that I happen to inherit, I always come across sql code in the pages and input that is not trapped. Well some of this applications are used internally and some go to clients externaly. One programmer argued about how dangerous it is to write your sql [...]

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 [...]