georgeck

Stories kicked by georgeck

Flip Through Movies(flipthroughmovies.com)

submitted by georgeckgeorgeck(355) 1 year, 9 months ago

Check out - Great UX based on Silverlight Pivot Control that allows you to browse through large collection of movies. read more...

add a comment |category: |Views: 1

tags: another

NCache Stays Superior to Velocity(simpable.com)

submitted by hadialamhadialam(25) 3 years, 11 months ago

Well I have seen all these solutions but found NCache as the best one becuase no other solution is available for Object Caching. I was comparing the CTP1 of Microsoft's Velocity and to my surprise they almost copied the wordings of NCache's description. I had also compared the detailed features so far discussed by Velocity at TechEd with all these solutions and again found NCache a step ahead. The pricing is not that complex. Its only the way you understand it. I have bought it for 15 CPUs and so far have been getting excellent support from this company. I had a comprehensive demo and testing as well where they showed 100%. The big plus of NCache is that they have always been bringing new topologies which are still missing with other solutions. I am not sure what will be Licensing structure of Microsoft for this as Microsoft has always been very clever in their Licensing structures. I had bought some Licenses of Microsoft GP for my organization few months ago. The actual cost was way different from the one initially told. The basic structure has so many features missing. When I asked for some common features I was heavily charged. I am worried that they may repeat the same here as well. read more...

2 comments |category: |Views: 123

tags: another

Creating Zip Archives In .Net Without An External Library(weblogs.asp.net)

submitted by montymonty(2575) 4 years, 7 months ago

Jon Galloway offers his advice on creating your own zip library. SharpZipLib provides best free .NET compression library, but what if you can't use it due to the GPL license? I'll look at a few options, ending with my favorite - System.IO.Packaging. read more...

1 comment |category: |Views: 154

tags: another

.NET Framework 3.5 Is Shared Source(weblogs.asp.net)

submitted by benrickbenrick(1020) 4 years, 7 months ago

Microsoft's .NET Framework 3.5 is going to be released open source. read more...

26 comments |category: |Views: 152

tags: another

DotNetKicks - Now Serving SVN Revision 501(blog.incremental.ie)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 7 months ago

The DotNetKicks open source project is blistering ahead, there have been 336 commits in the last month taking us up to revision 501. Thanks to everyone who has contributed to the project so far. Our main contributors the past few weeks were James Welsch, Simone Busoli, Kevin Fricovsky and Atif Aziz. read more...

4 comments |category: |Views: 3

tags: another

Leaky Abstractions and the Last Responsible Moment for Design(codebetter.com)

submitted by georgeckgeorgeck(355) 4 years, 7 months ago

A discussion on 'Leaky Abstractions' and to make decisions as late as you can responsibly wait.... read more...

add a comment |category: |Views: 1

tags: another

PostSharp - A Post-Compiler for .NET(postsharp.org)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

PostSharp is a platform that allows you to transform or analyze your .NET assemblies after compilation. It reads binary assemblies into memory, execute a suite of plug-ins and write back the modified code. Geat tool for Aspect-Oriented Programming (AOP). read more...

3 comments |category: |Views: 40

tags: another

Little things to help you CodeBetter(codebetter.com)

submitted by btompkinsbtompkins(445) 4 years, 7 months ago

Jeremy Miller's tips for better coding. read more...

add a comment |category: |Views: 2

tags: another

DotNetKicks Widget via JQuery and new JSON Api(scribesonic.com)

submitted by montymonty(2575) 4 years, 7 months ago

A screen cast that details how you can place this widget on your blog/site and display your most recent kicks - My Recent Kicks widget. Code available to download. read more...

2 comments |category: |Views: 72

tags: another

Agile vs. Traditional Development Cost Models ...Maybe(lostechies.com)

submitted by jmeridthjmeridth(720) 4 years, 8 months ago

A comparison between Agile and Traditional development read more...

add a comment |category: |Views: 31

tags: another

Free ebook : Threading in C#(albahari.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

It has been updated since the last time it was posted here. Available in HTML and PDF. read more...

2 comments |category: |Views: 137

tags: another

Open Source .Net IM Client based on XMPP that can connect to Gtalk(chiramattel.com)

submitted by georgeckgeorgeck(355) 4 years, 8 months ago

This post describes the Open Source .Net application that can connect to Gtalk. read more...

add a comment |category: |Views: 1248

tags: another

System.IO.Compression.DeflateStream - Gotcha(chiramattel.com)

submitted by georgeckgeorgeck(355) 4 years, 8 months ago

This article explains a common pitfall in DeflateStream and hos this can be solved - a must read for anyone who is using this class. read more...

1 comment |category: |Views: 1362

tags: another

Performance consequence of DateTime.Parse()(chiramattel.com)

submitted by georgeckgeorgeck(355) 4 years, 8 months ago

This post explains the performance cost of using DateTime.Parse() and goes on to explain a possible solution. read more...

1 comment |category: |Views: 26

tags: another

Poor Man's Dependency Injection using Generics(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 8 months ago

Here's a quick way to incorporate dependency injection into your code using generics. This technique can be invaluable for testing. read more...

2 comments |category: |Views: 168

tags: another

Connecting to an SVN repository using .Net in 3 easy steps(chiramattel.com)

submitted by georgeckgeorgeck(355) 4 years, 8 months ago

This describes how we can use the Open Source DotSVN library to connect to Subversion FSFS repository. read more...

1 comment |category: |Views: 41

tags: another