ASP.NET Home  Home RSS 2.0 Atom 1.0 CDF  

Manuel Abadia's ASP.NET stuff - Monday, June 19, 2006

 
 Monday, June 19, 2006
In this post I talk about the upcoming release of .NET Framework 3.0, some hints about what I'm doing right now, how design time support is going for the ExtendedObjectDataSource package and a nice tip: how to debug design time stuff (the easy way ;)

Monday, June 19, 2006 7:49:35 AM (Romance Daylight Time, UTC+02:00)  #    Comments [1]    |  |   | 
 Wednesday, June 07, 2006
Studying all the inner details of the data binding infrastructure and the data source controls pays off. I have created the first DataSourceControl with user interface I'm aware of, the PagerDataSource.

Thursday, June 08, 2006 12:33:18 AM (Romance Daylight Time, UTC+02:00)  #    Comments [2]    | 
 Friday, June 02, 2006
Some MSIL low level tools that could be useful, especially Deblector.

Friday, June 02, 2006 5:50:52 PM (Romance Daylight Time, UTC+02:00)  #    Comments [3]    | 
 Wednesday, May 31, 2006
There is a free Http Module that performs XHTML validation for each ASPX pages that is served. I comment my experiences with it and some things like a big TreeView bug in ASP.NET 2.0.

Wednesday, May 31, 2006 9:42:31 PM (Romance Daylight Time, UTC+02:00)  #    Comments [1]    | 
 Monday, May 29, 2006

Right now you can access to this blog just typing http://www.manuelabadia.com. However, in a few days that redirection will point to another page. So if you use http://www.manuelabadia.com to access to this blog, please use http://www.manuelabadia.com/blog.

Monday, May 29, 2006 7:10:30 PM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
 Sunday, May 28, 2006
I explored the different options to add URL rewriting support to an existing ASP.NET website. The options covered are IIS modules, HTTP modules and HTTP handlers and Virtual Path Providers.

Monday, May 29, 2006 6:39:39 AM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
 Wednesday, May 24, 2006
In ASP.NET 2.0 it's easy to apply a Style object to an HtmlControl.

Thursday, May 25, 2006 2:44:02 AM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
 Sunday, May 21, 2006
Some tips that you may find useful when working with design time stuff

Monday, May 22, 2006 4:29:49 AM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
Finally the VS.NET 2005 and SQL Server 2005 launch events came to my city.

Monday, May 22, 2006 4:25:19 AM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
 Sunday, May 14, 2006
My review of the book

Sunday, May 14, 2006 10:22:39 PM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
 Saturday, May 06, 2006
This post is in spanish only as is about a local band.

Aquí os comento mi experiencia en el concierto de Loquillo del día 29 de abril de 2006.

Además de la lista de canciones pongo algunas fotos y videos del evento.

Sunday, May 07, 2006 1:13:16 AM (Romance Daylight Time, UTC+02:00)  #    Comments [1]    | 
 Thursday, May 04, 2006
Even for a simple project, you need to avoid retrieving all table records in a query for performance reasons so you have to do custom paging.

If you have searched for examples of custom paging using TableAdapters you’ll probably find out that custom paging is implemented using stored procedures.

In this post I show how you can add custom paging to your TableAdapter without using stored procedures and with very little code.

Friday, May 05, 2006 1:19:26 AM (Romance Daylight Time, UTC+02:00)  #    Comments [1]    | 
 Sunday, April 30, 2006
I have finished a project that started as an enhancement of a “nearly finished” PHP web site.

I ended up using ASP.NET (and Atlas) instead of PHP to speed up development and to avoid primitive web development model.

Sunday, April 30, 2006 11:20:34 PM (Romance Daylight Time, UTC+02:00)  #    Comments [2]    | 
 Tuesday, April 25, 2006
In the last months I have got used to make a panoramic photograph of the places I have visited.

Here are two panoramic photographs I took at Mazarrón and Barcelona (both here at Spain)

Tuesday, April 25, 2006 4:32:34 PM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
 Friday, April 21, 2006
ASP.NET 2.0 data binding infrastructure is a lot better than the previous binding infrastructure. However, for complex scenarios is not mature enough.

In this post I show an example of cascading DropDownLists inside a FormView and point out the problems that appear. Also, I show you how to make some instrusive smart hacking to avoid it.

Friday, April 21, 2006 9:15:05 AM (Romance Daylight Time, UTC+02:00)  #    Comments [2]    | 
 Tuesday, April 18, 2006
InDesign exposes its functionality as a COM object so it can be used in Microsoft .NET Framework.

I explain some things that you have to keep in mind when working with InDesign in C#. There's also a sample to remove the carriage returns from the end of the footnotes.

Tuesday, April 18, 2006 3:57:19 PM (Romance Daylight Time, UTC+02:00)  #    Comments [4]    | 
 Thursday, April 13, 2006
Finally the Atlas control toolkit is available!

It has some cool controls but it's missing some IMHO

Thursday, April 13, 2006 5:09:13 PM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
 Wednesday, April 12, 2006
In previous posts we studied the functionality offered by ControlDesigner and we coded a custom data source sample.

To add design time functionality to our custom data source we need to understand the DataSourceDesigner class...

Wednesday, April 12, 2006 5:32:05 PM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
 Friday, April 07, 2006
Before explaining the DataSourceDesigner class and all related classes/interfaces, we need a custom data source to be able to apply what we’ll learn about the DataSourceDesigner.

In this post I explain how to implement a custom DataSourceControl with similarities to the ObjectDataSource that ships with ASP.NET.

Friday, April 07, 2006 5:59:30 PM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
 Monday, April 03, 2006
This post explains the properties and methods of the ControlDesigner class, the base class for all ASP.NET designers.

Monday, April 03, 2006 6:29:28 PM (Romance Daylight Time, UTC+02:00)  #    Comments [0]    | 
Copyright © 2008 Manuel Abadia. All rights reserved.