troy69

Stories kicked by troy69

Speeding up ASP.NET with the Runtime Page Optimizer(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 7 months ago

An great new tool to automatically optimize your ASP.NET website. read more...

3 comments |category: |Views: 516

tags: another

FFlib.NET released!(intuitive.sk)

submitted by nanit76nanit76(125) 3 years, 8 months ago

Are you web developer? Are you looking for video conversion library for long time? So, be happy! We are pleased to introduce you the first release of our .NET & FFMPEG based video conversion library - FFlib.NET. read more...

add a comment |category: |Views: 421

tags: another

JSON.NET DataTable Serializer(west-wind.com)

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

I've been thinking about replacing the JSON serializer in my internal codebase for some time and finally put a little effort into allowing JSON.NET from James Newton King to be plugged into my Ajax framework as a replaceable engine. read more...

add a comment |category: |Views: 507

tags: another

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

Elegant Invariant Checking with C# 3 (andrewpeters.net)

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

Leveraging expression trees and extension methods to build a fluent invariant checking API. read more...

add a comment |category: |Views: 437

tags: another

Unit Test Code Coverage - What Is A Good Number?(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 11 months ago

Should you be aiming for 100% code coverage from your unit tests? Why I don't think it matters. read more...

add a comment |category: |Views: 21

tags: another

LightSpeed 2.0 Released(mindscape.co.nz)

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

LightSpeed 2.0 has been released. It includes a full, round-tripping Visual Studio designer and support for LINQ! read more...

add a comment |category: |Views: 470

tags: another

Seach for text anywhere in WPF document(blogs.microsoft.co.il)

submitted by tamirtamir(580) 4 years ago

This article explains two approaches, can used to enable full text search anywhere in WPF application window visible content read more...

add a comment |category: |Views: 10

tags: another

Using the unit of work-per-request pattern in ASP.NET MVC(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 4 years ago

Describe a simple, efficient and testable approach to implementing the unit of work-per-request (a.k.a session-per-request) pattern in Microsoft’s new ASP.NET MVC framework. read more...

add a comment |category: |Views: 625

tags: another

Slice - Collection Slicing Extension Method(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years ago

A recreation of Python collection slicing in .NET using extension methods. read more...

add a comment |category: |Views: 47

tags: another

Domain model validation with LightSpeed(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 8 months ago

Details on how to create rich domain model validation with Mindscape LightSpeed including why validation at the domain model level is advantageous over existing approaches. read more...

add a comment |category: |Views: 52

tags: another

Arrays UNDOCUMENTED(codeproject.com)

submitted by KirillOsenkovKirillOsenkov(570) 4 years, 8 months ago

An excellent article about arrays by Wesner Moise: "This is an in-depth look at the arrays in the Common Language Runtime and the .NET Framework. This study details the implementation of arrays and describes efficient ways of using them." read more...

1 comment |category: |Views: 9

tags: another

LightSpeed Mats’ Challenge Sample Download(mindscape.co.nz)

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

A sample download illustrating how LightSpeed passes Mats Helanders ORM challenge. read more...

add a comment |category: |Views: 40

tags: another

LightSpeed 1.0 Released!(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 9 months ago

LightSpeed is a new domain modeling framework that really empowers developers to work more efficiently. No code generation is needed, no mapping files - it all just works. Supports heaps of database engines, takes care of sql generation and a lot more. The focus of LightSpeed is to help developers work faster and more effectively. read more...

5 comments |category: |Views: 16

tags: another