Browse by Tags
All Tags »
asp.net (RSS)
I'll be presenting the new Infragistics Aikido Framework in a lunch-time session in the Patterns and Practices summit. Aikido is quite cool. It's very well designed and it makes very easy to create advanced controls that support advanced features like...
The sample code that ScottGu showed for LinQDataSource made it look like it should be called LinQToSqlDataSource. After installing Beta2 I took a look at it. It only has design time support for LinQ To SQL, but you can bind it to any LinQ query in the...
As I blogged previously we had some issues to make EntLib 2.0 in Medium Trust. It was not the only one. The most annoying one was that TypeConverters do not work! I found this thread in the MS newsgroups that confirmed it. This is really an important...
We needed to make EntLib 2.0 work in medium trust scenarios. Unfortunately, it does not work out of the box. The EntLib team is working on a new build that will fix it, but meanwile I wanted to share what we needed to do. We are basically using the Caching...
I've been playing with Ruby on Rails, and there's a lot to like. There are some things that we won't be able to get while working in C#, but we could build some stuff to get closer. I know there are some people working on porting RoR to .NET but I prefer...
Even if it's hard to believe, ASP.NET 2.0 DataSources don't have good support for typed DataSets. I blogged about that here , and now I wrote a DataSetDataSource to overcome this limitation. Read about it here
If you read about the data binding support in ASP.NET 2.0, it always says that is designed for the natural stateless nature of the web, which basically means that each time I update something in the page, it's persisted to the database.v I was concerned...
More Posts