.net reflector I am sure we all know and love .net reflector originally developed by Lutz Roeder and took over by fine folks at Red Gate. If you […]
Parallel programming / Red Gate / Visual Studio / VS Add In
Posted on:
About .NET/C#, Xamarin, Flutter and other fun technologies
.net reflector I am sure we all know and love .net reflector originally developed by Lutz Roeder and took over by fine folks at Red Gate. If you […]
Let’s say you have Test action in Home controller like this: public ActionResult Test(int id, int tubo) { return View("Index"); } And you want to create a hyperlink […]
How often do you derive a class and re-create all of the base constructors? This is not an uncommon task, let’s take a custom exception class for example: […]
Marc from Axialis sent me a message that Axialis is having 50% off sale today and only today. If you are in mood for creating artwork such as […]
A stripped (more express) version of CodeRush, called CodeRush Xpress, is available for download at no charge! And even a bunch of refactorings are included. See the announcement […]