12.5.12
12.3.12
Webservices/ WCF/ MVC
http://www.youtube.com/watch?v=cUFfE7qOU9Q&feature=bf_next&list=SPCD7D098B66C806CA&lf=list_related.
http://dotnetguts.blogspot.in/2007/09/all-about-web-service-in-net.html
http://www.codeproject.com/Articles/139787/What-s-the-Difference-between-WCF-and-Web-Services
http://wcftutorial.net/Difference-between-WCF-and-Webservice.aspx
Synchronous is one after another, so you send one email when that process is done it sends the next one. Asynchronous starts sending an email and it doesn't care if the first one is done and will start the second, and this goes on until all emails are sent. Normally, an asynchronous process would open a new thread and run in the background.
http://dotnetguts.blogspot.in/2007/09/all-about-web-service-in-net.html
http://www.codeproject.com/Articles/139787/What-s-the-Difference-between-WCF-and-Web-Services
http://wcftutorial.net/Difference-between-WCF-and-Webservice.aspx
Synchronous is one after another, so you send one email when that process is done it sends the next one. Asynchronous starts sending an email and it doesn't care if the first one is done and will start the second, and this goes on until all emails are sent. Normally, an asynchronous process would open a new thread and run in the background.
29.2.12
Hide ajax calls from all browsers
http://www.aspnetmvcninja.com/attributes/using-the-scriptignore-attribute-to-hide-public-properties-in-a-json-output
==========
Why use MVC over Web forms:
http://www.gitshah.com/2011/07/aspnet-mvc-vs-aspnet-web-forms.html
======================================================
How to: Validate Model Data Using DataAnnotations Attributes
http://msdn.microsoft.com/en-us/library/ee256141.aspx
=====================================================
http://forums.devx.com/showthread.php?t=171341http://stackoverflow.com/questions/8223319/how-to-hide-ajax-requests-from-firebug-console
==========
Why use MVC over Web forms:
http://www.gitshah.com/2011/07/aspnet-mvc-vs-aspnet-web-forms.html
======================================================
How to: Validate Model Data Using DataAnnotations Attributes
http://msdn.microsoft.com/en-us/library/ee256141.aspx
=====================================================
http://forums.devx.com/showthread.php?t=171341http://stackoverflow.com/questions/8223319/how-to-hide-ajax-requests-from-firebug-console
27.2.12
Remote validation MVC
JQuery UI Autocomplete and MVC3 Remote Validation Conflict–Update
------------------------------------------------------------------
http://www.culbertsonexchange.com/wp/?p=229
complete list of validations:
-------------------------------
http://www.devtrends.co.uk/blog/the-complete-guide-to-validation-in-asp.net-mvc-3-part-1
Remote validation MVC
----------------------
http://www.tugberkugurlu.com/archive/check-instantly-if-username-exists-asp-net-mvc-remote-validation
http://deanhume.com/Home/BlogPost/mvc-3-and-remote-validation/51
MVC 3 Remote Validation, problem with duplicate check in Edit view
-----------------------------------------------------------------
http://stackoverflow.com/questions/7078075/mvc-3-remote-validation-problem-with-duplicate-check-in-edit-view
------------------------------------------------------------------
http://www.culbertsonexchange.com/wp/?p=229
complete list of validations:
-------------------------------
http://www.devtrends.co.uk/blog/the-complete-guide-to-validation-in-asp.net-mvc-3-part-1
Remote validation MVC
----------------------
http://www.tugberkugurlu.com/archive/check-instantly-if-username-exists-asp-net-mvc-remote-validation
http://deanhume.com/Home/BlogPost/mvc-3-and-remote-validation/51
MVC 3 Remote Validation, problem with duplicate check in Edit view
-----------------------------------------------------------------
http://stackoverflow.com/questions/7078075/mvc-3-remote-validation-problem-with-duplicate-check-in-edit-view
20.2.12
MVC 3
Download Visual Studio 2010 sp1
http://www.technize.net/microsoft-visual-studio-2010-sp1-offline-download/
http://www.asp.net/mvc/mvc3
http://www.stefanprodan.eu/2011/05/edit-data-in-dialog-form-with-jquery-and-asp-net-mvc/
http://felixcen.blogspot.in/2011/03/insert-update-and-delete-using-entity.html
http://blogs.microsoft.co.il/blogs/bursteg/archive/2009/02/03/create-a-strongly-typed-crud-ui-with-asp-net-mvc-rc.aspx
MVC DEMO OF CARS:
=================
http://ricardocovo.wordpress.com/2011/04/03/asp-mvc3-editing-records-with-jqueryui-dialogs-and-ajaxforms/
======================
Using Ajax.BeginForm :Ajax.ActionLink()
http://sweettam.blogspot.in/2011/08/using-ajaxbeginform-aspnet-mvc3-ajax.html
---------------------
ViewBag and ViewData
http://brendan.enrick.com/post/Difference-Between-ViewBag-and-ViewData-in-
MVC-3.aspx
--------------------
put script at bottom:
http://developer.yahoo.com/performance/rules.html#js_bottom
-=================
Pop up Mvc (Add,Edit,Delete)
http://www.stefanprodan.eu/2011/05/edit-data-in-dialog-form-with-jquery-and-
asp-net-mvc/
===================================
mvc videos:
http://weblogs.asp.net/scottgu/archive/2011/02/22/mvcconf-videos-available.aspx
http://www.technize.net/microsoft-visual-studio-2010-sp1-offline-download/
http://www.asp.net/mvc/mvc3
http://www.stefanprodan.eu/2011/05/edit-data-in-dialog-form-with-jquery-and-asp-net-mvc/
http://felixcen.blogspot.in/2011/03/insert-update-and-delete-using-entity.html
http://blogs.microsoft.co.il/blogs/bursteg/archive/2009/02/03/create-a-strongly-typed-crud-ui-with-asp-net-mvc-rc.aspx
MVC DEMO OF CARS:
=================
http://ricardocovo.wordpress.com/2011/04/03/asp-mvc3-editing-records-with-jqueryui-dialogs-and-ajaxforms/
======================
Using Ajax.BeginForm :Ajax.ActionLink()
http://sweettam.blogspot.in/2011/08/using-ajaxbeginform-aspnet-mvc3-ajax.html
---------------------
ViewBag and ViewData
http://brendan.enrick.com/post/Difference-Between-ViewBag-and-ViewData-in-
MVC-3.aspx
--------------------
put script at bottom:
http://developer.yahoo.com/performance/rules.html#js_bottom
-=================
Pop up Mvc (Add,Edit,Delete)
http://www.stefanprodan.eu/2011/05/edit-data-in-dialog-form-with-jquery-and-
asp-net-mvc/
===================================
mvc videos:
http://weblogs.asp.net/scottgu/archive/2011/02/22/mvcconf-videos-available.aspx
26.1.12
Understanding MVC architecture
http://www.youtube.com/watch?v=eTdVkgF_Slo&feature=related
http://www.youtube.com/watch?v=KAKxm4eQP24&feature=relmfu
http://www.youtube.com/watch?v=KAKxm4eQP24&feature=relmfu
11.12.11
Best Practices for Speeding Up Your Web Site
http://developer.yahoo.com/performance/rules.html#expires
Subscribe to:
Posts (Atom)