Gritcsenko

Stories kicked by Gritcsenko

FileHelpers 2.0 Released(filehelpers.com)

submitted by marcosmarcos(2779) 5 years, 1 month ago

A big step in the library roadmap. A lot of performance enhaces (more than 65% in .NET 2.0) and new features, with a pulished API. The FileHelpers are and open source library with this simple idea: "Strong type your flat file (fixed or delimited) simply describing a class that maps to each record and later read/write your file as an strong typed .NET array" read more...

2 comments |category: |Views: 19

tags: another

Community Convergence XXIV(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 1 month ago

What's hot in the Microsoft C# Community. This week there are new articles by Luke Hoban, Wes Dyer and Jomo Fisher. read more...

add a comment |category: |Views: 0

tags: another

Why In Memory Query with C# 3.0 is Easier than in C# 2.0(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 1 month ago

Microsoft C# PM Luke Hoban has written an informative post on how easy it is to write in memory queries with LINQ compared to the techniques we used to perform the same operations in C# 2.0. read more...

add a comment |category: |Views: 15

tags: another

New "Orcas" Language Feature: Lambda Expressions(weblogs.asp.net)

submitted by joejoejoejoejoejoejoejoe(1140) 5 years, 1 month ago

Scott demonstrates lambda expressions and linq read more...

add a comment |category: |Views: 7

tags: another

Thirteen23 WPF Applications(ekampf.com)

submitted by ekampfekampf(3195) 5 years, 1 month ago

The ScobleShow has done a very good video demo of Thirteen23's amazing WPF applications. read more...

2 comments |category: |Views: 48

tags: another

XBAP *3D* Physics(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 5 years, 1 month ago

A simple 3D physics engine wrapped in an XBAP! (using a managed C# physics engine). read more...

1 comment |category: |Views: 80

tags: another

Just Released! Enterprise Library 3.0 - April 2007(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 1 month ago

If you've been keeping up with the Community Technology Preview releases, there shouldn't be anything too surprising in the final release, although the overall quality should be much higher. All of the major new features have already been described on this blog or in other places, but here is a quick summary of the most significant changes: read more...

1 comment |category: |Views: 2

tags: another

.NET Framework Posters(blogs.msdn.com)

submitted by veverkapveverkap(815) 5 years, 1 month ago

This is a PDF of the .NET Framework poster included in the VS2005 retail box. read more...

add a comment |category: |Views: 292

tags: another

Desktop vs. Browser - when to deploy applications for each(blogs.zdnet.com)

submitted by wintorezwintorez(190) 5 years, 1 month ago

Desktop vs. Browser - when to deploy applications for each platform. Good to know. read more...

1 comment |category: |Views: 8

tags: another

Unit Testing for Performance(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years, 1 month ago

Here's a quick and easy way to incorporate performance testing into your everyday unit tests. read more...

1 comment |category: |Views: 0

tags: another

The Power of Dynamic SQL: DynamicQuery class - Introduction(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 5 years, 1 month ago

Building provider independent data-driven applications that uses static queries can be a lot of work. Even more work needs to be done to use dynamic queries, specially in parsing and validating user input, and building the command string. The DynamicQuery class can do all of that work for you and much more! read more...

1 comment |category: |Views: 82

tags: another

Fast Switching with LINQ(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 1 month ago

Jomo Fisher from the Microsoft C# development team shows how to use LINQ expressions to implement a very fast look up that can yield a 900% performance improvement over standard dictionary searches. read more...

1 comment |category: |Views: 22

tags: another