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
Hosting your ASP.NET Web API Services without IIS
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... more »
Tweet 0 Comments Save Tags: .net , microsoft , web services
Connect to MongoDB from .NET using Web API
A walkthrough of how to sign up with MongoHQ to setup a MongoDB database and then connect to it from an ASP.NET Web API application.
Tweet 0 Comments Save Tags: .net , database , microsoft , web services
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
Reverse Engineering Obfuscated Assemblies
This article introduces code obfuscation and how it can be dealt with when reverse engineering.
Tweet 0 Comments Save Tags: .net
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
Implementing SignalR Stock ticker using Angular JS
First part of two post series on implementing the SignalR stock ticker sample using Angular JS. It covers creating service to perform... more »
Tweet 0 Comments Save Tags: .net , javascript
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
Restore NuGet packages from packages.config
Another in my occasional series of wrangling with NuGet within Visual Studio.
Tweet 0 Comments Save Tags: .net