Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.

Browse by Tags

All Tags » Atlas   (RSS)
San Diego ASP.NET SIG User Group
Here is the code sample I used last night to show off and talk about the ASP.NET AJAX Functionality that is built into ASP.NET 3.5. This project has been built over the years with samples that I've created for conferences, and users groups around the Read More...
Working with Fiddler on LocalHost
Developing ASP.NET AJAX (or any AJAX really) is tremendously easier if you can watch the traffic going across the wire. There are a lot of ways to accomplish this, but I think Fiddler is the most popular Windows application for ASP.NET developers. Sure Read More...
May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF
Apologies for the sparseness of my posting the last few weeks - work and life have been busy here lately.  Below is a new post in my link-listing series to help kick things up a little.  Also check out my ASP.NET Tips, Tricks and Tutorials page Read More...
.NET 3.5 and VS SP beta1 goodies
You can get them from here (VS) and here (.NET). I'm reading what's new on Brad Abrams post and I'm really digging the new features:) For instance, having the format option working with JS code is simply cool! Another cool thing: the ScriptManager Read More...
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 Read More...
Making the UpdatePanel accessible
Bertrand has written a great article for the dotnetslackers web site on how to make the UpdatePanel acessible. Great read, don't miss it! Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
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 Read More...
The dataItems dictionary
Today I noticed that there are still many guys that don't know about the dataItems property which is exposed by the Sys.WebForms.PageRequestManager. So, I decided to write a small sample that will show you how to use it when you're using partial Read More...
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 Read More...
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 Read More...
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 Read More...
How to... use Class Libraries with ASP.NET AJAX like AjaxPro
Using Ajax.NET Professional (AjaxPro) you are able to put you AJAX methods wherever you want, if inside the Page class itself, any .NET class in the same project or as a reference class library. To generate the AJAX client-side JavaScript proxies the Read More...
How to... move from AjaxPro to ASP.NET AJAX PageMethods
In one of my last posts I blogged about the future of Ajax.NET Professional (AjaxPro) and that I'm not able to do further development on that project. A  lot of my readers feeling sad about this but I had to concentrate more on new technologies that Read More...
ASP.NET AJAX: generating the proxy's JS code on the fly
Before talking about the ProxyGenerator class, I'll have to add one more observations on the previous posts on the new role service: for the code I've shown to work you do need to have an authenticated user. The easiest way to see the previous Read More...
ASP.NET AJAX: Building a custom role service provider
Yesterday I've talked about the new Role service which was introduced by ASP.NET AJAX. Today, I'll keep talking about it and I'll show how easy it is to build a custom role service that is responsible for feeding the client role classes. After Read More...
More Posts Next page »