leilei3462

Stories kicked by leilei3462

Just say no to Service Locator!(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 7 months ago

This is a blog post focusing on the differences between Service Locator and Dependency Injection based code particularly focusing on benefits DI has in unit testing. read more...

add a comment |category: |Views: 388

tags: another

amCharts Stock Chart for WPF: Financial Charting Control for WPF(wpf.amcharts.com)

submitted by ailonailon(1335) 2 years, 7 months ago

amCharts has released their financial charting control for WPF. It's main purpose is to display financial charts. However, it can also be used to visualize any date-based data. read more...

add a comment |category: |Views: 370

tags: another

IoC, SRP and DI best practices(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 7 months ago

A blog post summing some of real world IoC experiences in 5 "laws" read more...

add a comment |category: |Views: 627

tags: another

Expression Studio 3 Released – Some Important Links (devcurry.com)

submitted by samsertsamsert(2159) 2 years, 10 months ago

The wait ends. Expression Studio 3 is now available for a Free 60 days trial. Check out some important links read more...

1 comment |category: |Views: 319

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

Sharp Architecture RTM (devlicio.us)

submitted by dovedove(735) 2 years, 10 months ago

A well worked and actively contributed lightweight framework to build ASP.net MVC apps with NHibernate. read more...

add a comment |category: |Views: 321

tags: another

Fast Add Reference Dialog for VS 2010(devlicio.us)

submitted by tehliketehlike(1000) 2 years, 11 months ago

I have spent a couple of days on implementing a fast add reference dialog box for Visual Studio. The time of adding a reference has been a great time to have some coffee, to have lunch, or even a way to save economy (remember, developer time costs money!). read more...

add a comment |category: |Views: 464

tags: another

Life After Loops(codethinked.com)

submitted by markheathmarkheath(1485) 2 years, 11 months ago

Eliminating cumbersome looping code using Linq read more...

1 comment |category: |Views: 684

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

Kona 3: Learning Behavior Driven Development (BDD)(blog.wekeroad.com)

submitted by LordLord(3737) 3 years ago

Holy cow! Another *DD – man I really must have an IV with that Alt.NET Punch just coursing like a train in my veins! I ask for your patience with this one – cause I think BDD is a really good tool to know – whether you use it or not – knowing the workings of it will allow you to have some intelligent conversation the next time you’re in Austin :). read more...

1 comment |category: |Views: 335

tags: another

Building a Nant Script -- Part 4: Adding fxCop to your build script(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 1 month ago

Taking a look at how to add in the ability to run the fxCop static analysis tool to your build script. Having this ability can allow you to keep very close tabs on your code at any time. read more...

add a comment |category: |Views: 204

tags: another

ReSharper 4.5 complains about my private fields.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 1 month ago

Learn how to change naming style rules in R#. read more...

add a comment |category: |Views: 352

tags: another

C# 4.0: What’s next(modeeb.wordpress.com)

submitted by modeebmodeeb(189) 3 years, 1 month ago

An overview on C# versions and a discussion on latest features in C# 4.0 read more...

add a comment |category: |Views: 633

tags: another

ReSharper 4.5 gone gold(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 1 month ago

JetBrains has released version 4.5 of their multi purpose productivity plugin for Visual Studio, ReSharper. This updates contains some pretty cool features. For example, solution wide analysis now checks for members that can be made internal. Also, JetBrains promises to have improved performance and memory use. All in all certainly an update that is worth installing, especially because updating from licenses for version 4.0 and above is free read more...

add a comment |category: |Views: 314

tags: another

Creating your own site's search Engine(techietweaks.blogspot.com)

submitted by ahmedsayed_86ahmedsayed_86(410) 3 years, 1 month ago

Setting up you search page for your web application is as easy as having a DB table where you retrieve data from by a simple query. I will illustrate the steps of setting up the configurations needed in this post, and will write another one for detailed stuff in custom search page. read more...

add a comment |category: |Views: 420

tags: another

Back to the future! Exploring ASP.NET MVC Futures(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 1 month ago

For those of you who did not know yet: next to the ASP.NET MVC 1.0 version and its source code, there’s also an interesting assembly available if you can not wait for next versions of the ASP.NET MVC framework: the MVC Futures assembly. In this blog post, I’ll provide you with a quick overview of what is available in this assembly and how you can already benefit from… “the future”. read more...

add a comment |category: |Views: 310

tags: another