brentallen22

Stories kicked by brentallen22

Lazy<T> and IEnumerable<Lazy<T>> support comes to Unity(pwlodek.blogspot.com)

submitted by pwlodekpwlodek(10) 2 years ago

There are some IoC containers which support Lazy<T> out of the box, namely Autofac 2, or Managed Extensibility Framework to name a few. Unfortunately, Unity IoC (even the latest Unity 2.0) is not on that list. If you want to know how to add native support for Lazy<T> to Unity 2.0, keep reading further =) read more...

add a comment |category: |Views: 137

tags: another

How to add "Open with reflector" to your right-click actions(itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 10 months ago

A tip for convenience, this post provides instructions on how to easily add "Open with reflector" to your windows explorer right-click menu so you can right-click and open any DLL with reflector. read more...

6 comments |category: |Views: 271

tags: another

SELECT 1 vs SELECT * – An Interesting Observation(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 10 months ago

I have been using SELECT 1 instead of SELECT * when checking existence of rows. I would like to see what my readers have opinion about this. Please have your opinion and make your comment here. read more...

add a comment |category: |Views: 816

tags: another

Google Talk (GTalk) Autoreply using .NET (dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years, 10 months ago

In this article, we will see how you can develop a simple Gtalk client using .NET using which you can notify your users that you are away from your desk. read more...

add a comment |category: |Views: 384

tags: another