ASP.NET Podcast Show #112 - Intro to ASP.NET AJAX
Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/05/07/asp-net-podcast-show-112-intro-to-asp-net-ajax.aspx
Subscribe to everything <---- This is what the cool kids are doing.
Subscribe to WMV.
Subscribe to MP4/M4V.
Subscribe to MP3.
Download WMV.
Downloa......
Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Providing Visual Feedback with the UpdateProgress Control
Microsoft's ASP.NET AJAX Framework helps page developers design more interactive web pages by streamlining the postback mechanism. In traditional web pages,
a full postback involves the browser re-requesting the page, which is then re-rendered. This re-rendered page markup is returned, in its en......
ASP.NET Podcast Show #111 - ASP.NET AJAX with Virtual Earth
Original url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/05/05/asp-net-podcast-show-111-asp-net-ajax-with-virtual-earth.aspx
Subscribe. <-- Everybody needs some, how about you!
Download WMV - Video for PC.
Download M4V - Video for iPod.
Download MP3 - Audio only.
......
May's Toolbox Column Online
My Toolbox column in the May 2008 issue of MSDN Magazine is avaiable online. The May issue examines:
OmniAudit: a tool for creating SQL Server audit trails. OmniAudit offers a very slick and intuitive user interface for defining what tables and columns to audit and then generates the triggers an......
ASP.NET Podcast Show #110 - Integrating ASP.NET AJAX with Google Maps
Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/05/01/asp-net-podcast-110-integrating-asp-net-ajax-with-google-maps.aspx
Subscribe
Download - WMV - PC Video.
Download M4V - iPod Video.
Download MP3 - Audio Only.
Show Notes:
Integrate ASP.NET AJAX with Google M......
April 28th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Silverlight
Here is the latest in my link-listing series. Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. ASP.NET Displaying the Number of Active Users on an ASP.NET Site: Scott Mitch......
Refresh the UpdatePanel using JavaScript Code
(It's the post I wrote one year ago in my previous blog which has been cancelled now.) Lots of customers asked me that how to refresh the UpdatePanel - it actually is to raise an async postback using JavaScript code. The feature is quite important in some scenarios but unfortunately, ASP.NET AJAX ......
Orlando 2008 DevConnections Talks
I'm in Orlando this week speaking at the DevConnections conference on 3 different topics. It's my personal favorite as far as conferences go and features a lot of cool technologies, people and events. This week I'm covering custom ASP.NET AJAX controls, building N-Layer applications ......
ASP.NET Dynamic Data Preview disponible
Il y a quelques mois, est sorti la preview des extensions 3.5 d'ASP.NET contenant un lot de nouvelles fonctionnalités qui seront délivrées plus tard cette année (ASP.NET AJAX Improvements, ASP.NET MVC, ASP.NET Silverlight Support, et ASP.NET Dynamic Data compris). Cette preview......
Liens du 11 avril: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Visual Studio et Silverlight
Voici l’article le plus récent dans ma série Listes de liens. Visitez aussi ma page Astuces, trucs et tutoriels ASP.NET et ma page Tutoriels Silverlight pour des liens vers des articles populaires que j’ai écrits dans le passé. ASP.NET Plus de tutoriels su......
Ajax.NET and IIS 7 Integrated Mode
As there are some questions on how to run Ajax.NET on IIS 7 (i.e. Windows Vista) in integrated mode instead of classic mode here are two things you have to check: First check that the IIS_ISSRS group has access to your Web site folder. If you are using the default folder for Web sites with Visu......
AJAX UpdatePanel - "Statefull" Control Update Trigger
I get an obscene amount of email. Since I've been working with the Developer Community at Microsoft for 7 years, my email address has been spread around a bit. I get about 1000 email a day. Very often from developers who what me to write code for them :) I generally don't have time to do th......
April 11th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Visual Studio, Silverlight
Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. ASP.NET More ASP.NET Security Tutorials : The last three of Scott Mitchell's excellent AS......
Pushing Data to a Silverlight Client with Sockets: Part I
Silverlight 2 has built-in support for sockets which creates some interesting possibilities. If you've ever worked on a client-side application that needed to receive up-to-date data then you're probably used to solving the problem by polling. With polling the client contacts the server......
ASP.NET Dynamic Data Preview Available
A few months ago we released an ASP.NET 3.5 Extensions Preview that contained a bunch of new features that will be shipping later this year (including ASP.NET AJAX Improvements, ASP.NET MVC, ASP.NET Silverlight Support, and ASP.NET Dynamic Data). The ASP.NET Dynamic Data support within that p......
My Latest Silverlight Articles
Over the past few months I've been writing articles for the .NET Insight insight newsletter covering various ASP.NET AJAX concepts. You can read those article here. I've wrapped up that series and have started writing about Silverlight 1.0. Each week a new article will be publishe......
Unit Testing with Silverlight
One of the important capabilities we shipped with the Beta1 release of Silverlight 2 was a unit test harness that enables you to perform both API-level and UI-level unit testing. This testing harness is cross browser and cross platform, and can be used to quickly run and verify automated u......
March 28th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Visual Studio, Silverlight, .NET
Here is the latest in my link-listing series. Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET Three New ASP.NET Security Tutorials Now Available: Scott Mitchell continues his great ASP.NET secur......
Live from Redmond - Visual WebGUI Webcasts this Thursday & Friday
Please joind me for these 2 webcasts this Thursday and Friday. VWG is a cool FREE set of tools to accelerate your ASP.NET AJAX and Silverlight Web Development. Guy Peled, CTO of Visual WebGui is joining me and he will build applications live during the webcats. Click below to register - attendance ......
Introducing the Autocomplete Text Field for SharePoint 2007
Yesterday I finally had some time to finish a project I've been working on for some time: the Autocomplete Text Field for SharePoint 2007. Click here for a small demo screencast on Soapbox, or download the high resolution video from the CodePlex site. The idea is pretty simple: you've got a Sha......
March 14th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC and .NET
I'm slowly recovering from keynoting at MIX last week, and have been digging my way out of backlogged email the last few days. I'm going to try and finish catching up on blog comments this weekend - apologies for the delay in getting back to some of your questions. To kick-start my bl......
My Latest Silverlight Articles
Over the past few months I've been writing articles for the .NET Insight insight newsletter covering various ASP.NET AJAX concepts. You can read those article here. I've wrapped up that series and have started writing about Silverlight 1.0. Each week a new article will be publishe......
A case for partial rendering
I've been seeing more and more authors lately dismissing partial rendering (a.k.a. UpdatePanel) as a poor man's version of Ajax, something you should only choose if you're too lazy to implement "true" Ajax. I think that view not only has a slightly pedantic ring (isn't laziness one of th......
Wake-on-LAN from a .NET Micro Framework Device
Well, I love the easy development of embedded devices with the .NET Micro Framework. As the device I'm currently using is really small I tried to build a small Web site on it to start my private servers at home using Wake-on-LAN. You'll find a lot of helper methods samples on the Internet but I cou......
Wrong DateTime on .NET Micro Framework Devices
Since embeddedworld2008 in Nuremberg I'm playing in my free time with the .NET Micro Framework and the Digi Connect ME network device. I've created a small Web server and ported the Ajax.NET Professional library to the really cool and small .NET framework. When I reset such a device the current da......
My own small .NET Micro Framework Web Server
While developing my small Ajax.NET M! library for creating Web applications that run on the .NET Micro Framework I have started to write my own Web server. Some years ago I wrote a simple SMTP/POP server and using some code from there was a great help. The first version will only return static HTML......
Ajax.NET M! - The .NET Micro Framework AJAX Library
The embeddedworld2008 is over and I had some time to play around with Microsoft .NET Micro Framework devices. I can remember that I had a look on it during the first available betas on Microsoft Connect, but then stopped watching it because of the missing TCP/IP stack. The now available version 2.5......
MIX08 in Vegas this week
I'll be headed down to Las Vegas this week to attend the MIX08 show. This is the third year of MIX and it's by far my favorite Microsoft event, and not just because it's in Vegas. Like the last two years, this show should provide plenty of great surprises. I'll be participating in a......
Updated AJAX Control Toolkit release
As you know, the team has been very busy working on controls for the upcoming Silverlight 2 Beta 1 release. Working on a new platform, with new tools, doing things that have never been done before is more than enough to keep us busy. But we wanted to make sure we kept some focus on our AJAX C......
ASP.NET Data Validation and Data Entry Controls
If there's one thing I hate about building Web Forms it's data validation and custom data entry controls (think date pickers, etc.). ASP.NET provides some nice controls to perform validation, and has controls in the ASP.NET AJAX Toolkit that also help, but in many cases you end up writing cus......
At the Visual Studio 2008 Launch in LA
I am already having a great time at the Windows Server 2008, Visual Studio 2008 and Sql Server 2008 Launch event in LA… I am gave a very fun session on Visual Studio 2008 for Web Developers... It was fun to pull this together over the last few days (harddrive crash excluded). There is S......
My Latest Silverlight Articles
Over the past few months I've been writing articles for the .NET Insight insight newsletter covering various ASP.NET AJAX concepts. You can read those article here. I've wrapped up that series and have started writing about Silverlight 1.0. Each week a new article will be publishe......
First Look at Silverlight 2
Last September we shipped Silverlight 1.0 for Mac and Windows , and announced our plans to deliver Silverlight on Linux. Silverlight 1.0 is focused on enabling rich media scenarios in a browser, and supports a JavaScript/AJAX programming model. We are shortly going to release the first public......
Working with Asp.Net Timer control on client side
Hi,
Few days back I saw this question in the forums and from then I was looking for an answer for it. The Timer control in the asp.net Ajax is pretty useful when we want to do some activity on the client side at a certain interval of time. The control also gives us good control on twe......
Creating an AJAX-Enabled Calendar Control
Go to any travel or event booking website and you'll find the same user interface for collecting date information: the Calendar. Providing such an interface
in an ASP.NET application is a breeze, thanks to the built-in Calendar Web control. There are two downsides to ASP.NET's Calendar control: ......
If you're reading this, you should be on weblogs.asp.net/bleroy
Apologies if you're not. Let me explain. I'm publishing this post on my blog, which quite a few external sites chose to aggregate. I thank them for that, but I should still have the freedom to talk about any subject I want on my own blog no matter what the editorial line of those other sites is. Th......
New Live-From-Redmond Webcasts with Visual WebGui
My blog posts on Visual WebGui have generated allot of interest so I thought we'd have a couple of webcasts and dive into the VWG experience. Live from Redmond: March 13th 01:00PM Pacific Visual WebGui - An Enterprise AJAX application in 20 minutes. It is all about simplicity: Sim......
Upcoming Speaking Engagements and Training
I have a few speaking engagements and training events coming up in the next few days and months here in beautiful San Diego.
Local User Group Talk: Storing Binary Data in an ASP.NET Web Application - Tuesday, February 19th, 2008I'll be speaking at the ASP.NET SIG here in San Diego. The meeting, he......
Feb 17th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET
Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET Top 10 Best Practices for Production ASP.NET Applications : Kyle has a nice post that summarizes a number of good be......
Return of SmartPart v1.3 for SharePoint 2007 Released!
Yesterday evening I've uploaded a new version of the SmartPart to the CodePlex site. For those of you who don't know the SmartPart: it's a generic web part wrapper for SharePoint 2007 which can host any ASP.NET Web User Controls. So basically you can build web parts by using the Visual Studio desig......
Great ASP.NET AJAX Web Portal Starter Kit: dropthings.com
I was very excited to see that Omar AL Zabir , co-founder & CTO Pageflakes has created a very cool AJAX based Web portal http://dropthings.com . And even more excited to see he has posted all the code in an open source way! Now you can build your own Ajax portal fun! Dropthings is a open source......
LINQ to JSON
James has published a first beta of LINQ to JSON support in his Json.NET library. It looks very similar to my LINQ support in an internal build of Ajax.NET Professional which never has been released. List<Post> posts = GetPosts();
JObject rss =
new JObject(
new JProperty......
MS-Ajax Client Javascript integrated within the Aptana IDE
Aptana has a cool Eclipse-based IDE for writing AJAX-y websites. It's got built-in support, via plugins, for most of the major Javascript Libraries. At the core of ASP.NET's AJAX support is the Microsoft AJAX Library 3.5 ( direct download ), a collection of Javascript classes that you can use in an......
Feb 6th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET, WPF
Here is the latest in my link-listing series. Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET ASP.NET Security Tutorial Series: Scott Mitchell (who wrote the excellent Data Access Tutorial Series for u......
My Latest Silverlight Articles
Over the past few months I've been writing articles for the .NET Insight insight newsletter covering various ASP.NET AJAX concepts. You can read those article here. I've wrapped up that series and have started writing about Silverlight 1.0. Each week a new article will be publishe......
SubSonic 2.1 Beta released
Just in case you never heard about SubSonic yet, it’s a kickass DAL and I use it for a lot of my projects. Currently it supports SQL Server 2000 or 2005, MySQL and or Oracle (with SQLLite, SQLCE). They also offer a nice Starter-Kit which comes pre-wired with SubSonic, Membership, AJAX, Useful Utili......
Microsoft Ajax Library Book Published
I recently got a copy of Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained by Cristian Darie and Bogdan Brinzarea . I think it is very, cool that there is a whole book on the Microsoft Ajax Library ( download )... I think this is a far two unsung asset of the ASP.NET 3.5 . T......
Getting absolute coordinates from a DOM element
For some reason, there is no standard API to get the pixel coordinates of a DOM element relative to the upper-left corner of the document. APIs only exist to get coordinates relative to the offset parent. Problem is, it's very important to get those coordinates for applications such as drag and dro......
Jan 24th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET, IIS
I just arrived back from my trip from Asia, and decided to celebrate (since I'm jet-lagged and can't sleep) with a new post in my link-listing series. You can check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET ......
My Latest Silverlight Articles
Over the past few months I've been writing articles for the .NET Insight insight newsletter covering various ASP.NET AJAX concepts. You can read those article here. I've wrapped up that series and have started writing about Silverlight 1.0. Each week a new article will be publishe......