AJAX File Upload in ASP.NET with the AsyncFileUpload Control
Finally, it has become possible to easily add AJAX file uploading capabilities to ASP.NET applications. The newly released version of the AJAX Control Toolkit ships with two new controls, one of them is called AsyncFileUpload control which was designed specially for the above mentioned purpose.
More.
12 October 2009
Working with Google Maps API in ASP.NET
Recently I have been working on a project where I needed to make use of some geographical data and I decided to use Google Maps for that. So, in this particular tutorial I will explain how one can start working with the Google Maps API in ASP.NET.
More.
28 July 2009
Put EntityDataSource Attributes to Code-Behind
The EntityDataSource control is a very powerful one. It allows you to rapidly create database driven application. You don’t have to manually write code for extracting, modification and deleting records from the database. Moreover since this code is backed by Entity Framework, you are not tied up with a particular database schema and can easily change it or even choose other database application. However when working with EntityDataSource sometimes I feel like I using plain old SqlDataSource and simply have too much unnecessary code in my .aspx files
More.
23 March 2009
CSS Class Names Instead of ASP.NET Client IDs
In ASP.NET the client IDs of controls are often really unpredictable. When you need to add some JavaScript code that works with rendered controls you have to know their IDs
More.
26 February 2009
Do You Suffer From Information Overload?
Do you ever feel surrounded by tons of information that you think you don’t have time to consume?
More.
5 February 2009
Spammers Hit Trackbacks
It’s really sad, but true. Spammers hit trackbacks.
More.
28 December 2008
Learning Entity Framework
Book review
More.
25 December 2008
Visual Studio 2010 CTP Performance Tip
The current CTP is shipped as a Virtual PC image that means you cannot expect it run ultra fast
More.
5 December 2008
I’m Microsoft Student Partner
I've become a Microsoft Student Partner
More.
15 October 2008

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way. My personal thoughts tend to change, hence the articles in this blog might not provide an accurate reflection of my present standpoint.

© Mike Borozdin