How To: Add WebAPI to an Existing ASP.NET MVC Project
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 have a need in doing this also. I am working […]
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 within a web environment up until now. A hot new project called […]
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 needed to add countries, states and/or provinces to my […]
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 creatives, landing pages and banners. I know I will!
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 the underpinnings of Bootstrap. While this tutorial was very good at helping me to understand the Bootstrap […]