jesse

Stories kicked by jesse

Linq to SQL Wish List(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 11 months ago

What do we want to see in the next version of Linq to SQL ? read more...

add a comment |category: |Views: 326

tags: another

Pash - cross platform PowerShell(igorshare.wordpress.com)

submitted by jessejesse(100) 4 years, 1 month ago

Pash is a portable PowerShell implementation written using pure .Net 2.0. It compiles on VS 2008 as well as on Mono. Provide a rich shell environment for other OSes, as well as a hostable scripting engine for rich applications. The user experience should be seamless for people who are used to PowerShell on Windows. read more...

add a comment |category: |Views: 26

tags: another

Microsoft Volta redefines web development(blogs.msdn.com)

submitted by JudahGabrielJudahGabriel(814) 4 years, 5 months ago

Microsoft's Wes Dyer shows you how to take your plain C# code and make Volta divide it into server and client, and spit out cross-browser compatible Javascript that runs in regular old browsers. read more...

1 comment |category: |Views: 2

tags: another

Visual Tree Debugger for WPF(codeproject.com)

submitted by GaussZGaussZ(580) 4 years, 6 months ago

"Woodstock" is a Visual Studio debugger visualizer, which allows to view the WPF visual tree. It provides detailed information about all properties on every element in the visual tree, and a snapshot image of each element, allowing to more easily debug complex WPF user interfaces. And it works in VS2008 already! read more...

1 comment |category: |Views: 145

tags: another

Dispose Pattern and Object Lifetime(blogs.msdn.com)

submitted by jessejesse(100) 4 years, 6 months ago

The Base Class Library Team at Microsoft provides a great overview of the dispose pattern and object lifetime in the CLR, with links to other interesting object lifetime articles at the bottom. read more...

add a comment |category: |Views: 19

tags: another