WOW….. Looks like a release season a Microsoft. Many new products and technologies getting released in this month and and in near future. ...
Read more »
SQLite Browsers, Explorers, Admin GUI Tools
SQLite is a software library that implements a self-contained, server less, zero-configuration, transactional SQL database engine. SQLite i...
Read more »
Tags:
SQLite
Using SQLite With WinRT, Metro, Windows 8 Mobile
As pre recent news at http://www.sqlite.org/news.html on 2012-June-11 - Release 3.7.13 “SQLite version 3.7.13 adds support for WinRT and...
Read more »
INotifyPropertyChanged - The .NET 4.5 Way. CallerMemberName
Here are few links describing how to use INotifyPropertyChanged interface in .Net Framework 4.5 using new “ Caller Information ” Attribu...
Read more »
Route Constraints With ASP.Net MVC & WebAPI
ASP.Net MVC has a powerful Routing Engine that allows mapping between URL Routes and Controller Actions. Below are few links regarding ho...
Read more »
Free eBooks: jQuery & Metro Apps
jQuery Succinctly By Cody Lindley At Syncfusion jQuery Succinctly was written to express, in short-order, the concepts essential to...
Read more »
C# Extension Methods – I Love Them!!!!
Extension Methods - Yet another cool feature brought into .Net realm with C# 3 and VB.Net 9. Extension methods allow you to "add" ...
Read more »
C# Generic String Parser Extension Method
Online working example can be found at http://ideone.com/ZP5xo
Read more »
Tags:
C#
Popular Posts
-
Uploading files using FileUpload server control is very common and easy with ASP.Net. But normally in this method files are uploaded to the...
-
ASP.Net MVC has a powerful Routing Engine that allows mapping between URL Routes and Controller Actions. Below are few links regarding ho...
-
With Umbraco 4.6.1 in Jan,2011, they brought in one of the great feature to Umbraco CMS - Razor . And with Umbraco 4.7 in March, 2011 they h...
-
Javascript does has built-in function Math.random() to generate a random number, however the so generated random number is always a floating...
-
As a part of my umbraco based website www.PBDesk.com , I was developing learning interactions components which can be re-used in the eLearni...