mycatsbreath

Stories kicked by mycatsbreath

wcf.codeplex.com is now live(blogs.msdn.com)

submitted by siphilpsiphilp(919) 1 year, 6 months ago

The WCF Team have been busy building a variety of projects which bring better support for HTTP based services, and better support for JavaScript/jQuery based clients. These projects have all been collected together and are being hosted on CodePlex. read more...

2 comments |category: |Views: 447

tags: another

Booting from a VHD(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 8 months ago

Hosting an OS in a virtual machine can be very useful for developers, but sometimes one pays a price in terms of performance. In Windows 7 developers can get improved performance in virtual machines by native booting a VHD. First create a Virtual PC that hosts Windows 7, then restart your computer, and finally boot directly into the VHD that contains the Windows 7 OS. When you native boot a VHD your virtual machine runs very close to the metal; performance is greatly enhanced and you have much better support for OS features that may not be available inside a standard Virtual PC. read more...

add a comment |category: |Views: 298

tags: another

C# lambda and foreach variable(resnikb.wordpress.com)

submitted by resnikbresnikb(110) 2 years, 9 months ago

Surprising behavior of lambdas read more...

4 comments |category: |Views: 647

tags: another

Is Nick Stakenburg Bullying His Open-Source 'Competitor'(naspinski.net)

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

This is obviously a scare tactic used by a vendor to frighten a 'competitor' who is encroachinig on his sales. Nick (the vendor) is jarred by the fact that someone has released a comparable (better?) product that his and it is free. It behaves somewhat the same, so obviously it was copied... This is a serious issue, we can't let companies push around open-source with threats like this. read more...

2 comments |category: |Views: 454

tags: another

Why ++ operator is not thread safe(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years, 3 months ago

Here is a quick hint on how to make your software thread safe. read more...

2 comments |category: |Views: 516

tags: another

Comparing ORMs - LINQ-to-X, LightSpeed, EntitySpaces and OpenAccess(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 3 months ago

How do LINQ-to-SQL, LINQ-to-Entities, LightSpeed, EntitySpaces and OpenAccess stand up when compared to each other? This post discusses what to consider when selecting your O/R Mapper and links to a feature matrix comparing the features provided by each of these products. read more...

12 comments |category: |Views: 1073

tags: another

Suspicious DNK Accounts(mattberseth.com)

submitted by jacook11jacook11(350) 3 years, 6 months ago

Conclusion There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page. So guess what happens ... it would appear that a certain number of people are doing this. read more...

7 comments |category: |Views: 336

tags: another

Mono 2.0 Released(mono-project.com)

submitted by jpobstjpobst(155) 3 years, 7 months ago

The Mono Project has released version 2.0 of Mono, enabling developers to run their .Net 2.0 applications on Linux and OSX. read more...

4 comments |category: |Views: 303

tags: another

Expression Tree vs Reflection.(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 7 months ago

Expression Trees can be used to avoid Reflection poor performance when you need to invoke methods in object that you deos not know at runtime. In this post I show you how you can access to property of objects building and compiling an expression tree. read more...

add a comment |category: |Views: 760

tags: another

How Do Locks Lock?(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 7 months ago

A detailed explanation of how a locks like ReaderWriterLockSlim really work. read more...

1 comment |category: |Views: 341

tags: another

Delayed execution and "yield return"(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 11 months ago

A quick look at "yield return" focusing on arguably the most important aspect...delayed execution. read more...

2 comments |category: |Views: 242

tags: another

Stop Polluting the UI Thread - Use a ThreadBarrier(blog.quantumbitdesigns.com)

submitted by QuantumBitDesignsQuantumBitDesigns(325) 3 years, 11 months ago

A ThreadBarrier is a technique for simplifying the interaction between the UI and a worker thread. No longer do UI Controls need to check InvokeRequired and do the posting of events from a worker thread. read more...

add a comment |category: |Views: 465

tags: another

Google AdSense Advertising - eeech...(west-wind.com)

submitted by gustavodgustavod(775) 4 years, 1 month ago

Rick Strahl has a great post questioning how much fraud Google actually lets through with AdSense. read more...

add a comment |category: |Views: 12

tags: another

Moq: Why do we need yet another NET mocking framework?(clariusconsulting.net)

submitted by powerrushpowerrush(3873) 4 years, 2 months ago

"I've already argued in the past why I think forcing regular developers to learn and understand the difference between a stub, a fake, a "true" mock and a dynamic mock is unproductive and largely irrelevant for their TDD needs. Also, even though quite common in the mocking community, the typical record/replay model is alien to developers and introduces yet another new concept that makes the learning curve steeper than needed. " read more...

add a comment |category: |Views: 109

tags: another

MVP vs MVC(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 5 months ago

With all the noise around MVC.NET this days, question what is the difference between MVC and MVP is asked quite frequentlly. Check out this blog post for some answers on that question read more...

4 comments |category: |Views: 281

tags: another

15 -hot- tools that made me a coding Paris Hilton.(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 6 months ago

Look good while doing things the easy way. 15 tools I use every day that make me a "hot" coder. You sling code every day. So do I. You sit down at your box, throw on those noise canceling headphones, fire up some mp3s, and get jiggy wit’ it. That’s hot. But could it be hotter? read more...

10 comments |category: |Views: 14

tags: another