Browse by Tags

All Tags » ASP.Net (RSS)

Get certified for free, Microsoft offers free certification exam (70-480) by sreejukg

Recently I got an email from Microsoft regarding the free exam voucher that can be used for exam 70-480 : Programming in HTML 5 with JavaScript and CSS3. This is a great opportunity for developers to get certified without spending any money. Awesome!...

NuGet package manager in Visual Studio 2012 by sreejukg

NuGet is a package manager that helps developers to automate the process of installing and upgrading packages in Visual Studio projects. It is free and open source. You can see the project in codeplex from the below link. http://nuget.codeplex.com/ Now...

Coexistence of projects between Visual Studio 2010 and 2012 by sreejukg

Microsoft has released another version of Visual Studio named Visual Studio 2012. As you can see there are user interface (UI) changes in all/most of the Microsoft applications as Microsoft is moving towards Windows 8 and changing the UI scheme for all...

Extension methods in .Net framework by sreejukg

Recently one of my friend asked me about extension method. Though it was introduced in .Net framework 3.0, lots of people are not using this or not aware of the power of extension methods. So I decided to write a blog post about this to give an introduction...

Integrate Bing Search API into ASP.Net application by sreejukg

Couple of months back, I wrote an article about how to integrate Bing Search engine (API 2.0) with ASP.Net website. You can refer the article here http://weblogs.asp.net/sreejukg/archive/2012/04/07/integrate-bing-api-for-search-inside-asp-net-web-application...

Integrating Flickr with ASP.Net application by sreejukg

Flickr is the popular photo management and sharing application offered by yahoo. The services from flicker allow you to store and share photos and videos online. Flicker offers strong API support for almost all services they provide. Using this API, developers...

Integrate BING API for Search inside ASP.Net web application by sreejukg

Update: Since Bing has moved Search API to Windows Azure Market place, I wrote a new article about the new Bing Search API. You can read this from the below link http://weblogs.asp.net/sreejukg/archive/2012/07/04/integrate-bing-search-api-to-asp-net-application...

Walkthrough: Wizard control in ASP.Net by sreejukg

In this article I am going to explain about the ASP.Net Wizard control and how you can use it in your application. When there are large forms, the wizard control is a useful tool that helps the end user to fill the form quiet easily. When you have large...

New Request validation features in ASP.Net 4.5 by sreejukg

(This article is based on ASP.Net 4.5 developer preview, when the version is released there may be changes applied.) ASP.Net request validation is a feature that automatically protects ASP.Net applications from XSS attacks. Request validation in asp.net...

New HTML 5 input types in ASP.Net 4.5 Developer Preview by sreejukg

Microsoft has released developer previews for Visual Studio 2011 and .Net framework 4.5. There are lots of new features available in the developer preview. One of the most interested things for web developers is the support introduced for new HTML 5 form...
More Posts Next page »