Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2.0 or higher version of Microsoft.NET Framework...
Saturday, December 24, 2011
Friday, December 23, 2011
Async file upload with jquery and ASP.NET
Recently before some I was in search of good asynchronous file upload control which can upload file without post back and I have don’t have to write much custom logic about this. So after searching it on internet I have found lots of options but some of the options were not working with ASP.NET and...
Thursday, December 22, 2011
Redirection in URL Routing
In one of the my earlier post I have written How easily we do URL rewriting in ASP.NET Web forms. In this post I am going to explain redirection in URL Routing.
In web application it’s a common scenario that we are redirecting our page to the one from the another and those who are familiar with the...
Sunday, December 11, 2011
My blog post are appearing on MSDN ASP.NET MVC Content Map
Yesterday I was searching something and I got a nice surprise. I have seen my blog post for RSS reader is appearing on MSDN ASP.NET MVC content map. It is really proud movement for me. Following is the link from where you will get this.
http://msdn.microsoft.com/en-us/library/gg416514%28v=VS.98%29.aspx
On...
Easy URL routing in ASP.NET 4.0 web forms
In this post I am going to explain URL routing in greater details. This post will contain basic of URL routing and will explain how we can do URL routing in fewer lines of code.
Why we need URL routing ?
Let’s consider a simpler scenario we want to display a customer details on a ASP.NET Page...
Sunday, October 9, 2011
New solution explorer feature in visual studio11 developer preview
Microsoft Visual Studio11 Developer preview comes with bunch of new features and Solution explorer is also get some new features in it. There are few new icons added at top of solution explorer like below.
Create new window with copy of this Window Feature:
Now there is a one feature given with...
ASP.NET MVC 4.0 Mobile Template
Microsoft has released the much awaited ASP.NET MVC 4.0 developer preview and there are lots of features bundle with it. One of the greatest features is a mobile website. Yes, Now with ASP.NET MVC 4.0 you can create mobile site also. So let’s create a simple application and let’s see how it works.
To...
Saturday, October 8, 2011
NuGet with multiple projects part-2
Before some days I have posted one post about how we can add NuGet package other than start project. In this post I am going to explain another way of doing that.
Earlier we have use ‘Manage NuGet Package’. Today I am going to use Package Manager Console for that. So let’s take same example which...
Friday, October 7, 2011
Beware of Plagiarism
I was checking my backlinks on sitemeter today and I have found a blog link which is directly copy my articles from my blog to his blog without giving credits to me. Following is a link for it.
http://learndotnetwithasad.blogspot.com/
This guy has copied my articles blindly event he has copied my...
Thursday, October 6, 2011
A tribute to Steve Jobs- Chairman, Apple.. A real super hero
Today I heard a sad news for techie world Apple chairman Steve Jobs passed away yesterday night. He was a great men and we would always remember him as a super hero who has brought lots innovations like iPod,iPhone and iPod etc. which changed our lives.
As Apple said on his page. “Apples has lost...
Monday, October 3, 2011
First Review of ASP. NET MVC 4.0 Developer Preview
After so much buzz Microsoft has launched some of the new tools at build conference and ASP.NET MVC 4.0 Developer preview is one of them.
How I can install ASP.NET MVC 4.0 Developer preview?
There are three ways to install ASP.NET MVC 4.0 Developer preview
You can download from following...
Saturday, October 1, 2011
First Review of Visual Studio11 Developer Preview
Recently before some days at Build Conference on September 14,2011 Microsoft has announced release of “Visual Studio 2011 Developer Preview. You can download that from following link.
http://msdn.microsoft.com/en-us/vstudio/hh127353
I have downloaded the .NET framework 4.5 and Visual Studio11 Developer...
Saturday, September 24, 2011
NuGet package with multiple projects
Before some day one of my friend asked me to install NuGet in project another then startup project. At that time I don’t have any idea about it. So I did some R and D on web and found one easiest way to do it. So let’s first create a solution where we have more then one project in single solution....