Skip to content

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

Month: May 2021

2021-05-312022-01-12.net

Dependency injection in ASP.NET

Out of the box, you get dependency injection in ASP.NET, and can […]

2021-05-292022-01-10.net

.NET Configuration

Configuration in .NET Core and later is mostly unstructured, letting you build […]

2021-05-222022-01-10.net

C# Events

Events in C# are common in UI applications like WebForms and WinForms. […]

2021-05-202022-01-09.net

Basic RSA in .NET

Here’s a very basic example of RSA encryption in .NET: string priv, […]

2021-05-202022-01-10azure

Super cheap Azure SQL Database

If you’re looking for a super simple, super cheap SQL Server database, […]

2021-05-202022-01-10sql server

SQL Server Date/Time Formatting

Here are my favorite date formats in SQL Server. These work with […]

2021-05-202022-01-10.net

Handlebars

Handlebars is a fantastic templating engine which is available for .NET. It’s […]

2021-05-202022-01-10.net

GZip in .NET

public class Gzip { public static void Compress(Stream inputStream, Stream outputStream) { […]

2021-05-202022-01-10.net

Get EXIF date from photo

It’s not straightforward to retrieve the EXIF date from an image. Here’s […]

2021-05-202022-01-10Uncategorized

Force IE in Edge Mode

If you’re seeing Internet Exploder loading your site in an old compatibility […]

Posts navigation

1 2 … 4 Next
  • RSS Feed
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube

.net asp.net async audio aws azure batch brotli browser c# cloud config cryptography css csv dependency injection email entity framework git guid gzip handlebars html images javascript jquery json jsonp linq linux mercurial mvc nodejs pdf records scss serialization sqlite sql server temporal tables tfs typescript windows wsl xml

If you learned something today

Buy Me a Coffee

© 2022 60 Second Dev. Proudly powered by Sydney