Posted by: Suprotim Agarwal ,
on 5/18/2013
Abstract:
This article gives us an overview of how to host Web API services without IIS using it’s built in Self Hosting capabilities. Along the way we build a plain vanilla html client to consume our service as well.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/3/2013
Abstract:
Use ASP.NET MVC's AntiResourceForgery token mechanism and extend it to Web API via a delegating handler to prevent CSRF attacks
Read More ...
|
Posted by: Suprotim Agarwal ,
on 4/27/2013
Abstract:
Today, we will look at the Lifecycle of an ASP.NET Web API message as it travels from the server to the client via the HttpRequest and back via the HttpResponse
Read More ...
|
Posted by: Suprotim Agarwal ,
on 4/4/2013
Abstract:
This article builds up on our previous data binding article using KnockoutJS and Web API and uses the Protected Observable plugin which gives us a fine grained control over data that's transmitted to the server
Read More ...
|
Posted by: Suprotim Agarwal ,
on 3/31/2013
Abstract:
This article demonstrates how Knockout takes client-side interactivity to a new level. Combined with ASP.NET Web API, it forms a nice Client-Server tango for creating rich and interactive web applications
Read More ...
|
Posted by: Mark Kendall ,
on 11/14/2012
Abstract:
Sometimes you need to get the results of a report from SSRS and send an e-mail to your users. In this article, we will look at how this is done in ASP.NET by calling the SSRS Execution Web service
Read More ...
|
Posted by: Mahesh Sabnis ,
on 6/21/2012
Abstract:
In this tutorial, we will talk about establishing communications between ASP.NET WEB API and Metro-Style application using jQuery, for performing CRUD operations.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 2/10/2012
Abstract:
The Microsoft Chart Controls for .NET Framework allows you create simple, feature rich and attractive 2D and 3D charts for web (ASP.NET) and windows applications (WinForms).
Read More ...
|
Posted by: Suprotim Agarwal ,
on 12/24/2011
Abstract:
In ASP.NET 4.0, Microsoft has given developers the control to render client side ID of Server controls, by introducing a new property called ‘ClientIDMode’. In this article, we will explore this property.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 12/16/2011
Abstract:
The Canvas element is an HTML tag that you can embed inside an HTML document, for the purpose of drawing graphics, via a JavaScript API. In this article, we will see how to use the HTML 5 canvas element to rotate an Image served by the ASP.NET Image Control.
Read More ...
|
Posted by: Mahesh Sabnis ,
on 11/26/2011
Abstract:
In this article, we will explore the ASP.NET 4,5 Model binding Value provider and use of Model binding for filtering master-detail or also known as parent-child data.
Read More ...
|
Posted by: Mahesh Sabnis ,
on 11/17/2011
Abstract:
The Model binding feature in ASP.NET 4.5 provides an exciting feature to developers to develop Webforms which can be independent from the Model.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 11/12/2011
Abstract:
In this article, we will see how to use the Windows Server AppFabric to monitor WCF and WF Services, for effective application management.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 11/7/2011
Abstract:
In this article, we will see how to configure Secure Socket Layer (SSL) in IIS 7.x.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 8/6/2011
Abstract:
The life cycle of an ASP.NET application starts with a request sent by a browser to the Web server like IIS. If you are an ASP.NET developer who creates modules and handlers, it’s important to understand the the HTTP Request Lifecycle in IIS. This article will give you an overview of the order of events fired in the Request Life Cycle in IIS pipeline
Read More ...
|
|