Web API

What is Web API and why use it?

What is Web API and why use it? In this post, I will explain Web API and why to use it. ASP.NET Web API(Introduced by Microsoft) is a framework for building HTTP services that can be used by other range of clients such as browsers, mobiles, iPhones, and tablets. ASP.NET Web API can
ASP.NET JQuery

Difference between HttpGet and HttpPost Method

Difference between HttpGet and HttpPost Method In my previous posts I have explained various topics like Use of ViewBag in Asp.net MVC, Jquery, asp.net, visual studio,C#.Net,Console application Now in this post, I will explain Difference between HttpGet and HttpPost Method with appropriate example. HTTPGet method is default whereas you will need to specify HTTPPost attribute if you
ASP.NET

Use of ViewBag in Asp.net MVC

Use of ViewBag in Asp.net MVC In my previous posts I have explained various topics like Jquery, asp.net, visual studio,C#.Net,Console application Now in this post, I will explain about Use of ViewBag in Asp.net MVC with appropriate example. Use of ViewBag in Asp.net MVC ViewBag are used when you want to transfer temporary
ASP.NET Visual Studio

What is ASP.NET?

What is ASP.NET? In my previous posts I have explained various topics like visual studio,C#.Net,Console application Now in this post, I will explain What is ASP.NET. ASP.NET is a web development model integrated with .NET framework which is designed to provide various services to create dynamic web applications and web services. It
top