Andres Aguiar's Weblog

Right here, right now

Stories

Browse by Tags

All Tags » asp.net (RSS)
Presenting Aikido in the Patterns and Practices Summit
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...
Digging into LinQDataSource
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...
Posted: Jul 30 2007, 12:54 AM by aaguiar | with no comments
Filed under: , ,
Medium Trust
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...
EntLib 2.0 and Medium Trust
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...
RubyOnRails-esque ASP.NET
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...
ASP.NET 2.0 DataSet DataSource
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
Posted: Dec 08 2005, 04:01 PM by aaguiar | with 1 comment(s)
Filed under: ,
ASP.NET 2.0 databinding, 'stateful' entities and Atlas
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