Skip to main content

Home/ General Development In DotNet/ Contents contributed and discussions participated by Johann Strydom

Contents contributed and discussions participated by Johann Strydom

Johann Strydom

DPack 3.5.x is out (Think VS2012++ version) - Greg's Cool [Insert Clever Name] of the Day - 0 views

  •  
    "DPack is a FREE collection of Microsoft Visual Studio 2012 tools. DPack is designed to greatly increase developer's productivity, automate repetitive processes and expand upon some of Microsoft Visual Studio features. DPack includes various browser tools that allow the developer to quickly find solution files, types, particular type members, methods or properties for instance, or quickly find and reference standard .NET framework types. DPack includes greatly enhanced numbered bookmarks feature, various code navigation tools as well as streamlined surround with feature, and much more. See screenshots and learn more about individual features using Features menu. Major features included: Code Browser File Browser Solution Browser Framework Browser Numbered Bookmarks Surround With Code Navigation Solution Statistics Solution Backup All features support C#, VB, C++ and Ruby In Steel based projects."
Johann Strydom

Task Parallel Library and async-await Functionality - Patterns of Usage in Easy Samples... - 0 views

  •  
    "A lot of tutorials have already been written about TPL and the new .NET 4.5 async-await features, the most prominent examples are Task Parallel Library: 1 of n, Task Parallel Library: 2 of n, Task Parallel Library: 6 of n and Threading in C#, PART 5: PARALLEL PROGRAMMING. Here I present my own version of a TPL and async-await tutorial trying to emphasize why TPL and async-await functionality is so useful and how to apply it to some well-known problems. "
Johann Strydom

MiniProfiler - Installation and Setup - CodeProject - 0 views

  •  
    "MiniProfiler is a tool created and used by the StackExchange group of websites and is used for profiling your .NET and Ruby applications. Whilst in your development environment you can use it to get an overlay on your page detailing the code execution of your Application. For those of you that have ever tried to identify bottlenecks in your applications you can immediately see how useful this can be. Take a look at this screenshot from the Jambr blog page."
Johann Strydom

WiX Toolset - 0 views

  •  
    "The WiX toolset builds Windows installation packages from XML source code. The toolset integrates seamlessly into build processes. "
Johann Strydom

The Rambling DBA: Jonathan Kehayias : Downgrading from SQL 2008 to 2005 - 0 views

  •  
    "Every couple of weeks on one of the forums someone will ask a question about how to restore a backup from SQL 2008 to SQL 2005. The answer to the question is always, you can't restore a backup to a lower version of SQL Server. If you need to migrate backwards it is an entirely manual process. I learned this unfortunate truth a few years ago after upgrading a development server to SQL Server 2005 ahead of upgrading the production server for testing by the developers of our eCommerce application. At the time there was a new database for another web project in development that didn't exist in production, which was on SQL 2000 still, and when I had to move it to QA, also on SQL 2000 still, what was originally planned as a backup/restore turned into a "What do I do now?" moment."
Johann Strydom

this.Log- Source, NuGet Package & Performance - Rob Reynolds - The Fervent Coder - Devl... - 0 views

  •  
    "Recently I mentioned this.Log. Given the amount of folks that were interested in this.Log, I decided to pull this source out and make a NuGet package (well, several packages)."
Johann Strydom

Creating IIS7 sites, applications, and virtual directories « Mike Volodarsky - 0 views

  •  
    In the course of IIS7 development, the team and I have answered an infinity of questions about IIS7 on any possible topic imaginable.Ironically, neither I nor anyone else I know on the team has ever answered the most basic question - what is the minimum set of steps necessary to get a website running with IIS7? This post answers this exact question, and explains the key IIS7 concepts of sites, applications, and virtual directories (vdirs), which must be created before your IIS7 server can serve a single request.
Johann Strydom

Introducing this.Log - Rob Reynolds - The Fervent Coder - Devlicio.us - Just the Tasty ... - 0 views

  •  
    "One of my favorite creations over the past year has been this.Log(). It works everywhere including static methods and in razor views. Everything about how to create it and set it up is in this gist. How it looks public class SomeClass { public void SomeMethod() { this.Log().Info(() => "Here is a log message with params which can be in Razor Views as well: '{0}'".FormatWith(typeof(SomeClass).Name)); this.Log().Debug("I don't have to be delayed execution or have parameters either"); } public static void StaticMethod() { "SomeClass".Log().Error("This is crazy, right?!"); } } "
Johann Strydom

Try F# - 0 views

  •  
    F# is ideal for data-rich, concurrent and algorithmic development: "simple code to solve complex problems". F# is a simple and pragmatic programming language combining functional, object-oriented and scripting programming, and supports cross-platform environments including PC, Mac, and Linux. We'll provide the tutorials, resources and tools you'll need to begin working with F# right away.
Johann Strydom

Events | Channel 9 - 0 views

  •  
    All the Microsoft event videos you could ever want
Johann Strydom

Thread-Safe Collections - 2 views

  •  
    Thread-safe collection classes in .Net 4
Johann Strydom

Wijmo - jQuery UI Widgets - 2 views

shared by Johann Strydom on 03 May 11 - No Cached
Johann Strydom

Ncqrs Framework - 2 views

shared by Johann Strydom on 13 Apr 11 - Cached
Jacques Bosch liked it
Johann Strydom

http://cqrsinfo.com/ - 0 views

  •  
    CQRS videos
Johann Strydom

Mark Nijhof on CQRS Sample @ E-VAN 18 November 2009 on Vimeo - 0 views

  •  
    "Mark Nijhof on CQRS Sample @ E-VAN"
Johann Strydom

http://jbalfantz.wordpress.com/2010/03/12/problem-with-event-sourcing-reconstituting-ou... - 1 views

  •  
    A blog post asking some of our CQRS questions with links to videos claiming to give answers
Johann Strydom

FitNesse - 1 views

  •  
    "The fully integrated standalone wiki, and acceptance testing framework."
1 - 20 of 33 Next ›
Showing 20 items per page