Category: JQUERY
-
BDotNet: Valentine with AngularJS
On Feb 14th,I had an opportunity to speak about AngularJS – the most happening MVW/MV* javascript framework by Google at Microsoft. I started by introducing what AngularJS is,how tough/easy to learn if you are from an OOPs background.Also,about SPA – Single Page application. Ironically,the meet was named as “Valentine with AngularJS”,which i carried in my…
-
JQuery POST Request to WCF service in ASP.NET MVC
One of my colleagues was fighting hard to display a list returned by a WCF service in an ASP.NET MVC3 Razor View.I tried few things and it worked out pretty good.Here is the outcome. JQuery Code is placed in the about.cshtml file [ASP.NET MVC 3 Razor View File] About.cshtml AjaxEnabledWCF.svc
