Browse by Tags

All Tags » Ajax (RSS)

Free ASP.NET Pro Magazine (PDF Version)

Click on the issues for the direct download link.
Posted by Technical Bits
Filed under: , ,

Latest SDKs from Microsoft

Microsoft Silverlight 1.0 SDK The Microsoft Silverlight 1.0 SDK contains documentation, online samples, quickstarts, and tools for developing Silverlight applications. Windows Live ID Client 1.0 SDK The Windows Live ID Client 1.0 SDK provides a managed API for Windows Live sign-in from within desktop client applications. Virtual Earth Map Control SDK 4.0 This SDK provides programming references and how-to topics for getting started with the Virtual Earth map control. Visual FoxPro 9.0 Service Pack 2.0 Download Service Pack 2 for Microsoft Visual FoxPro 9.0. SQL Server 2005 Driver for PHP CTP (October 2007) Download the SQL Server 2005 Driver for PHP CTP for October 2007, a PHP 5 extension that allows for the reading and writing of SQL Server data from within PHP scripts. SQL Server 2005 JDBC Driver 1.2 Download the SQL Server 2005 JDBC Driver 1.2, a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available in J2EE (Java2...

Microsoft Ajax RTMed

Finally, this long awaited day has arrived! Microsoft Ajax Library has RTMed! Do go to http://ajax.asp.net to get the latest bits. Ajax 1.0 contains all the stable code base. while an additional add-on contains features that are still under development. :)
Posted by Technical Bits
Filed under:

Upgrading from Ajax Beta 2 to RC1

If any of you guys are thinking... Jesus Christ! I'm just done with implementing and coding in MS-Ajax Beta 2, and now RC1 had changed a couple of stuff that makes me waste my prior effort! Nah... Here's a whitepaper which describes on the changes and would guide you on transitioning to RC1. No major changes is going to be expected between RC1 and RTM. http://ajax.asp.net/files/Migration_Guide_Beta2_to_RC.aspx
Posted by Technical Bits
Filed under:

Microsoft Ajax Library RC is Available!

The ASP.NET team had finally released the RC of the AJAX Library (previously "Atlas") and you could get a copy of it at http://www.microsoft.com/downloads/details.aspx?FamilyId=8FA6E076-582B-440F-95CB-C40ED23FDF59&displaylang=en . One major change in the RC is that the previously Microsoft.Web.* will be now part of System.Web.* and there'd be no major changes expected between now and RTM. Happy Ajaxing. =)
Posted by Technical Bits
Filed under:

Microsoft Ajax ScriptManager Javascript Issue

Last week, when I was conducting a Hot-Labs for Microsoft Singapore, I got a question from one of the attendees. "Does ScriptManager actually stores itself in the CACHE? Else I'd have to have it on multiple pages, and that could suffer quite a fair bit on bandwidth" Re: Does ScriptManager actually stores itself in the CACHE? Yes, It's stored in the Browser Cache. Thus even if you have ScriptManager on multiple pages, performance is just once. Re: Else I'd have to have it on multiple pages, and that...
Posted by Technical Bits
Filed under:

.NET 3.0 Myths

" I've just learnt .NET 2.0! Is Microsoft crazy? Coming out with an entire new framework so soon? " is the common misconception that many developers have about .NET 3.0. Just to dimystify the myth, .NET 3.0 is just an addition to .NET 2.0, with 4 main components Windows Communication Foundation Windows Presentation Foundation Windows Workflow Foundation Windows CardSpaces ASP.NET 2.0, C# 2005, VB 2005 and etc remains exactly the same. There be changes in ASP.NET and the likes in .NET 3.5 which might...
Posted by Technical Bits
Filed under: , ,