What makes Yukon interesting?
One of the most interesting and promising features in Yukon is the integration of the .NET CLR (Common Language Runtime) with the database. This marriage between .NET runtime and the SQL database engine provides the software designers & developers a mechanism to take full advantage of the .NET runtime, and the .NET Base class libraries. Both the SQL Database engine and the .NET runtime come with their own advantages. The SQL Database engine is good at fetching/storing/manipulating data while the .NET runtime can perform the computation intensive tasks in an excellent way. By mixing and matching these technologies can solve a lot of the business problems.