I am currently learning how to implement a RESTful API and am using RESTful API Tutorial as a resource. I quickly needed to add functionality to my existing ASP.NET MVC site that I am building hence the need to document my steps for others who might … [Continue reading] about How To: Add WebAPI to an Existing ASP.NET MVC Project
How To: Install Hangfire without ASP.NET MVC
I recently needed to find a solution where I could run/schedule jobs within an ASP.NET website. The site is hosted where we do not have access to the server and cannot use Windows Services. Historically, it has been a problem running scheduled jobs … [Continue reading] about How To: Install Hangfire without ASP.NET MVC
Standardized Country and State Class Objects
How many times have you felt like you are just re-inventing the wheel as you code? You have to look up ISO standards, ask Google questions to find your answer and sometimes you just have to create something from scratch. I felt this way when I … [Continue reading] about Standardized Country and State Class Objects
Photoshop Tricks You Always Wanted To Know
Terry White shows you how to clean up blemishes, select people in an image, remove people from an image and many more tips & tricks using Photoshop CS6. The tips & tricks he explains can be used to create your own engaging images for email … [Continue reading] about Photoshop Tricks You Always Wanted To Know
Need a Good Tutorial About Bootstrap?
Bootstrap (also known as Twitter Bootstrap) is fairly light weight and makes responsive design and implementation very simple and straight forward. As I recently moved back into the front lines of development and found that I needed to understand … [Continue reading] about Need a Good Tutorial About Bootstrap?