I’ve been working for Microsoft since 2005. All this time I’ve been a program manager on the SQL Server in Redmond, WA.
From 2005 through 2008 I was a program manager on Entity Framework. Entity Framework has three major layers:
- Entity Data Model (EDM) – a domain modeling language and a runtime API to creating and reasoning over a model.
- Entity Services – a programming platform in the space between database and objects. It includes the Entity SQL query language, the EntityClient ADO.NET provider, and the plumbing underneath.
- Object Services and LINQ – the entity-level programming paradigm materialized as .NET objects.
After we wrapped up Entity Framework v.1, I decided to move lower in the connectivity stack. Thus I landed right at the bottom of it – SQL Server Protocols. SQL Server Protocols is a broad area that includes the networking layer in SQL Server and the client data providers, the wire protocols that the SQL Server core engine speaks, and the SQL Browser service in its entirety. To put it in developers perspective – when our things work, you don’t even know we exist; when we screw up, the whole world becomes aware of it.
A wire protocol is very similar to a programming language. The most signifficant drawback of protocols is that there is no functional protocol [yet] :). Check out the team blog - http://blogs.msdn.com/sql_protocols/. If you have questions on SQL Server Protocols or SQL Server data access in general, join the SQL Server Data Access forum.
In addition to SQL Server Protocols I also work on some new SQL Server connectivity stuff that I’ll be the first one to blog about once it goes public.
A wire protocol is very similar to a programming language. The most signifficant drawback of protocols is that there is no functional protocol [yet] :). Check out the team blog - http://blogs.msdn.com/sql_protocols/. If you have questions on SQL Server Protocols or SQL Server data access in general, join the SQL Server Data Access forum.
In addition to SQL Server Protocols I also work on some new SQL Server connectivity stuff that I’ll be the first one to blog about once it goes public.
1 comment:
Hi Zlatko!
I really want to know some things about eSql and I think that you are the guru for this :) Can you send an email where I can write it to instead on a blog?
Please write your email at jean.francoeur @ hotmail.com
Thanks in advance,
Jean
Post a Comment