CharlesBronson

Stories submitted by friends of CharlesBronson

Solr 0.2.3-beta 1(bugsquash.blogspot.com)

submitted by sirroccosirrocco(800) 2 years, 6 months ago

Solr .NET client. Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. read more...

add a comment |category: |Views: 15

tags: another

How b-tree database indexes work and how to tell if they are efficient(mattfleming.com)

submitted by sirroccosirrocco(800) 2 years, 10 months ago

A team member thought we should add an index on a 90 million row table to improve performance. The field on which he wanted to create this index had only four possible values. To which I replied that an index on a low cardinality field wasn't really going to help anything. My boss then asked me why wouldn't it help? I sputtered around for a response but ended up telling him that I'd get back to him with a reasonable explanation. read more...

add a comment |category: |Views: 23

tags: another

Custom Combo Box with colors and text(alinberce.wordpress.com)

submitted by sirroccosirrocco(800) 3 years ago

Code and video for creating a custom ComboBox with a colored rectangle and text read more...

add a comment |category: |Views: 30

tags: another

Silverlight 3: AVAILABLE!(nextbestgeek.com)

submitted by RemanReman(1970) 3 years, 2 months ago

Looks like Silverlight 3 is rolled-out: Runtime, SDK and documentation are already available for download. See the Client / Server libs? read more...

1 comment |category: |Views: 447

tags: another

Using Memoization to speed up recursive functions(weblogs.asp.net)

submitted by sirroccosirrocco(800) 3 years, 3 months ago

A great discussion on using memoization to more efficiently recurse over a sequence like Fibonacci where you can otherwise end up doing the same calculations multiple times... read more...

add a comment |category: |Views: 16

tags: another

Chad Myers and Jeremy Miller on FubuMVC(herdingcode.com)

submitted by sirroccosirrocco(800) 3 years, 4 months ago

# What is FubuMVC? # History of the project # Built to take advantage of static typing .... read more...

add a comment |category: |Views: 304

tags: another

Experimental study about Test Driven Development(channel9.msdn.com)

submitted by sirroccosirrocco(800) 3 years, 5 months ago

We talk with him about Test Driven Development: Does it work better? How better? What's the catch? To answer these questions, Nachi talks about a study done over multiple teams within and outside of Microsoft on TDD. The results are very interesting, as they are based on real teams with real products, so I definitely encourage you to watch the video or download the paper to grok the numbers in details. read more...

add a comment |category: |Views: 23

tags: another

Use the new ASP.NET chart controls with ASP.NET MVC(code-inside.de)

submitted by RemanReman(1970) 3 years, 5 months ago

How to use the controls with ASP.NET MVC read more...

add a comment |category: |Views: 16

tags: another

First Steps with MEF(code-inside.de)

submitted by RemanReman(1970) 3 years, 6 months ago

Hello MEF! - discover plugins with mef (inside the assembly) and through a dictionary. read more...

add a comment |category: |Views: 43

tags: another

Using Lucene .Net to index and search website content(akcedo.com)

submitted by sirroccosirrocco(800) 3 years, 6 months ago

An elegant solution for adding content indexing and search in a .Net application. read more...

add a comment |category: |Views: 237

tags: another

How to debug an obscure IIS error(hanselman.com)

submitted by sirroccosirrocco(800) 3 years, 6 months ago

ScottHa shows how you can get to the bottom of a clear (as mud) problem when starting IIS using Process Monitor and Process Explorer and a little bit of intuition. read more...

add a comment |category: |Views: 39

tags: another

Dependency injection with Castle Windsor: Video(gojko.net)

submitted by sirroccosirrocco(800) 3 years, 6 months ago

Here’s the video from the talk on dependency injection with Castle Windsor that Mike Hadlow and Gojko Adzic did last month at Skills Matter. read more...

add a comment |category: |Views: 188

tags: another

Gallio, the framework-agnostic test runner for .NET(richarddingwall.name)

submitted by alex_dolinalex_dolin(15) 3 years, 6 months ago

Gallio is a open source, framework-agnostic test runner that supports MbUnit, MSTest, NBehave, NUnit, and xUnit.Net frameworks. It provides tool support and integration with CCNet, MSBuild, NAnt, NCover, Pex, Powershell, Resharper, TestDriven.Net, TypeMock, and Visual Studio Team System. read more...

add a comment |category: |Views: 28

tags: another

QuakeLight, the Silverlight port of Quake, is coming...(adamkinney.com)

submitted by RemanReman(1970) 3 years, 7 months ago

QuakeLight - Silverlight Port of Quake... 3D with Silverlight - w00t! read more...

3 comments |category: |Views: 399

tags: another

ScottGu: ASP.NET MVC Beta(weblogs.asp.net)

submitted by RemanReman(1970) 3 years, 7 months ago

One of ScottGu´s monster blogposts read more...

1 comment |category: |Views: 393

tags: another

NHibernate optimization avoid unnecessary select queries(akcedo.com)

submitted by sirroccosirrocco(800) 3 years, 8 months ago

Left outer join is sometimes your friend in NHibernate read more...

add a comment |category: |Views: 140

tags: another