sathai

Stories kicked by friends of sathai

Lucene.net - Ultra-fast search for MVC or Webforms(www.codeproject.com)

submitted by dpetersondpeterson(4397) 3 months, 25 days ago

Mikhail T. has put together an article showing how you can integrate the Java-based Apache Lucene project with your .Net based MVC or WebForms sites, giving you ultra-fast and slick search capabilities. read more...

add a comment |category: |Views: 432

tags: another

Massive memory leak in ASP.NET? Turn stuff off you don't need!(explodingcoder.com)

submitted by spoulsonspoulson(327) 9 months, 18 days ago

Are you the kind that leaves lights on in your house when nobody's in the room? Yes, I know it's your energy bill. But, what if the bill were cutting into the ever increasing cost of your Internet bill? Wouldn't you turn the light off? ASP.NET gives you lots of layers of functionality, but not every site is going to need each. read more...

add a comment |category: |Views: 2

tags: another

Visual Studio 2010 Service Pack 1 now available(blog.evonet.com.au)

submitted by bartekmbartekm(485) 1 year, 2 months ago

Microsoft has now released Service Pack 1 for Visual Studio 2010 to MSDN subscribers, with the public release due on March 10th. Along with a number of fixes, service Pack also includes the Team Foundation Server Project Server Integration Feature Pack, and the Visual Studio 2010 Load Test Feature Pack. read more...

add a comment |category: |Views: 570

tags: another

SQL Server: The Magical OVER clause (connectsql.blogspot.com)

submitted by lionofdezertlionofdezert(1110) 1 year, 2 months ago

When comes to query writing, I think, I am so lazy ;) and always prefer less code. Recently I found OVER clause so helpful to write my code in more effect and more magical way. read more...

1 comment |category: |Views: 26

tags: another

.NET Reflector is Becoming a Paid-For Product(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 1 year, 3 months ago

Red Gate announced a few days ago that .NET Reflector will become a commercial product from the end of February 2011. read more...

add a comment |category: |Views: 109

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

What if Visual Studio had Achievements?(blog.whiletrue.com)

submitted by bh213bh213(255) 1 year, 4 months ago

Maybe in Visual Studio 2012 with XBox Live integration? read more...

5 comments |category: |Views: 694

tags: another

Communication between two usercontrols using Event Aggregator in SL(dotplusnet.blogspot.com)

submitted by kranthigullapallikranthigullapalli(60) 1 year, 8 months ago

I found many posts in the asp.net, silverlight.net fourms regarding communication between user-controls, so i thought to blog a bit about communication between user-controls using Event Aggregator in silverlight which i found is the best way to communicate. The main advantage for using an event aggregator to communicate between user-controls is, it removes the tight coupling between a publisher and a subscriber, by which a publisher/subscriber can evolve independently. Pre-requisites for understanding this blog post is to have a bit understanding of Event Aggregator. read more...

add a comment |category: |Views: 259

tags: another

Book review: Patterns of Enterprise Application Architecture(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 8 months ago

Lately I finished reading the famous patterns book by Martin Fowler - Patterns of Enterprise Application Architecture. This book introduces and describes design patterns you will usually see when building enterprise applications. There are also examples for patterns and although they are simple and primitive they give you the idea how to implement or use specific patterns. Read more why I suggest you to read this book. read more...

add a comment |category: |Views: 110

tags: another

IQueryable Can Kill Your Dog, Steal Your Wife, Kill Your Will To Live,(www.weirdlover.com)

submitted by evannevann(219) 2 years ago

If you take a quick detour over to StackOverflow, you’ll realize very, very quickly that, when it comes to wholly and full-heartedly screwing up your Linq to SQL statements, the screw-up almost always involves a misunderstanding of the purpose and... read more...

add a comment |category: |Views: 841

tags: another

So You'd Like to Send Some Email (Through Code)(www.codinghorror.com)

submitted by tiernanotiernano(1674) 2 years, 1 month ago

Just because you send an email doesn't mean it will arrive. post about how to make sure your email should get though all the firewalls and spam filters... read more...

add a comment |category: |Views: 31

tags: another

Ten Cool Visual Studio 2010 Features(gregdoesit.com)

submitted by gergely.oroszgergely.orosz(645) 2 years, 1 month ago

The 10 most useful new features in Visual Studio 2010. read more...

add a comment |category: |Views: 2344

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

Composition versus Inheritance(www.lostechies.com)

submitted by ChrisMissalChrisMissal(145) 2 years, 3 months ago

Discusses the benefit of Composition versus Inheritance. Touches on IoC Containers and how they can help you achieve more granular bits of code that make your applications more flexible and easier to maintain. read more...

add a comment |category: |Views: 636

tags: another

Painless Caching, Memoization for .NET(explodingcoder.com)

submitted by spoulsonspoulson(327) 2 years, 3 months ago

When searching for .NET discussions of I-don't-even-remember, I somehow came across Dustin Campbell's blog post about automatic memoization with C#. I instantly remembered first reading about this topic in Higher Order Perl, which at the time introduced me to this handy technique using the delegate pattern. After looking over Dustin's code, I liked the simplicity of wrapping any delegate with a single method call. This makes for an academic discussion, but I thought this could be much more practical if we abstracted the concept a bit more. read more...

add a comment |category: |Views: 767

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another