Why C++ is Better Than C# with Kate Gregory

Kate Gregory explains in language that a C# guy can understand, what is cool about C++ She then explains: Templates vs Generics Libraries C++ AMP C# Bottlenecks/Pitfalls Unit Testing – Testing code with code Bad Habits with Clients Visual Studio Writing for iPhones/iPads Show Notes Learn more from Kate about the C++ language: bit.ly/kate_pluralsight C++…

Read More

Introducing ScriptCS – C# on a diet with Glenn Block

Have you ever found times where you just want to write and execute some C# code and you ask yourself Do I really need an IDE? a solution? a project? a class? Do I really need to compile? Why do I have to worry about all these dlls? If you’ve done any development with dynamic…

Read More

Xamarin HackDay

Xamarin HackDays aren’t just for Xamarin developers – they’re for anyone who wants to learn Xamarin to design, develop, integrate, test apps, and more. At our first Xamarin HackDay, our three presenters gave the audience a great introduction to the topic and then everyone got stuck into trying it out for themselves. The day was…

Read More

Code Auditor and Roslyn – Happy Ever After | Danijel Malik

At SSW we care about quality. We care about it so much that we built a tool named Code Auditor which scans code and reports issues. It’s not really a secret that our rules relied on C# snippets and Regex patterns. Over time – as the C# language evolved – we started seeing false positives.…

Read More