Simple Data Binding with Knockout, Web API and ASP.Net Web Forms
Fri, 24 May 2013 00:00:00 GMT
Jalpesh explains how we can use Knockout and Web API with ASP.NET Web Forms.
|
Getting "SignalR-Ready" in Visual Studio 2010
Thu, 23 May 2013 00:00:00 GMT
This article discusses the necessary steps to get started building SignalR Applications using Visual Studio 2010.
|
Tracing in ASP.NET Web API
Wed, 22 May 2013 00:00:00 GMT
Take a quick peek at ASP.NET Web API’s Tracing implementation and its unique features. Also see how we can enable Tracing in non-Web API template based MVC Apps that use Web API
|
A CKEditor File Browser For ASP.NET Web Pages
Tue, 21 May 2013 00:00:00 GMT
CKEditor is one of the most popular rich text editors available. Out of the box, there is no file browser to help with selecting images, but you can purchase an add-on from them - CKFinder. Alternatively, you can build your own file browser component.
|
Splitting and Merging PDF Files using iTextSharp
Mon, 20 May 2013 00:00:00 GMT
This article covers using the iTextSharp library to split and merge PDF Files in C#.
|
HTTP Cookies and ASP.NET Web API
Sun, 19 May 2013 00:00:00 GMT
Use cookies to exchange bits of information between a Web API service and a client
|
Custom Validation with IValidatableObject in MVC
Sat, 18 May 2013 00:00:00 GMT
In this post you will learn how to create a self validatable object using IValidatableObject to validate data in MVC.
|
return View() vs return RedirectToAction() vs return Redirect() vs return RedirectToRoute()
Fri, 17 May 2013 00:00:00 GMT
There are different ways to return/render a view in MVC Razor. Many developers got confused when to use return View(), return RedirectToAction(), return Redirect() and return RedirectToRoute().This articles explains the differences.
|
Querying Wikipedia in ASP.NET Using LINQ-to-Wiki
Thu, 16 May 2013 00:00:00 GMT
Rion Williams discusses how to query Wikipedia content within ASP.NET applications through traditional LINQ queries using the LINQ-to-Wiki library.
|
How to Avoid Session Hijacking in Web Applications
Wed, 15 May 2013 00:00:00 GMT
This article describes hijacking (theft) of a user Cookie from a browser and how to avoid it.
|
Responsive ASP.NET GridView With Twitter Bootstrap
Tue, 14 May 2013 00:00:00 GMT
How to implement Responsive ASP.NET GridView with Twitter Bootstrap
|
Area in MVC - Giving a Nice Physical Structure & Dealing with Template Bug
Mon, 13 May 2013 00:00:00 GMT
In this article you will learn how MVC Architecture separates all logic physically, and how to use Areas to separate it logically.
|
Getting Started with ASP.NET MVC 4 Mobile Sites using jQuery Mobile
Sun, 12 May 2013 00:00:00 GMT
This article leverages the built-in ASP.NET MVC 4 Project template for Mobile Sites to quickly get started with a mobile dedicated website.
|
Excel Style Data Filtering in ASP.NET MVC using DataTables.js Plugin
Sat, 11 May 2013 00:00:00 GMT
Sumit Maitra shows how we can use DataTable.js to do Excel-style filtering in an ASP.NET MVC application, where we have filter-dropdowns on the header of each column and filtering data by one column adjusts the filtering options in other columns
|
Deploying an ASP.NET Website to Azure in Visual Studio 2012 from a Git Repository directly
Fri, 10 May 2013 00:00:00 GMT
Explore how to deploy our own ASP.NET WebSite in Visual Studio, using the Git plugin to commit the code to Git and see how we can connect Windows Azure to our repository
|
ASP.NET MVC 4 - Implementing Asynchronous Controller using .NET Framework 4.5
Thu, 09 May 2013 00:00:00 GMT
The async and await keywords help us write concise code when developing Asynchronous Controllers in ASP.NET MVC thus helping in building applications that can accept more requests than their synchronous counterparts. This article explains this with an example.
|
Nancy - A Lightweight .NET Framework
Wed, 08 May 2013 00:00:00 GMT
Nancy is a lightweight open source framework for building HTTP-based services on .NET.
|
Lifecycle of an ASP.NET Web API Message
Tue, 07 May 2013 00:00:00 GMT
Suprotim Agarwal looks 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
|
Creating Advanced Audit Trails using ASP.NET Action Filters
Mon, 06 May 2013 00:00:00 GMT
This post covers how to implement a more advanced auditing system within your ASP.NET MVC Application using custom ActionFilters though granular Request serialization, "Session" monitoring and more.
|
Introducing Online ASP.NET MVC 4 Cheat Sheet
Sun, 05 May 2013 00:00:00 GMT
A quick view of ASP.NET MVC 4
|