jvonruden

Stories kicked by jvonruden

The Dynamic Programmer - Using MongoDB from C#(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 6 months ago

The NoSql movement is gaining more and more inertia. A year or two ago I took a look at CouchDb but this time I wanted to try MongoDB. I have been hearing a lot of nice things about MongoDB, mostly about how simple is to query it and how fast is. So I decided that it was time to actually take it for a spin. read more...

add a comment |category: |Views: 284

tags: another

Announcing the Microsoft AJAX CDN - ScottGu's Blog(weblogs.asp.net)

submitted by dbasarab617dbasarab617(100) 2 years, 8 months ago

Earlier today the ASP.NET team launched a new Microsoft Ajax CDN (Content Delivery Network) service that provides caching support for AJAX libraries (including jQuery and ASP.NET AJAX). The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. read more...

add a comment |category: |Views: 202

tags: another

Refactoring Day 3 : Pull Up Method(lostechies.com)

submitted by jvonrudenjvonruden(40) 2 years, 9 months ago

A post a day for 31 days on refactoring. read more...

add a comment |category: |Views: 7

tags: another

Refactoring Day 1 : Encapsulate Collection(lostechies.com)

submitted by johnrummelljohnrummell(1321) 2 years, 9 months ago

In certain scenarios it is beneficial to not expose a full collection to consumers of a class. Some of these circumstances is when there is additional logic associated with adding/removing items from a collection. Because of this reason, it is a good idea to only expose the collection as something you can iterate over without modifying the collection. read more...

add a comment |category: |Views: 15

tags: another

31 Days of Refactoring(lostechies.com)

submitted by schambersschambers(105) 2 years, 9 months ago

A post a day for 31 days on refactoring. read more...

add a comment |category: |Views: 680

tags: another

Bing Desktop Translator using C# and VB.NET(dotnetcurry.com)

submitted by shobankrshobankr(165) 2 years, 10 months ago

n this article we will see how we can create a simple Desktop Translator which uses the Bing Translator API. read more...

add a comment |category: |Views: 362

tags: another

Mouse Events in Silverlight(jeffblankenburg.com)

submitted by sadukiesadukie(505) 2 years, 10 months ago

In this 1st post of his 31 Days of Silverlight series, Jeff Blankenburg explains how to work with the different mouse events (MouseEnter, MouseLeave, MouseLeftButtonDown, MouseLeftButtonUp, and MouseMove) in Silverlight. read more...

1 comment |category: |Views: 263

tags: another

Another List of 5 Great and Useful Visual Studio Shortcuts (dev102.com)

submitted by razamitrazamit(4566) 3 years, 1 month ago

a while back we had 2 great posts and one page about visual studio shortcuts. The first one had a list of 10 Visual Studio Shortcuts and the second one had 11 Visual Studio Shortcuts. We also have a Visual Studio CheatSheet with all the Keyboard shortcuts Visual Studio has. read more...

add a comment |category: |Views: 601

tags: another

How I Learned to Love Dependency Injection: The Code Samples(jamescbender.com)

submitted by JamesCBenderJamesCBender(749) 3 years, 1 month ago

Code samples from a presentation on Dependency Injection at Central Ohio Day of .NET read more...

add a comment |category: |Views: 724

tags: another

5 Useful Visual Studio C# Snippets – Part 2(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

I initially published 5 Visual Studio c# Snippets yesterday and it got a lot of attention and had some positive feedback, so this is a follow up that I hope would be as helpful as the first one. read more...

add a comment |category: |Views: 652

tags: another

5 Useful Visual Studio C# Snippets(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

The title says it all. Save yourself sometime by using these snippets. read more...

add a comment |category: |Views: 780

tags: another

Fluent ADO.NET (there's actually a good reason for it!)(elegantcode.com)

submitted by just3wsjust3ws(560) 3 years, 1 month ago

More DAL silliness, but for a good reason. The author was restricted from using an ORM by his client so he came up with a cool way to make his life a little easier. Pretty cool. Scratch that itch! read more...

add a comment |category: |Views: 556

tags: another

Content Stealing Jerks(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 1 month ago

I've grown somewhat accustomed to seeing my articles regurgitated on some random blogger's site and passed off as their own. Usually I just send content stealing jerk (CSJ for future reference) an e-mail asking that they provide some sort of link back to my original article and leave it at that. Sometimes they comply, oftentimes they don't. In the end, life goes on. After all, it's not like I'm going to press charges over it. read more...

add a comment |category: |Views: 690

tags: another

10 C# Shorthands that improve productivity(dijksterhuis.org)

submitted by martijnmartijn(445) 3 years, 2 months ago

One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already — but do you currently use all ten of them ? read more...

add a comment |category: |Views: 1357

tags: another

Create custom LINQ providers fluently(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 3 years, 3 months ago

Just released LinqExtender 2.0. Over previous release , it contains generally bugs fixes. Overall, I have focused on striping out complexity as much as possible to keep you focused on your business logic. You can see the full list of features in the documentation that comes with it. read more...

2 comments |category: |Views: 273

tags: another

SVN-Monitor is going Open-Source(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 3 months ago

You can start downloading the latest beta version and it's source-code (C#). read more...

add a comment |category: |Views: 434

tags: another