Wednesday, March 25, 2009

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

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 statement in the pages. In this short article am going explain the reasons why is it not a good programming practice or dangerous to your users if you don't trap the input or if you write your sql on your pages. It is because it leads to sql injection. What is SQl Injection?

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

Author: Vuyiswamb