Understanding the MvcRouteHandler and MvcHandler in ASP.NET MVC
Whenever a request is received by MVC, it is the job of the routing engine to match the request URL with the registered routes. After... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design
Call JavaScript in an ASP.NET User Control
In ASP.NET it is easy to call a server-side function on a user control during post back. However, you have to do some custom code if you... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript , web design
ASP.NET FriendlyUrls ViewSwitcher and jQuery Mobile
Sometime ago, September of 2012, Scott Hanselman blogged about a cool new library written for ASP.NET WebForms called ASP.NET Friendly... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript , web design
NuoDB 1.1 Release and Product Demo Webinar
Want to learn more about NuoDB? Check out this Webinar to learn more about our new Dev Center, product improvements, and Microsoft integration.
Tweet 0 Comments Save Tags: .net , database , server , windows
Load MS Project Template (MPT) Files & Enhanced Gantt Chart Rendering
We are happy to announce the release of Aspose.Tasks for .NET 5.4.0. With this month’s release, Aspose.Tasks for .NET now supports... more »
Tweet 0 Comments Save Tags: .net , news , tools
RavenDB: Fixing Up the Build Process
There is a big problem in the RavenDB build process. To be rather more exact, there is a… long problem in the RavenDB build process.
Tweet 0 Comments Save Tags: .net , database , news
What is lexical scoping?
Happy Eliza Doolittle day all; today seems like an appropriate day for careful elocution of technical jargon. So today, yet... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Introducing My Cloud Deployment Service, OnCheckin.com - Diary Of A Ninja
Constantly over the past few years I’ve thanked my lucky stars that I’ve had continuous integration and deployment setup for the web... more »
Tweet 0 Comments Save Tags: .net , announcement , microsoft , tools
Whats New in ASP.NET 4.0 Part 2
In this article, Ill take a look at whats new and improved in the Web Forms model. In future columns, Ill address the Dynamic Data... more »
Tweet 0 Comments Save Tags: .net , css-html
passing datatable to stored procedure
In this post, I have explained how DataTable from C# is passed to a stored procedure in Sql Server.
Tweet 0 Comments Save Tags: .net , database , microsoft
Code Jugalbandi
In Indian classical music, we have Jugalbandi, where two lead musicians or vocalist engage in a playful competition. Lets say there is... more »
Tweet 0 Comments Save Tags: .net , groovy , java , javascript
Basics of Caliburn Micro in WPF mvvm–Part II Binding
In the first part of the MVVM using caliburn micro with WPF we saw how to write the bootstrapper to setup everything for the caliburn... more »
Tweet 0 Comments Save Tags: .net , open source , windows
RavenDB & the magic beans by Ayende Rahien (Podcast)
RavenDB is a scalable, schema-free, NoSQL Document-oriented Database, designed to address requirements coming from real-world systems. In... more »
Tweet 0 Comments Save Tags: .net , how-to , other languages
Reverse engineering your .NET applications
The .NET Framework makes it easy to reverse engineer an existing application. Discover what techniques to use to deter prying eyes from... more »
Tweet 0 Comments Save Tags: .net , frameworks , reviews
Developing For Kindle Fire with Mono C#/Xamarin Studio
As I’ve already mentioned last weekend I took part in AngelHack and took the opportunity to learn how to develop for an Android device... more »
Tweet 0 Comments Save Tags: .net , frameworks , mobile
Getting Started With Glimpse In ASP.NET MVC
If you are using ASP.NET, especially if you are using ASP.NET MVC, you need to be using Glimpse. I’m currently working on a more... more »
Tweet 0 Comments Save Tags: .net , frameworks , tools , web design
LINQ internals (Part 2): Lambda expressions and anonymous functions
Article discussing the anonymous functions in C#, lambda expressions, closures. Difference between the event handling in C# and Java.
Tweet 0 Comments Save Tags: .net , microsoft
Supercharging ASP.NET Web Form Apps
With the introduction of the ASP.NET Web API in ASP.NET 4.5, it is now possible to add advanced client-side functionality to existing sites
Tweet 0 Comments Save Tags: .net , frameworks , web design
Resize Shape Height/Width of Visio Diagram & Improved Shape Connectivity
We are pleased to announce the new release of Aspose.Diagram for .NET 3.2.0.This version will allow you to resize the shape height and... more »
Tweet 0 Comments Save Tags: .net , news , tools
jQuery UI autocomplete in ASP.NET MVC
jQuery UI is a jQuery plug-in which contains widgets and it is tightly integrate with jQuery API. To include jQuery UI across your MVC... more »
Tweet 0 Comments Save Tags: .net , microsoft
Hooking up ASP.NET SignalR with Angular JS
A basic blog post demonstrating the process of making ASP.NET SignalR work with Angular JS to create rich realtime application with two... more »
Tweet 0 Comments Save Tags: .net , javascript