GOEran

Stories submitted by friends of GOEran

Introducing Wijmo, a feature-packed jQueryUI based widget library(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 months, 27 days ago

A introduction to Wijmo, a jQuery UI based component library, and the rational behind the decision of adopting it vs other component libraries read more...

add a comment |category: |Views: 229

tags: another

The importance of performance testing in a Windows Phone 7 application(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 1 month ago

Simone Chiaretta highlights the importance of performance testing your applications on the Windows Phone 7 platform (where devices are not as powerful as desktops and server), illustrating with an example of an issue which caused him performance problems. read more...

add a comment |category: |Views: 8

tags: another

An open letter to the .NET community(www.red-gate.com)

submitted by grantpalingrantpalin(376) 1 year, 3 months ago

RedGate will start charging for their previously free version of Reflector. read more...

1 comment |category: |Views: 50

tags: another

A .NET Project Base(grantpalin.com)

submitted by grantpalingrantpalin(376) 1 year, 4 months ago

I’ll share something I’ve been using to simplify creation of new .NET projects: a base project. It is intended to reduce setup of common directories and tools. read more...

add a comment |category: |Views: 6

tags: another

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

Hand picked sessions from PDC2010(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

If you are not living under a rock, probably you know that yesterday (October 28th) the PDC2010 started. If you missed the keynote of PCD 2010 here is a brief description of what I found interesting, the links to sessions I consider to be interesting (at least for me) and some considerations about SL vs HTML5. read more...

add a comment |category: |Views: 291

tags: another

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another

Using the new NCover(grantpalin.com)

submitted by grantpalingrantpalin(376) 1 year, 11 months ago

Explains why the current NCover is worth purchasing and using over the old free version. Shows how to use the GUI as well as the console interfaces. Also includes a tip on a time-limited NCover discount! read more...

add a comment |category: |Views: 6

tags: another

Review: NHibernate in Action(grantpalin.com)

submitted by grantpalingrantpalin(376) 1 year, 11 months ago

I've gotten started using NHibernate thanks to what is likely the definitive book on the subject. It's a complex subject, but the book helps clear the initial hurdles. read more...

add a comment |category: |Views: 3

tags: another

NUnit for .NET 4(grantpalin.com)

submitted by grantpalingrantpalin(376) 1 year, 11 months ago

Some information on using the latest NUnit release to run unit tests for projects based on the .NET 4 framework. read more...

add a comment |category: |Views: 32

tags: another

Say Goodbye to NAnt and MSBuild With IronRuby(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 1 month ago

Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! read more...

add a comment |category: |Views: 651

tags: another

A Visual Look At The LINQ SelectMany Operator(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 2 months ago

An inside look at how SelectMany works, along with visuals to help you more easily understand it. read more...

add a comment |category: |Views: 468

tags: another

An Overview Of System.Collections.Generic(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 2 months ago

A look at the different collection types in the System.Collections.Generic namespace. read more...

add a comment |category: |Views: 16

tags: another

.NET 4.0 And Our Parallel Future(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 3 months ago

A look at .NET 4.0 Parallel features, and how we can use LINQ to make them even easier to use. read more...

1 comment |category: |Views: 511

tags: another

Bundler Part 2 - ASP.NET Integration(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 3 months ago

A look at the Bundler Framework and how it could be integrated in with ASP.NET and ASP.NET MVC in order automate the process of minifying and combining JavaScript files. read more...

add a comment |category: |Views: 31

tags: another

Reducing Code Coupling - Inversion of Control(grantpalin.com)

submitted by grantpalingrantpalin(376) 2 years, 4 months ago

This is the conclusion to my series on reducing code coupling. This installment follows from the previous ones, building on them by introducing the Inversion of Control pattern. read more...

2 comments |category: |Views: 677

tags: another