By tag: mvc
0
kicks
Saving SkyDrive Excel Survey Data To Sql Server Database with ASP.NET
How to display and Save SkyDrive Excel Survey Data To Sql Server Database with ASP.NET MVC
0
kicks
Debugging JavaScript with Visual Studio in an ASP.NET MVC 4 app
Debugging JavaScript with Visual Studio in an ASP.NET MVC 4 application
0
kicks
HTTP PATCH Requests (Partial Updates) in ASP.NET Web API
Here is a usage example to implement HTTP Patch request in ASP.NET Web API to update data with EF DB First.
0
kicks
A Simple Twitter Feed in MVC 4 Using The RESTful Twitter API
Tutorial for integrating a Twitter Feed in ASP MVC 4 using the RESTful Twitter API
0
kicks
Writing Unit Tests for an ASP.NET MVC Action Method that handles Ajax
Demonstrate how to write unit tests for an ASP.NET MVC action method, which handles both Ajax request and normal HTTP Request.
0
kicks
MVC Forms Authentication and Storing Data in the Cookie
Learn how to implement MVC4 C# .NET forms authentication and store custom user data in the forms authentication ticket, allowing you to access user data anywhere within the web application. Create a custom membership provider, custom principle, and web security.
0
kicks
Poor Man's IOC
No IOC library, no dependencies ..or how in some cases you can do dependency injection without having to resort to a IOC library, which in itself add another layer of dependency on your project.
0
kicks
Fast Downloading with Parallel Requests using ASP.NET Web API
How to speed up downloading of a large file with Parallel Requests using ASP.NET Web API.
0
kicks
Add an anti spam question to your FunnelWeb
If you are a proud funnelweb blogger you have probably experienced a huge amount of spam. In this article we make a simple change that should eliminate a lot of spam from bots.
0
kicks
ASP.NET MVC 4: External Login using OpenID
With OAuth and OpenID, it’s easy for the developer to provide an external account login service to an internet facing web site. This reduces the overhead of having the application database storing secure information.
0
kicks
Released jQuery UI Helpers 1.0
jQuery UI Helpers is a set of HTML Helpers that help you to seamlessly integrate jQuery UI into your ASP.NET MVC application. The new version is built on jQuery UI 1.9 and supports the three new widgets: the menu, the spinner and the tooltip.
0
kicks
HeadJS availiable via MVC compatible Nuget package
Helps speed up your site design by providing you with responsive design, script loading, and feature detection utilities. Latest version (0.98) adds the following detections: .mobile/.desktop, viewport (.portrait/.landscape), browsers (.lt-ie6, .gt-chrome21, .ios), and multiple viewport targets (.lt...
0
kicks
Syncing Offline HTML5 IndexedDB With Online using ASP.NET Web API
How to implement synchronization of IndexedDB and SQL Server databases using ASP.NET Web API.
0
kicks
Real Time Chart With SignalR and ASP.NET MVC
How to create real-time chart with SignalR and ASP.NET MVC.
0
kicks
Real-Time Chart using HTML5 Push Notification (SSE) and ASP.NET Web AP
Learn how to create a chart to display real-time updates using native HTML5 push notification and ASP.NET Web API.