Friday, December 4, 2009

Whitespace is not allowed at this location

Errors And Resolution encountered by Programmers in their daily life

Read more at http://www.dotnetfunda.com/articles/article734-whitespace-is-not-allowed-at-this-location.aspx

Author: Vuyiswamb

12 Important FAQ’s on VSTS Testing (Unit testing, load testing, automated testing, database testing and code coverage)

This article has 12 important FAQ's and will cover Unit testing, load testing, automated testing, database testing and code coverage.

Read more at http://www.dotnetfunda.com/articles/article740-12-important-faqs-on-vsts-testing-unit-testing-load-testing-automated-testing-database-testing-and-code-coverage.aspx

Author: Questpond

Wednesday, December 2, 2009

How to use UpdateProgress Control ASP.NET Ajax

Windows applications are more stable than web application. Even if the web is not that stable like a windows application, there are lot advantages of building Web Applications and one thing that we remember as ex-Windows programmers is that the Forms did not Flicker in front of the eyes of the user. This irritates a lot of users. Microsoft came back with a good solution for this problem and they introduced Ajax. In this Article am going to show you how you can create Flicker Free pages.

Read more at http://www.dotnetfunda.com/articles/article733-how-to-use-updateprogress-control-aspnet-ajax.aspx

Author: Vuyiswamb

How to Create Ficker Free Pages ASP.Net Ajax

Windows applications are more stable than web application. Even if the web is not that stable like a windows application, there are lot advantages of building Web Applications and one thing that we remember as ex-Windows programmers is that the Forms did not Flicker in front of the eyes of the user. This irritates a lot of users. Microsoft came back with a good solution for this problem and they introduced Ajax. In this Article am going to show you how you can create Flicker Free pages.

Read more at http://www.dotnetfunda.com/articles/article732-how-to-create-ficker-free-pages-aspnet-ajax.aspx

Author: Vuyiswamb

Session Security in ASP.NET

There are many ways to make the web site secure. Below are some of the ways to make web site secure • Hardware (Firewall rules and ports) • IIS (CGI and others security restrictions) • Application Security Considerations But this article concentrates mostly from Application Considerations in ASP.NET on Session Hijacking. Below are some of the important security attacks on ASP.NET Web Sites. • Session Hijacking (Filtering) • SQL Injection • Cross Site Scripting • View State Hijacking

Read more at http://www.dotnetfunda.com/articles/article730-session-security-in-aspnet.aspx

Author: Sudhakarj21

How to consume other Sites RSS in ASP.NET

One might wonder how they can have news on their website. Will they have to be there and Update their site to get updated content? Do they have to hunt for news? This becomes confusing for a content designers of some websites. Can they get this news from other good Source? But how will they update the News from those sources? These are questions that are asked every day. In this article I will show you how to use RSS from other sites and display them in your site and get updates without you being there. Your website can display news with images and links to the source in ASP.Net

Read more at http://www.dotnetfunda.com/articles/article731-how-to-consume-other-sites-rss-in-aspnet.aspx

Author: Vuyiswamb

Tuesday, December 1, 2009

What is LINQ to XML?

The article demonstrates the different core concepts of LINQ to XML with an easy console application that will create an XML document dynamically.

Read more at http://www.dotnetfunda.com/articles/article728-what-is-linq-to-xml.aspx

Author: Abhisek

Lambda Expressions in C#

This Article demonstrate the basic functionality of Lambda Expression in C#(Console Application).

Read more at http://www.dotnetfunda.com/articles/article729-lambda-expressions-in-csharp.aspx

Author: Muhilan

Sunday, November 29, 2009

Outputting Text and Graphics in VC++

The article will describe you about the use of different classes in VC++ to output text and graphics with examples.

Read more at http://www.dotnetfunda.com/articles/article716-outputting-text-and-graphics-in-vc.aspx

Author: Abhisek

Triggers in SQL

This article describes you how to use triggers in SQL.

Read more at http://www.dotnetfunda.com/articles/article724-triggers-in-sql.aspx

Author: Abhisek

Software Design - Part 1

Software Design is one of the phase in SDLC where many key decisions and though process goes into.

Read more at http://www.dotnetfunda.com/articles/article723-software-design--part-1.aspx

Author: Sudhakarj21

What is LINQ to XML?

The article demonstrates the different core concepts of LINQ to XML with an easy console application that will create an XML document dynamically.

Read more at http://www.dotnetfunda.com/articles/article728-what-is-linq-to-xml.aspx

Author: Abhisek

Join Multiple Tables In SQL

This article describes about how you can join different tables in SQL. It describes different join operations.

Read more at http://www.dotnetfunda.com/articles/article725-join-multiple-tables-in-sql.aspx

Author: Abhisek