Category Archives: ASP.Net

Webcams in Silverlight 4.0

Microsoft Silverlight 4.0 supports Webcam and microphone access from Web Applications like Flash. This feature enables a number of scenarios, such as capturing and displaying images, uploading profile pictures to social networking applications etc. Here is code part, which will … Continue reading

Posted in .Net, ASP.Net, Silverlight | Tagged , , , , | 1 Comment

Introduction to Code First development with Entity Framework

The Database First approach is interesting when the database already exists. You use Visual Studio and the Entity Framework Designer to generate the C# and VB.NET classes which reflect the existing database model. You may then change relations using the … Continue reading

Posted in .Net, .Net 4.0, ASP.Net, ASP.Net MVC, SQL Server, WPF | Tagged , , , , , , | 4 Comments

There is a duplicate ‘system.web.extensions / scripting / scriptResourceHandler’ section defined

After installing Sharepoint Foundation(again its not worked ) on my Windows 7 system I got this while looking into the Authentication feature of IIS. But after verifying the web.config file, I couldn’t find the duplicate entry. After searching I found … Continue reading

Posted in .Net, .Net 4.0, ASP.Net, Miscellaneous | Tagged , , , , | 1 Comment

How to create a RSS feed using ASP.Net

Another ASP.Net related post, this post helps to create a custom RSS feed using ASP.Net. There are many ways to create feed using ASP.Net, like using Xml Documents, String Builder and simple string concatenation. But none of them designed to … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, ASP.Net, WCF | Tagged , , , , , | 3 Comments

How to persist checkbox state in gridview while paging

Again an asp.net post. Today I saw the same question few times in forum, so I thought about creating a post around it. And it helped me to brush up my asp.net skills once again. In this I am using … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net | Tagged , , , , | 4 Comments