December 4, 2011

Roslyn Syntax Visualizer Tools

Roslyn Syntax Visualizer Tools

As I do more with Roslyn, I find I want more information about what I’m parsing and how it’s represented in the Roslyn object model. I could, of...

November 26, 2011 tools .net

REPL for the Rosyln CTP 10/2011

REPL for the Rosyln CTP 10/2011

I don’t know what it is, but I’ve long been fascinated with using the C# syntax as a command line execution environment. It could be that PowerShell...

November 19, 2011

Telerik: Best tech support response ever

Telerik: Best tech support response ever

I was playing around with the Telerik WPF controls the other day and I ran into an “issue.” It wasn’t a bug, just a bet peeve of mine, so knowing...

March 1, 2011

Mary Sells, 1921-2011, Rest In Peace

Mary Sells, 1921-2011, Rest In Peace

Mary Hohnke Sells died on a Monday afternoon on the last day of February, 2010 in her home in Fargo, ND. She had just turned 89 years old on the...

January 15, 2011

The Basics of EF Validation: IDataErrorInfo

The Basics of EF Validation: IDataErrorInfo

When you’re adding or updating data in your database, you really want to make sure that the data being sent to the database is good and true. Often,...

January 15, 2011

EF Concurrency Mode Fixed + MVC

EF Concurrency Mode Fixed + MVC

Imagine a very simple EDM to describes web advertisements: Now imagine that I’d like to build a web application to manage instances of the Ad...

January 15, 2011

Using SQL Server Profiler with EF

Using SQL Server Profiler with EF

I’m a big fan of the SQL Server profiler for figuring out what the Entity Framework (EF) is really doing on the wire. If you’re unfamiliar with how...

January 7, 2011

Be Careful with Data Services Authentication + Batch Mode

Be Careful with Data Services Authentication + Batch Mode

I was doing something quite innocent the other day: I was trying to provide authentication on top of the .NET 4.0 WCF Data Services (DS) on a per...


← Newer Entries Older Entries →