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: January 2021

2021-01-292022-01-08javascript, Uncategorized

Javascript Async Await

JavaScript gives you lots of different ways to run code asynchronously. Originally […]

2021-01-282022-01-05.net

Send Email with MailKit in .NET

Using MailKit to send email in .NET. The old way with SmtpClient, […]

2021-01-262022-01-05javascript

Mustache with JavaScript in Browser

Mustache is a nice and simple templating engine that can be used […]

2021-01-232022-01-05css

Custom Bootstrap

If you use Bootstrap out of the box, you’re stuck with the […]

2021-01-222022-01-05.net

C# Using Statements

The new syntax for “using” with C# makes it much easier to […]

2021-01-182022-01-05.net

.NET Tuples

The new way of writing tuples in C# is much nicer than […]

2021-01-182022-01-05.net

.NET Guid Formats

GUIDs can be a quick (but not secure) way to generate random […]

2021-01-172022-01-05.net

.NET XML Writer

XmlWriter is an easy way to generate XML when you need it. […]

2021-01-162022-01-04.net

Loops vs HashSets

When looking up data in memory from a large collection, a HashSet […]

2021-01-152022-01-04sql server

SQL Server Table Valued Parameters with .NET

private static SqlDataRecord CreatePersonRecord(int id, string name) { var metaData = new[] […]

Posts navigation

1 2 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