cosmo

Stories kicked by cosmo

Using Linq to query the File System(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short screen casts on using Linq to query the File System read more...

add a comment |category: |Views: 323

tags: another

Let’s Do a Code Review With SlickEdit Tools (Part 1) » “Hello World” -(blog.slickedit.com)

submitted by javeryjavery(5523) 3 years, 11 months ago

An interesting approach to code reviews using the SlickEdit Tools, the Version Control visualizations are particularly cool. read more...

add a comment |category: |Views: 294

tags: another

Querying XML Data using XLinq(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short screencast showing how to query an XML Data using XLinq read more...

add a comment |category: |Views: 217

tags: another

Learning how to create LiveTemplates with ReSharper(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short how-to on learning how to create LiveTemplates with ReSharper read more...

1 comment |category: |Views: 206

tags: another

How to Link/Share files between projects in Visual Studio(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short screencast on how to Link/Share files between projects in Visual Studio. read more...

1 comment |category: |Views: 584

tags: another

Visual Studio Team System 2008 + MSDN giveaway contest(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 11 months ago

Alvin is giving away 3 license for Visual Studio Team System. 2008 with MSDN subscription read more...

1 comment |category: |Views: 478

tags: another

Creating Templates in Visual Studio(dimecasts.net)

submitted by expressoexpresso(465) 3 years, 11 months ago

Creating Templates read more...

add a comment |category: |Views: 298

tags: another

Introducing LINQ to LightSpeed(mindscape.co.nz)

submitted by turtlespinturtlespin(634) 3 years, 11 months ago

LightSpeed 2 incorporates LINQ (Language Integrated Query) support. LINQ to LightSpeed means that if you know LINQ, you can get these benefits without having to learn a new API. You can continue to write LINQ queries as if against LINQ to SQL or another LINQ provider, but you’ll get database independence (effectively LightSpeed gives you LINQ to Oracle, LINQ to MySQL, LINQ to PostgreSQL and LINQ to SQLite as well as LINQ to SQL Server, all in the one box), advanced eager loading functionality (avoiding the so-called “n+1” problem which affects some LINQ implementations) and of course the blazingly fast LightSpeed query engine. read more...

add a comment |category: |Views: 203

tags: another

I finally get the point of inversion of control(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 11 months ago

A quick overview of IoC (with diagrams!). read more...

add a comment |category: |Views: 770

tags: another

Huge Giveaway on Devlicio.us Over $10K in Developer Goodness(devlicio.us)

submitted by btompkinsbtompkins(445) 3 years, 11 months ago

Sergio announces a huge giveaway over at Devlicio.us. 7 great books + a VS 2008 Team System + MSDN Premium Subscription are up for grabs. read more...

add a comment |category: |Views: 25

tags: another

Scrum Explained in 5 Minutes(softhouse.se)

submitted by powerrushpowerrush(3873) 3 years, 11 months ago

PDF entitled "Scrum in Five Minutes" from http://www.softhouse.se/ read more...

add a comment |category: |Views: 1011

tags: another

Introduction to Mocking with Moq(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short screencast introduction to Mocking with Moq read more...

add a comment |category: |Views: 345

tags: another

3 mistakes to avoid when using jQuery with ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 11 months ago

Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. read more...

add a comment |category: |Views: 412

tags: another

Introduction to Linq2Sql(dimecasts.net)

submitted by cosmocosmo(35) 3 years, 11 months ago

Short intro screen cast on how to get started using Linq2Sql read more...

add a comment |category: |Views: 140

tags: another

Creating tests with NUnit(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short into screencast on how to use NUnit to create unit tests read more...

add a comment |category: |Views: 86

tags: another