• Home
  • Tutorials
  • Development Tools
  • Contact Us

Developing Software

Mastering Software Craftsmanship

Configuring Autofac to work with the ASP.NET Identity Framework in MVC 5

2nd February 2015 by @developingsoft

This post will show you how to modify the default MVC 5 template, so that it uses Autofac to inject the ASP.NET Identity dependencies into the Account Controller. … [Read more...]

How to Create an ASP.NET MVC 5 Web Application

1st February 2015 by @developingsoft

This post will show you how to create a new ASP.NET MVC 5 application using Visual Studio 2013. … [Read more...]

Improving the Authorize Attribute in ASP.NET MVC

16th January 2015 by @developingsoft

The odd thing I've found with the AuthorizeAttribute, is how it redirects you to the sign in page, even when authenticated with a role that doesn't have access to the controller or action. As you can imagine, Joe Blogs (the basic user) might feel a tad confused, when presented with a sign in page when he's already signed in. … [Read more...]

How to Display a Message After Calling RedirectToAction in ASP.NET MVC

15th December 2014 by @developingsoft

Have you ever wondered how to display a temporary message after redirecting to a new page in ASP.NET MVC? In this post, I will show you a simple way of displaying a success message after calling RedirectToAction. … [Read more...]

What is the Post Redirect Get Pattern?

9th December 2014 by @developingsoft

The Post Redirect Get (PRG) pattern is used in web applications to prevent duplicate form submissions. If you are not using the PRG pattern, you might find your web application producing multiple business transactions. This is definitely something you don't want happening in e-commerce or banking applications. … [Read more...]

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 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

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

Recommended Reading

Clean Code: A Handbook of Agile Software Craftsmanship

Clean Code: A Handbook of Agile Software Craftsmanship

Code Complete: A Practical Handbook of Software Construction

Code Complete: A Practical Handbook of Software Construction

The Pragmatic Programmer

The Pragmatic Programmer

The Pragmatic Programmer

Design Patterns: Elements of Reusable Object-Oriented Software

© 2014–2019 Developing SoftwareTerms • Privacy