Posted on March 26, 2009 by dotnetfunda
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
Filed under: Articles | Leave a Comment »
Posted on March 26, 2009 by dotnetfunda
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 [...]
Filed under: Articles | Leave a Comment »
Posted on March 26, 2009 by dotnetfunda
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
Filed under: Articles | Leave a Comment »
Posted on March 26, 2009 by dotnetfunda
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
Filed under: Articles | Leave a Comment »
Posted on March 26, 2009 by dotnetfunda
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
Filed under: Articles | Leave a Comment »
Posted on March 26, 2009 by dotnetfunda
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 [...]
Filed under: Articles | Leave a Comment »
Posted on March 21, 2009 by dotnetfunda
A cookie dictio …
Read more at http://www.dotnetfunda.com/interview/exam415-what-is-cookie-dictionary.aspx
Author: Neeks
Filed under: Interview Questions | Leave a Comment »
Posted on March 21, 2009 by dotnetfunda
Advantage …
Read more at http://www.dotnetfunda.com/interview/exam416-what-are-the-advantages-and-disadvantages-of-cookies.aspx
Author: Neeks
Filed under: Interview Questions | Leave a Comment »
Posted on March 21, 2009 by dotnetfunda
Persistent Cook …
Read more at http://www.dotnetfunda.com/interview/exam414-what-is-the-difference-between-session-cookies-and-persistent-cookies.aspx
Author: Neeks
Filed under: Interview Questions | Leave a Comment »
Posted on March 21, 2009 by dotnetfunda
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 [...]
Filed under: Articles | Leave a Comment »