aeonflux

Stories kicked by aeonflux

Free Visual Studio File Explorer Add-in(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 9 months ago

The Visual Studio File Explorer Add-in (sexy name we know, but hey, it’s self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It’s particularly useful for performing routine file system tasks without the need to “context switch” away from Visual Studio, which can be time-consuming over the course of days and weeks. It is shell-enabled so extensions like TortoiseSVN work too. read more...

add a comment |category: |Views: 638

tags: another

When to use LINQ?(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 11 months ago

Great, in-depth discussion of when it makes to sense to use LINQ in LightSpeed 2.0. read more...

add a comment |category: |Views: 356

tags: another

jQuery UI v1.5 Released(jquery.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Focus on Consistent API and Effects read more...

1 comment |category: |Views: 290

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

"Velocity" project - memcached by Microsoft?(blog.bluecog.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 11 months ago

Is the Velocity project by Microsoft simply a me-too framework or are they creating real value for developers on the Windows platform? read more...

1 comment |category: |Views: 352

tags: another

Silverlight 2 Beta2 Released(weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

Silverlight 2 Beta2 was released today. Silverlight 2 Beta2 supports a go-live license that allows you to start using and deploying Silverlight 2 for commercial applications. There will be some API changes between Beta2 and the final release, so you should expect that applications you write with Beta2 will need to make some updates when the final release comes out. But we think that these changes will be straight-forward and relatively easy, and that you can begin planning and starting commercial projects now. read more...

add a comment |category: |Views: 102

tags: another