i
Skip to main content
CodeShare
  • Blog
  • About
  • Packages
  • Tools
  • Speaking
  • Umbraco 13 Tutorial
  • Contact
// Latest posts

Blog

Paul Seal's personal blog

Blog posts

Categories
All Posts .NET 62 Community 4 Conferences 4 Dev 71 DevOps 2 Git 4 SQL 8 Tools 24 Umbraco 130 Videos 19 Web 1
76 results found

76 results in .NET, Community, Conferences, DevOps, SQL, Web

dotnet Get a flat list of exception and inner exception error messages

Debugging errors can be difficult, especially when you need to see the errors inside the errors. This post shows you how you can get all errors as a collection of errors rather than them being hidden inside other errors. You can create an extension method like this one

21 Oct 2015 / 2 min read Read →
dotnet Sorting a list into random order using linq

Every now and again, there is a need to produce a list in a random order. I've found a very reliable way to do this using linq and the Guid class.

06 Oct 2015 / 1 min read Read →
dotnet List ForEach Method

The .ForEach() It is very handy for shortening your code. Lets say you want to write a method which returns a list of MailAdress objects.

04 Oct 2015 / 1 min read Read →
dotnet Null-coalescing Operator

Shorter code for using the value of a nullable object or another value if not.

02 Oct 2015 / 1 min read Read →
« Previous page 1 2 3 4 5 6 7 Next »
CodeShare

© 2026 Paul Seal

About

  • About
  • Speaking
  • ClerksWell

Content

  • Blog
  • Privacy Policy
  • RSS Feed

Find me

  • Contact
  • LinkedIn
  • GitHub
  • YouTube