Andres Aguiar's Weblog

Just My Code

Browse by Tags

All Tags » .NET (RSS)
Windows 8, HTML, .NET
You probably heard about Win8 today. The short story is that they showed a touch-centric shell on top of Win7. Microsoft want us to start building touch-centric apps for that shell using HTML5. I don’t have any doubts that existing apps will still run...
Oslo and the Entity Framework
Doug Purdy announced that the Oslo and the Data Programmability team were merged. Since I first heard of the Entity Framework, it was pretty clear to me that it was designed to be the 'Model' of the .NET Framework. Even if there were some disagreements...
Posted: Aug 17 2009, 11:00 PM by aaguiar | with 1 comment(s)
Filed under:
Client side change-tracking data structures in .NET
A couple of years ago I was involved in a couple of threads about doing change-tracking in client-side data structures to support multi-tier development, just like DataSets do, but with the Entity Framework. Some time ago the EF team proposed a complex...
Building Infragistics Quince – UX Patterns Explorer
On Monday we shipped Quince . I was part of the team that build it, and we are very happy with the results. You can read the official announcement and description here . Building Quince was a lot of fun. We had a UX team and a Visual Design team working...
Oslo
I was going to write a large post on Oslo, until I found this one . I still did not play enough with it yet to add value to what Fowler said. As I guess everyone in the world is waiting to listen what I have to say about it, I'd just say that I liked...
Posted: Oct 29 2008, 05:31 AM by aaguiar | with 2 comment(s)
Filed under: , ,
Clouds
Amazon Cloud offering provides, in beta, a Windows VM and a way to run SQL Server. The Microsoft Cloud preview basically provides a way to run ASP.NET, what it looks to be Windows Workflow activities, WCF services, and use SQL Data Services. Microsoft...
Posted: Oct 28 2008, 10:54 AM by aaguiar | with 3 comment(s)
Filed under: , ,
Democratizing the Cloud
InfoQ posted a very interesting video from the ‘Democratizing the Cloud’ presentation by Erik Meijer in QCon. Democratizing the cloud means “Make easier to program distributed applications”. He wants us to build a single tier app and publish it in multiple...
Posted: Aug 14 2007, 12:19 AM by aaguiar | with 2 comment(s)
Filed under: ,
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: , ,
UI for MSBuild builds
Gaston just published the tool he wrote for running MSBuild scripts. We've been using it internally and we can't live without it.Give it a try!
Posted: Apr 17 2007, 10:51 AM by aaguiar | with no comments
Filed under:
ADO.NET Orcas Entity Framework and disconnected operation
David Simmons explained how the 'disconnected mode' works today in Entity Framework (and as far as I know, that's the way it will work in the Orcas release). Basically, there is no disconnected mode. You can create a context and attach objects...
More Posts Next page »