• Home
  • Tutorials
  • Development Tools
  • Contact Us

Developing Software

Mastering Software Craftsmanship

What is the Best IoC Container for ASP.NET MVC?

7th July 2014 by @developingsoft

Unity, Windsor and Autofac are three popular IoC containers that I've used when developing ASP.NET MVC applications. I've found, the easiest to set up and get going, is Autofac. In my last post, I explained how to create a Settings API with Entity Framework. In this post, I will show you how to add Autofac to the project, so that we can inject the dependencies into controllers. … [Read more...]

How to Store Application Settings in ASP.NET MVC Using Entity Framework

25th June 2014 by @developingsoft

In this tutorial, we will create a strongly typed Settings API that uses Lazy loading, Cache, Reflection and Entity Framework to manage application settings in ASP.NET MVC. I will explain why its better to store settings in a database, how using reflection can make it easier to add new settings, and how to group the settings into a wrapper that uses Lazy loading and cache. … [Read more...]

Using Case Sensitive Fields In Entity Framework Code First

21st June 2014 by @developingsoft

For the past couple of days I have been working on a project that is using Entity Framework Code First and requires some data to be case sensitive. The problem is, by default you can't do a query that is case sensitive with Entity Framework Code First. The following queries would bring back the same record. … [Read more...]

Unity 3D: How to Secure Your Player Preferences

1st May 2014 by @developingsoft

Have you ever wondered why people seem to get really high scores on the iOS leaderboards? Its probably because the developer forgot to encrypt their Unity player preferences. In this article I will show you a simple way to encrypt the player preferences so that users can't cheat or bypass in-app purchases. … [Read more...]

  • « Previous Page
  • 1
  • …
  • 5
  • 6
  • 7

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