New-age Transactional Systems - Not Your Grandpa's OLTP
John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Jonathan Allen on Feb 02, 2010
Reflector is considered a must have by many .NET developers. Whether it is debugging third-party libraries, translating between languages, or simply examining your own compiled code, Reflector has become a must have tool. And until recently, both it and all its add-ons have been free.
Originally developed by Lutz Roeder, Red Gate Software took over development in August of 2008. Since then Red Gate has continued to support the tool with periodic releases while the Add-In community on CodePlex grew.
On January 20th Alex Davies announced the first public beta of their commercial offering. Known as Reflector Pro, it consists of three components. First there is Reflector 6, which adds support for .NET 4.0. Like previous versions it is free, though this one comes with a Visual Studio add-in that allows one to jump into Reflector from the source code.
The “Pro” part of Reflector Pro comes from its debugging support. Using this add-in for Visual Studio, you can decompile whole assemblies and generate debug symbols for them. From there you can use .NET’s normal step-through debugging.
Laila of Red Gate writes,
Whilst we've made a lot of improvements to Reflector, the radical addition, which we hope you'll want to try out as well, is '.NET Reflector Pro'. This is an extension to .NET Reflector that allows the debugging of decompiled code using the Visual Studio debugger. It is an add-in, but we'll be charging for it, mainly because we prefer to live indoors with a warm meal, rather than outside in tents, particularly when the winter's been as cold as this one has. We're hoping (we're even pretty confident!) that you'll share our excitement about .NET Reflector Pro.
Using Drools? See what you're missing! Get the Power of Drools with the Assurance of Red Hat
Monitor your Production Java App - includes JMX! Low Overhead - Free download
A Guide to Branching and Merging Patterns
SCM best practices for multiple processes, releases & distributed teams
Well the codeplex deblector add-in lets you debug the assemblies for free and the testdriven.net add-in lets you navigate to any code element inside Reflector.
Looks like red-gate ended up extending these two add-ins.
free is the enemy of the good
All the functionality that Reflector has ever provided is still free, in addition CLR 4 support and an addin to Visual Studio have also been provided, also for free.
Reflector Pro is a paid for product that allows you to use the Visual Studio debugger on 3rd party code decompiled with the Reflector engine.
Simon Galbraith, Red Gate Software.
I've used the free version twice and each time it saved my a$$.
The first time, about 18 months ago, we lost source code for a DLL. We got all the code back from an installation on a test server.
And just yesterday I used Reflector to see if a code change had actually made it into production. It hadn't. :-(
Great, easy-to-use product! I can't wait to evaluate the Pro version.
John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.
Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.
Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).
Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.
Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
4 comments
Watch Thread Reply