|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
18 Articles match "AJAX","ASP.Net"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential AJAX for ASP.NET Developers
You'll get answers to these questions: How do I integrate ASP.NET AJAX into my application? How can I customize ASP.NET AJAX to meet my requirements? AJAX-ify? your ASP.NET! Essential AJAX for ASP.NET 2.0 FW402) Day 1 Introduction to ASP.NET AJAX In this module, you?ll learn what it is that ASP.NET AJAX framework provides to developers. see how adding AJAX-like features to an existing ASP.NET application is not an easy task. This is one of the key principles of ASP.NET AJAX. see the
DevelopMentor Courses
- Friday, June 12, 2009
Web Development Featuring LINQ, AJAX, ASP.NET & MVC Training
Web Development Featuring LINQ, AJAX, ASP.NET & MVC is an examination of Microsoft's recent innovations in web development. The tour through this new landscape provides insight into: AJAX C# 3.0/LINQ ASP.NET 3.5 jQuery Visual Studio 2008 IIS 7 Silverlight 2 Internet Explorer 8 ASP.NET Model View Controller (MVC) You'll get answers to these questions: What is LINQ and can I use it in ASP.NET? What new controls have been added in ASP.NET 3.5? How can I leverage WCS for authentication in ASP.NET? Day 2 ASP.NET 3.5
DevelopMentor Courses
- Wednesday, June 2, 2010
Essential ASP.NET
Understand the ASP.NET compilation engine Build pages using server-side controls, custom controls, and user controls Validate user input using validation controls Display and update data using declarative data binding Employ security to authenticate and authorize users of your application Use master pages and themes to create a consistent look and feel Manage data for the users of your application Use caching to improve performance Add AJAX features to your pages Essential ASP.NET explains how you can build browser-centric web applications using Microsoft's ASP.NET framework.
DevelopMentor Courses
- Friday, June 12, 2009
|
9 Articles match "AJAX","ASP.Net"
|
The Latest from DevelopMentor
|
MORE
|
|
Article: 10 Features in.NET 4.0 that made Me Smile
With the ASP.NET routing framework and WCF REST introduced in.NET 3.5, ASP.NET MVC has wicked JavaScript support. But there is also a class similar to the Html class (for HTML helpers) called Ajax. I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Read it on the DevelopMentor website: [link]. am republishing it below for you all to enjoy on your RSS readers. Cheers, Michael. 10 Features in.NET 4.0 that made Me Smile. ll wait.
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
Article: 10 Features in.NET 4.0 that made Me Smile
With the ASP.NET routing framework and WCF REST introduced in.NET 3.5, ASP.NET MVC has wicked JavaScript support. But there is also a class similar to the Html class (for HTML helpers) called Ajax. I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Read it on the DevelopMentor website: [link]. am republishing it below for you all to enjoy on your RSS readers. Cheers, Michael. 10 Features in.NET 4.0 that made Me Smile. ll wait.
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
Registration for the 4th quarter MSDN (.NET) Northeast Roadshow has just opened up!
ASP.NET Webforms and AJAX. Registration for the 4th quarter MSDN (.NET) NET) Northeast Roadshow has just opened up! This totally FREE event will be held on Tuesday, December 15th. Thankfully, we were able to secure more convenient hours this time around. The event will run from 9:00 am thru 3:30 pm in the Florian Hall of the Central Maine Commerce Center in Augusta. a.k.a. Public Safety/M.E.M.A) These events target.NET developers and analysts, or those actively training to become one. AGENDA. WCF (Windows Communications Foundation). Where to find help when you get stuck.
The Blomsma Code
- Monday, October 19, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Jason’s AJAX Component Library
I’ve been really busy recently working on some extender controls for ASP.NET AJAX. So here is the first release of Jason’s AJAX Component Library. Try not to confuse this with the Microsoft’s AJAX Control Toolkit. =). I’m assuming you have Visual Studio 2005 and ASP.NET AJAX installed, of course. Tags: ASP.NET AJAX Jacl [Update: This release won't build if you extracted it to a folder with spaces in the path. You might want to get Release 2 instead.]. Allows users to move columns in a table element.
Jason Diamond
- Monday, June 4, 2007
-
Jason’s AJAX Component Library Release 2
Tags: ASP.NET AJAX Jacl
Jason Diamond
- Tuesday, June 5, 2007
-
Jacl Release 3
I have another release of my AJAX Component Library ready for download. Tags: ASP.NET AJAX Jacl This release includes some new functionality for the SortRowsBehavior. You can now indicate that certain columns should be sorted as dates or numbers or via a custom sort key you have to supply with a JavaScript function. It’s also now possible to programmatically trigger sorts.
Jason Diamond
- Thursday, June 7, 2007
-
Verifying JavaScript with JSLint and Visual Studio
I’ve also added an option that adds the global variables defined in the Microsoft AJAX Library so that you don’t have to declare them in each of your scripts or on the command line. I’ve turned that option on by default, but it shouldn’t hurt you if you’re not using ASP.NET AJAX. quick tip for ASP.NET AJAX users: If you register your own namespaces using Type.registerNamespace , you’ll get many errors telling you that your namespace is undefined. Tags: ASP.NET JavaScript Visual Studio It’s too simple, though.
Jason Diamond
- Saturday, August 9, 2008
-
Verifying JavaScript with JSLint and Visual Studio
ve also added an option that adds the global variables defined in the Microsoft AJAX Library so that you don’t have to declare them in each of your scripts or on the command line. ve turned that option on by default, but it shouldn’t hurt you if you’re not using ASP.NET AJAX. quick tip for ASP.NET AJAX users: If you register your own namespaces using Type.registerNamespace , you’ll get many errors telling you that your namespace is undefined. finally decided to make this an almost instantaneous process. And, no, I don’t mean my web browser—I mean cscript.exe.
Jason Diamond
- Saturday, August 9, 2008
-
Top 5 Favorite CodePlex Projects
For example, the source code to ASP.NET MVC. ASP.NET MVC. This project gives you access to the source code for upcoming releases that the Microsoft ASP.NET team is working on, starting with the ASP.NET MVC Framework. You can send us feedback for the ASP.NET MVC framework through the ASP.NET MVC forums on the ASP.NET site. Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. 3 AJAX Control Toolkit. Built upon the ASP.NET 2.0 link]. 2 Script#. link]. link].
-
Article: 10 Features in.NET 4.0 that made Me Smile
With the ASP.NET routing framework and WCF REST introduced in.NET 3.5, ASP.NET MVC has wicked JavaScript support. But there is also a class similar to the Html class (for HTML helpers) called Ajax. I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Read it on the DevelopMentor website: [link]. am republishing it below for you all to enjoy on your RSS readers. Cheers, Michael. 10 Features in.NET 4.0 that made Me Smile. ll wait.
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
|
|
|