Browse by Tags

All Tags » ASP.NET 4.0 (RSS)

HTML editor enhancement in visual studio 2012 by Jalpesh P. Vadgama

In this post I am going to explain about HTML Editor Enhancement in visual studio 2012. I have been writing few post about Visual studio 2012 new features and this post will also be part of that. You can read whole series at following link. Visual Studio...

How to create overload methods in WCF service with C# by Jalpesh P. Vadgama

Before some days I have posted an blog about How to create overloaded web methods in asp.net web service? In this post I am going to explain how we can create overload methods in WCF(Windows Communication Foundation) service with C# language. So let’s...
Filed under: , , ,

Dividing web.config into multiple files in asp.net by Jalpesh P. Vadgama

When you are having different people working on one project remotely you will get some problem with web.config, as everybody was having different version of web.config. So at that time once you check in your web.config with your latest changes the other...

Execute TSQL statement with ExecuteStoreQuery in entity framework 4.0 by Jalpesh P. Vadgama

I was playing with entity framework in recent days and I was searching something that how we can execute TSQL statement in entity framework. And I have found one great way to do that with entity framework ‘ExecuteStoreQuery’ method. It’s executes a TSQL...

Redirection in URL Routing by Jalpesh P. Vadgama

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...

My blog post are appearing on MSDN ASP.NET MVC Content Map by Jalpesh P. Vadgama

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...

Easy URL routing in ASP.NET 4.0 web forms by Jalpesh P. Vadgama

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...
Filed under: ,

First Review of ASP. NET MVC 4.0 Developer Preview by Jalpesh P. Vadgama

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...

Visual Studio 2010 Color Theme Editor- Customize look of visual studio by Jalpesh P. Vadgama

We have all love Visual Studio 2010 and I am sure you all want to change color for menus, toolbars and title etc. Today I have found one of the most interesting Extension for Visual studio 2010 from which you can manage all this things. Don’t believe...

Parallel for loop in C# 4.0 by Jalpesh P. Vadgama

Now days we are getting our computer equipped with more and more power even now we are getting quad core processor is also at lower price. Since we have multicore processors are now so we can take advantages of multicore processor with parallel execution...
More Posts Next page »