Author Archives: Tony Sneed

Unknown's avatar

About Tony Sneed

Sr. Software Solutions Architect, Hilti Global Application Software

EF4 Beta 2 Kicks It Up a Notch

The ADO.NET team has released an update along with Beta 2 of .NET 4.0 and Visual Studio 2010.  From the looks of it, they got a lot of nifty features in there, obviating the need for an out-of-cycle CTP.  Having … Continue reading

Posted in Technical | 2 Comments

The Joys of Parenting

Whenever I am presented with a new challenge, I like to thoroughly research it. For example, when it came to buying a house, I bought a couple of books and read up on the topic before plunging headlong. I did … Continue reading

Posted in Personal | Leave a comment

Who is Improving LINQ to SQL? Plinqo by Code Smith!

A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with .NET … Continue reading

Posted in Technical | 4 Comments

Why Health Care is Broken

Over the past few years it has become abundantly clear to me that the health care system in America is fundamentally broken. What we have tried to do as a country is build our health care system on capitalist principles. … Continue reading

Posted in Personal | 4 Comments

The Cost of Obesity

A recent study estimated that obesity costs Americans $147 billion per year, by causing four major diseases: heart disease, diabetes, cancer and stroke. A full one third of Americans are obese. Not a day goes by when I don’t see … Continue reading

Posted in Personal | Leave a comment

More on Entity Framework 4.0

DevelopMentor just published an article I wrote on What’s New and Cool in Entity Framework 4.0, where I explain the new support for POCO and n-tier applications in EF 4.0.  Enjoy. Tony

Posted in Technical | Leave a comment

Top Ten New Features in Entity Framework 4.0

The Entity Framework team at Microsoft has been extremely busy this past year to get a new version of the Entity Framework out the door. The first release (which shipped last summer with .NET 3.5 SP1) generated a fair amount … Continue reading

Posted in Technical | 8 Comments

Smarter Tx Promotion with SQL Server 2008

A while ago I blogged on a gotcha to watch out for when using System.Transactions with SQL Server 2005. Basically, if you open a second connection to SQL Server from inside a using block in which you create a new … Continue reading

Posted in Technical | Leave a comment

Entity Framework Preview

The Entity Framework team just released CTP 1 of the Entity Framework for .NET 4.0 Beta 1. The next version of the Entity Framework has a bunch of cool features a lot of have been clamoring for, such as support … Continue reading

Posted in Technical | 2 Comments

LINQ to SQL: It Lives! (sort of)

A lot of people are confused about whether or not they should use LINQ to SQL, because the word on the street is that Microsoft decided to kill it in favor of another ORM stack, the ADO.NET Entity Framework. The … Continue reading

Posted in Technical | 2 Comments