Pinned Repositories
CallerInfoSample
Sample demonstrating use of Caller Info Attributes in C#
custom-mvc-view-engine
A Sample demonstrating how to create a Custom View Engine that works with ASP.NET MVC
GetGravatar
Get Gravatar for an Email address using javascript
LiveTile
A Javascript plugin and MVC demo for creating 'Tiles' that update themselves
mvc101-anti-forgery-token
A Sample application demonstrating how a CSRF hack can be conducted and how it can be stopped
mvc101-cascading-dropdowns
A simple tutorial showcasing how to create cascading dropdowns using jQuery in ASP.NET MVC + Razor View Engine
Mvc4HandleError
Mvc4HandleError
RemoteValidationAttribute
Code Demonstrating the use of Remote attribute for Async validation
SolutionZip
A sample demonstrating the Zip Library in .NET 4.5 and C# 5
unobtrusive-date-comparison
A sample demonstrating how to buid an Unbotrusive Date Comparison component in ASP.NET MVC
devcurry's Repositories
devcurry/ko-template-binding
A Sample application demonstrating Knockout's Template Binding
devcurry/ko-template-unobtrusive-validation
A Sample application demonstrating how to use jQUery Validator when you have Dynamically generated Input elements
devcurry/tpl-fast-folder-scanner
Demo code use to look into Parallel debugging features of Visual Studio 2012
devcurry/custom-mvc-view-engine
A Sample demonstrating how to create a Custom View Engine that works with ASP.NET MVC
devcurry/odata-getting-started
A Sample applicating demonstrating a Simple OData Endpoint implementation using ASPNET WebAPI
devcurry/aspnet-mvc-areas
A sample application demonstrating how to create Areas in ASP.NET MVC. The code is explained on www.devcurry.com
devcurry/aspnet-mvc-action-filters
A sample application demonstrating how to build a custom Action filter. The code for this sample is on www.devcurry.com
devcurry/debugging-webapi-fiddler
Code accompanying the article in www.devcurry.com showing how to use Fiddler to debug Asp.NET Web APIs without building the UI
devcurry/jquerymobile-aspnet-mvc4
A Sample application demonstrating how to get started with jQuery Mobile and ASP.NET MVC4 to create a web application targeting Mobile devices
devcurry/model-binding-winforms
Simple application demoing ASP.NET Model binding in WebForms applications
devcurry/aspnet-async-await
devcurry/WinRT-DownloadFile
A sample demonstrating how to download a file using WinJs.xhr module in WinJS
devcurry/winrt-flipview
A sample application demonstrating how the FlipView control works
devcurry/winrt-known-folders
A Sample demonstrating how to use the Known Folders to create a Picture Library in a C# + XAML Windows 8 Store App
devcurry/winrt-toast-notifications
A Sample demonstrating use of Toast Notifications in a Windows 8 Store App built using C# + XAML
devcurry/winrt-contact-picker
A Sample demonstrating how to use the Contact Picker in a C# + XAML Windows 8 Store App
devcurry/mvc101-using-resource-strings
How to use Resource Strings in ASP.NET MVC application to centralize string constants
devcurry/save-canvas-image
In this article, we will see how to use the HTML 5 canvas element in an ASP.NET Page to draw shapes and save them on the server
devcurry/mvc101-cascading-dropdowns
A simple tutorial showcasing how to create cascading dropdowns using jQuery in ASP.NET MVC + Razor View Engine
devcurry/introducing-nhibernate-mvc
A Sample demonstrating how to get started with NHibernate in an ASP.NET MVC Application
devcurry/introducing-unity-di
How to use the Unity Container in an MVC 4 Application
devcurry/datatables-excel-style-filtering
Excel Style Filtering using Datatables jQuery plugin in ASP.NET
devcurry/async-await-in-wcf
An application demonstrating Async and Await in WCF Services
devcurry/aspnet-html5-css-part1
HTML 5 and CSS 3 in ASP.NET 4.5 – Part I
devcurry/strongly-typed-data-controls
Introducing Strongly Typed Data Controls in ASP.NET 4.5
devcurry/mvc-jquery-autocomplete
Auto Complete in ASP.NET MVC Using jQuery UI and Web API
devcurry/jQueryProgressBar
Responsive UI in ASP.NET MVC Using jQuery UI, JS Render and ASP.NET WebAPI
devcurry/typescript-template-for-aspnet-mvc
A Visual Studio Project Template using TypeScript and MVC4
devcurry/HelloTypeScript
An introduction to TypeScript, the new type conformant language from Microsoft that compiles to JavaScript
devcurry/MvcImageHelper
Image Helper in MVC