MVC or MVP Pattern – Whats the difference?

Reference

Posted by donaldb on Aug 30 2012 in MVC

jQuery Tutorials

Dialog

http://dotnetslackers.com/articles/ajax/Using-jQuery-with-ASP-NET.aspx

http://dotnetslackers.com/articles/ajax/Plunging-into-the-sea-of-jQuery-plugins-Part-I.aspx

Understanding jQuery UI widgets

http://bililite.com/blog/understanding-jquery-ui-widgets-a-tutorial/

Posted by donaldb on Aug 29 2012 in jQuery

jQuery selectors

http://api.jquery.com/category/selectors/

http://stackoverflow.com/questions/4082927/jquery-selector-finding-table-cell-based-on-content

http://dotnetguts.blogspot.com.au/search/label/JQuery

Posted by donaldb on Aug 9 2012 in jQuery

How to terminate remote desktop connections

http://www.howtogeek.com/howto/windows/command-line-hack-for-terminal-server-has-exceeded-the-maximum-number-of-allowed-connections/

First Query: 

 query session /server:servername

Second Terminate:

reset session [ID] /server:servername

Posted by donaldb on Jul 12 2012 in Network

ASP.NET MVC 3 Razor

http://msdn.microsoft.com/en-us/gg618477

Exercise:
Creating a Home Page View Using Razor Syntax

Exercise 2:

Using Models in Razor Views

Posted by donaldb on Jun 13 2012 in MVC