Tips for Learning ASP.NET Core MVC

You want to build applications using ASP.NET Core MVC ASP.NET Core 2.0 has landed and every blog post, newsletter and Microsoft article seems to be talking about it. Now seems like a good time to learn ASP.NET Core and you want/need to be able to build real business applications with it. So you follow a […]

Easy to Set-up Node Config Following These Best Practices?

Easy to Set-up Node Config Following These Best Practices?

KEEPING IT TOGETHER Instead of defining parts of the config in separate files, it is strongly advised to have a config.js file that will hold all configuration in a centralized way. This will help other developers to locate and adjust config values much more easily, and by having one centralized file ensures reusability of config values and […]

How to Setup Your First Windows Server? Step by Step Guide

All developers must be familiar with how to interact with a server for various project requirements. This server interaction varies depending on the project requirements. Some of us may just want to connect to a SQL Server database server through an application, some of us may be hosting our application to an IIS Server. But, the […]