October 2009 Entries
Today I was trying to call ASP.Net web service from JQuery. I thought it was easy first. But when tried implementing them I felt the difficulty. I don't had this problem while calling Ajax enabled WCF service from JQuery. Hence I did a small Bing and found out some useful tips to share. I referred links below. http://www.mikesdotnetting.... http://www.dotnetcurry.com/... http://encosia.com/2008/03/...
Visual Studio 2010 Beta 2 is released. I tried searching for the ISo copy and could not find one. Finally they released the ISO copy also. http://msdn.microsoft.com/h... There under the downloads section you can find the ISO link of rthe Ulitmate,Premium and professional edition. Thanks, Thani
I should definetely share this link by Scott Gu on the updates of VS10. There are some series of 10 posts in them. Please read them . http://weblogs.asp.net/scot
Hi All, I got a chance to read the Blog from Scott Gu Very nice post explaining the new intellisense features available in VS 2010. I am sure MS would have done a good R&D in this field and came up with the solution. The intellisense members are now searched based on 1. Events,Methods and Properties listing all of them .We don had this feature previously. 2.Keyword searching .For example typing Mouse will list all the events and methods related to that. 3.Type searching . When we type the name...
Wednesday is a fantastic day for me as Visual Studio 2010 Beta 2 is launched (though MSDN subscribers got them on tuesday itself). I tried download them and installed. I would like to give some useful links where youcan get some info on them for reference. http://www.microsoft.com/vi... - This is a web install and does nto have an ISO http://www.microsoft.com/ex... - This page has the express editions and have an downloadable ISO copy Visual Studio...
Just going through some function programming comcepts in .Net .Don't wonder how we have this in .Net. Its there from VS2008(.Net 3.5) . I checked this blog post and its very intersting. F# Programming Concepts and Difference with C# Thanks, Thani
These were some useful links on Microsoft Ajax preview 6 http://weblogs.asp.net/Infi... http://weblogs.asp.net/jimw... http://weblogs.asp.net/Bleroy/ Microsoft Ajax Preview 6 Download Page This post by Scott Guthrie is really amazing http://weblogs.asp.net/scot... This preview is quite inetersting as it supports both two way databinding for clientside Datacontext and JQuery based...
Currently these are this hot topics I am looki Visual Studio 2010 Beta 2 Visual Inheritance and ASP.NET WebForms ASP.NET Profiles in Web Application Projects Using the Ajax minifier Searching and Navigating code in VS2010 Thanks, Thani...
Javascript Intellisense I read this interesting artilce when trying to enable intellisense for my Javascript file. Don miss this as its very useful. Its similar to what we do for VB or C# for intellisense i.e XML documentation. Same concept applies for JavaScript also. This will work in Visual Studio 2008 as there is an enahncement for this. Thanks, Thani...