• Home
  • Tutorials
  • Development Tools
  • Contact Us

Developing Software

Mastering Software Craftsmanship

How to Convert a Post Title into a Friendly URL (Slug) in C#

20th March 2016 by @developingsoft

Most content management systems automatically convert your post title into a slug which forms the part of a URL used to locate the post. Here's how to do it in C# … [Read more...]

How to Convert Markdown to HTML in ASP.NET Core

19th March 2016 by @developingsoft

Are you sick of WYSIWYG editors like TinyMCE and CKEditor destroying the layout of your website? How good would it be if you could copy and paste from Word without the spaghetti HTML that's injected into your markup. The whole purpose of a WYSIWYG editor is to make writing content for the web easier for people that don't have any experience with HTML. In my experience, … [Read more...]

How to Send an E-Mail with ASP.NET Core and Mailgun

15th March 2016 by @developingsoft

Sending Email in ASP.NET MVC used to be easy with the built in SMTP client, but how do you do it in ASP.NET Core? … [Read more...]

How to Generate a Sitemap in ASP.NET MVC and ASP.NET Core

14th March 2016 by @developingsoft

A sitemap is good for SEO because it tells search engines what pages of your site it should index. But how do we create a sitemap in ASP.NET Core? In this post I will show you a very simple way to generate a sitemap that works in ASP.NET MVC and ASP.NET Core web projects. … [Read more...]

How to Create an MD5 Hash of a String in C# and Displaying a Gravatar Image

13th March 2016 by @developingsoft

The MD5 (message-digest algorithm) in used in a wide variety of cryptographic applications, and is commonly used to verify data integrity. … [Read more...]

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • …
  • 7
  • Next Page »

Search

Advertisement

Newsletter

Subscribe now to receive practical tips on how to become a better software developer.

Free - No Spam - 100% Email Privacy

Featured Posts

Abstract Factory Pattern: C# Example Using the Unity Game Engine

23 Software Design Patterns That Will Make You a More Effective Programmer

How to Deploy an ASP.NET Core Website to Ubuntu with Git

How to Run an ASP.NET Core Website in Production on Ubuntu Linux

How to Install the Edimax Wireless nano USB Adapter on Windows IoT Core for Raspberry Pi

How to Convert a Post Title into a Friendly URL (Slug) in C#

How to Convert Markdown to HTML in ASP.NET Core

How to Send an E-Mail with ASP.NET Core and Mailgun

How to Generate a Sitemap in ASP.NET MVC and ASP.NET Core

How to Create an MD5 Hash of a String in C# and Displaying a Gravatar Image

© 2014–2025 Developing SoftwareTerms • Privacy