Email Alerts
-
ASP.NET Ajax Tutorial
This reference introduces developers to Microsoft's ASP.NET Ajax framework with a plethora of tips, tutorials and webcasts. Learning Guide
-
Ajax Learning Guide
Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach (Asynchronous JavaScript and XML) and learn how Web developers using Ajax are enriching the user experience wi... Learning Guide
-
JavaScript IntelliSense: Visual Studio 2008 Learning Guide
This section of the Visual Studio 2008 Learning Guide examines JavaScript IntelliSense, which aims to make life easier for ASP.NET AJAX developers. Learning Guide
-
ASP.NET AJAX Control Toolkit Learning Guide
The ASP.NET AJAX Control Toolkit is a set of ready to use Ajax controls and extensions for ASP.NET apps. This reference introduces the toolkit and links to a variety of controls. Learning Guide
-
ASP.NET AJAX Special Report
Our ASP.NET AJAX special report offers book excerpts, a learning guide and several articles to help .NET developers get started with Microsoft's Ajax framework. Special Report
-
Simplifying .NET performance management
dynaTrace has unveiled the next major version of its flagship application performance measurement (APM) tool, which includes FastPacks that simplify the process of monitoring Microsoft applications. Article | 24 Mar 2010
-
Silverlight, Ajax components require different approach to UI
Ajax components and Silverlight components aren't just different in their underlying technologies, according to UI components vendor Infragistics. Users also expect a different look and feel depending on which technology they're using. Article | 07 Jan 2009
-
Microsoft PDC gives a taste of Windows 7, Visual Studio 2010
A pair of keynotes on day 2 of PDC gave developers a glimpse of Windows 7 and Visual Studio 2010, and then showed them how to build a basic application for Windows Azure, the cloud computing platform that took center stage at the conference yesterday... Article | 28 Oct 2008
-
Mainsoft introduces .NET-to-Java translation tool
Interop house Mainsoft announced Mainsoft for Java EE Version 2.2, an interoperability toolkit that translates .NET code into Java applications. It enables a development team to write applications using C# and VB.NET and translate these to run on a J... Article | 16 Apr 2008
-
Ajax.NET Professional retired
The creator of Ajax.NET Professional announced that he has stopped working on the open-source Ajax framework. He recommends migrating projects to ASP.NET AJAX. Article | 10 Jan 2008
-
Five common Ajax security challenges and how to address them
Ajax programmers learned how to combat five common Ajax security challenges at ReMIX07 Boston. Additional security best practices emerged as well. Article | 25 Oct 2007
-
Gaia Ajax Widgets adds controls, documentation
The open-source Ajax toolkit for ASP.NET 2.0 has additional controls, XML documentation and sample code in its latest quarterly release. Article | 11 Sep 2007
-
The Ajax Experience: Explore Ajax in its many forms
There's more to Ajax than just ASP.NET AJAX. The Ajax Experience, which visits Boston soon, is an event that covers frameworks, scalability, security and more. Article | 10 Sep 2007
-
Silverlight, Ajax and the Rich Internet Application
Developers got a look at Silverlight at The Ajax Experience. They also saw how it compares to, and contrasts with, Ajax as a Rich Internet Application development framework. Article | 01 Aug 2007
-
Ajax security holes and how to fill them
Along with improvements in UI and client-side programming, Ajax brings security issues. Here three experts identify Ajax security shortcomings and how to address them. Article | 25 Apr 2007
- See more News on ASP.NET and Ajax development
-
How to use jQuery to solve Javascript browser compatibility problems
Javascript compatibility between Firefox, Internet Explorer and other browsers can make Ajax and Javascript effects a headache. Each browser does things just a bit differently, forcing Web developers to check which browser the user has and branch the... Tip
-
Visual Studio's IntelliSense for jQuery doesn't autocomplete correctly
Microsoft announced at PDC that Visual Studio's IntelliSense now supports jQuery, a powerful Ajax library. But it turns out it doesn't autocomplete all of jQuery's commands correctly. This tip explains what's broken - and what you need to do to use I... Tip
-
Internet Explorer 8 beta's development tools add source visualizations
IE 8 lets you see Web pages' internal structures by outlining elements like DIV tags and tables. You can also switch the browser's rendering mode to make sure your page works across standards. Learn how to use Internet Explorer 8 beta's development t... Tip
-
Widgetbox provides good example of how to use Facebook Developer Toolkit
Web widgets are cropping up all over the Internet, and developers can use them to build applications for sites like Facebook and WordPress. Learn how Widgetbox used the Facebook Developer Toolkit to make building simple Web widgets quick and easy. Tip
-
VBScript Tutorial
VBScript (Visual Basic Scripting Edition) is an interpreted scripting language from Microsoft. It is a subset of the Visual Basic programming language and follows the same syntax. Learn more in this introductory tutorial. Tip
-
On ASP.NET AJAX testing and debugging tools
Blogger Dan Wahlin is maintaining a list of Ajax automated testing and debugging tools. Many are free, and many cater to ASP.NET AJAX applications. Tip
-
Virtual Tech Ed offers useful info for those unable to attend
Tech Ed attracts thousands of developers, architect and managers every year. This time around, Microsoft has set up Virtual Tech Ed for those unable to make the trip to Orlando. Tip
-
Book excerpt: Secure ASP.NET AJAX development
Ajax applications provide hackers with a larger attack surface than traditional HTML apps. This book excerpt explains why and suggests how to strengthen client-side code. Tip
-
Book excerpt: Introduction to ASP.NET AJAX Controls
This chapter examines the many controls within ASP.NET AJAX, from the all-important UpdatePanel to the validators possible through data binding. Tip
-
Book excerpt: Using the Ajax.NET Pro Library
This chapter looks at the Ajax.NET Professional Library, an open-source framework that saves .NET developers from rewriting code to make it available for JavaScript. Tip
- See more Tips on ASP.NET and Ajax development
-
Top ASP.NET expert advice from Danny Cazzulino
Here we offer a glimpse at 12 of .NET development expert Danny Cazzulino's top ASP.NET questions and answers. Ask the Expert
-
Implementing a ComboBox control in ASP.NET
Ask the Expert
-
Hiding columns with database ID data
Ask the Expert
-
Getting 'InvalidCastException: QueryInterface for interface' error when I call it in my aspx page
Ask the Expert
-
In C#, how can I change the properties of controls on another form?
Ask the Expert
-
static IP address/dynamic IP address
A static IP address is a number (in the form of a dotted quad) that is assigned to a computer by an Internet service provider (ISP) to be its permanent address on the Internet. Computers use IP addresses to locate and talk to each other on the Inter... Definition
-
Atlas
Atlas was the codename for a free Web client framework, created by Microsoft, that simplifies the creation of sites by integrating client script libraries with the rich, server-based platform of ASP.NET 2.0. Atlas is now called ASP .NET AJAX. Simply... Definition
-
Ajax (Asynchronous JavaScript and XML)
Ajax (Asynchronous JavaScript and XML) is a method of building interactive applications for the Web that process user requests immediately. Ajax combines several programming tools including JavaScript, dynamic HTML, XML, cascading style sheets, the ... Definition
-
JSON (Javascript Object Notation)
JSON (JS Object Notation) is a text-based, human-readable data interchange format used for representing simple data structures and objects in Web browser-based code. JSON is also sometimes used in desktop and server-side programming environments. (Co... Definition
-
ASP.NET Ajax Tutorial
This reference introduces developers to Microsoft's ASP.NET Ajax framework with a plethora of tips, tutorials and webcasts. Learning Guide
-
Simplifying .NET performance management
dynaTrace has unveiled the next major version of its flagship application performance measurement (APM) tool, which includes FastPacks that simplify the process of monitoring Microsoft applications. Article
-
How to use jQuery to solve Javascript browser compatibility problems
Javascript compatibility between Firefox, Internet Explorer and other browsers can make Ajax and Javascript effects a headache. Each browser does things just a bit differently, forcing Web developers to check which browser the user has and branch the... Tip
-
Silverlight, Ajax components require different approach to UI
Ajax components and Silverlight components aren't just different in their underlying technologies, according to UI components vendor Infragistics. Users also expect a different look and feel depending on which technology they're using. Article
-
Visual Studio's IntelliSense for jQuery doesn't autocomplete correctly
Microsoft announced at PDC that Visual Studio's IntelliSense now supports jQuery, a powerful Ajax library. But it turns out it doesn't autocomplete all of jQuery's commands correctly. This tip explains what's broken - and what you need to do to use I... Tip
-
Internet Explorer 8 beta's development tools add source visualizations
IE 8 lets you see Web pages' internal structures by outlining elements like DIV tags and tables. You can also switch the browser's rendering mode to make sure your page works across standards. Learn how to use Internet Explorer 8 beta's development t... Tip
-
static IP address/dynamic IP address
A static IP address is a number (in the form of a dotted quad) that is assigned to a computer by an Internet service provider (ISP) to be its permanent address on the Internet. Computers use IP addresses to locate and talk to each other on the Inter... Definition
-
Microsoft PDC gives a taste of Windows 7, Visual Studio 2010
A pair of keynotes on day 2 of PDC gave developers a glimpse of Windows 7 and Visual Studio 2010, and then showed them how to build a basic application for Windows Azure, the cloud computing platform that took center stage at the conference yesterday... Article
-
Widgetbox provides good example of how to use Facebook Developer Toolkit
Web widgets are cropping up all over the Internet, and developers can use them to build applications for sites like Facebook and WordPress. Learn how Widgetbox used the Facebook Developer Toolkit to make building simple Web widgets quick and easy. Tip
-
VBScript Tutorial
VBScript (Visual Basic Scripting Edition) is an interpreted scripting language from Microsoft. It is a subset of the Visual Basic programming language and follows the same syntax. Learn more in this introductory tutorial. Tip
- See more All on ASP.NET and Ajax development
About ASP.NET and Ajax development
Read about Ajax development in the .NET Framework using ASP.NET AJAX and learn some best practices for Ajax programming.