cotaskmemalloc

Stories kicked by cotaskmemalloc

ThreadFusion for C#, a new multithreaded design aid package(www.chordfusion.com)

submitted by threadfusionthreadfusion(10) 1 year, 10 months ago

ThreadFusion is a new design aid to assist in developing multithreaded software. Mockup your multithreaded code, then simulate it's execution to verify your code is working as designed in ThreadFusion's visualizer. read more...

add a comment |category: |Views: 9

tags: another

No GoLive required to use ASP.NET MVC in production(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 9 months ago

ASP.NET MVC EULA allows its usage in live operating environment, so it can be used in production read more...

add a comment |category: |Views: 192

tags: another

CoolMenu: A Silverlight Menu Control(pagebrooks.com)

submitted by pbrookspbrooks(775) 3 years, 9 months ago

I thought it would be cool to try building a reusable container control so I came up with CoolMenu. You really have to try this one out to get the full experience, a screen shot just doesn't do it justice. CoolMenu is a Silverlight container control that gives you a nice wave-like effect as you move your mouse over the menu items. Clicking a menu item causes the item to bounce. read more...

3 comments |category: |Views: 1794

tags: another

Lutz Roeder's Weblog: The Future of .NET Reflector(blog.lutzroeder.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities. I have reached an agreement to have Red Gate Software continue the development of .NET Reflector. Red Gate has a lot of experience creating tools for both .NET and SQL Server. They have the resources necessary to work on new features, and Reflector fits nicely with other .NET tools the company offers. Red Gate will continue to provide the free community version and is looking for your feedback and ideas for future versions. read more...

add a comment |category: |Views: 487

tags: another

Lutz Reflector now owned by Red Gate(simple-talk.com)

submitted by JudahGabrielJudahGabriel(814) 3 years, 9 months ago

Lutz Reflector, the free .NET disassembler every developer developer should have, has been purchased by Red Gate software. Red Gate has stated they will continue to provide the tool for free. read more...

4 comments |category: |Views: 451

tags: another

Silverlight Particle Generator(blog.nerdplusart.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

Cool particle effects live demo done with Silverlight. Sources are available, too! read more...

1 comment |category: |Views: 526

tags: another

Organize Usings Across Your Entire Solution(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

One of the features I worked on for the Visual Studio 2008 release was the new "Organize Usings" feature. This feature allows you to: Remove Unused Usings - Determines which using directives are not used in the current file and deletes them. Sort Usings - Sorts the using directives in a file. read more...

add a comment |category: |Views: 451

tags: another