The first look of Microsoft Azure Mobile App with a step by step guide: Part I

Introduction In this article, we will explore the Microsoft Azure Mobile app for Android users, its features, capabilities, and how we, as a user, can make use of this app. Prerequisites Microsoft Azure Subscription – Sign up for Azure Free account Android enabled mobile handset. Overview Microsoft has introduced Azure Mobile App for Android and iPhone Azure subscribers to … Continue reading The first look of Microsoft Azure Mobile App with a step by step guide: Part I

Advertisement

Generate an exe for the .Net Core console apps: .Net Core Quick posts part 5

You can find all .Net core posts here. In this quick post, we will see how to create an exe from .Net Core console application. Little background When we create a console application using .Net Core, you will notice that the exe would not be created when you build the application. Let us quickly create an application … Continue reading Generate an exe for the .Net Core console apps: .Net Core Quick posts part 5

Database migration for .Net Core projects

You can find my all .Net core posts here. I am adding new post after a long break because I recently joined a new company AttachingIt. It is an awesome security related company and now-on wards I am going to work on this awesome product. In this post, I will explain how to do the Database migration for … Continue reading Database migration for .Net Core projects

Continuous Integration(CI) for .Net Core projects: .Net Core CLI Part III

You can find my all .Net core posts here. This is the 3rd post on .Net Core CLI commands. You can find first 2 posts below: Guide to create and run .Net Core application using CLI Tools: .Net Core CLI Part I Guide to Create and Publish Nuget packages using .Net Core CLI: .Net Core CLI Part II In this … Continue reading Continuous Integration(CI) for .Net Core projects: .Net Core CLI Part III

Guide to Create and Publish Nuget packages using .Net Core CLI: .Net Core CLI Part II

You can find my all .Net core posts here. In my previous post on the CLI tools, I explained how to create, restore, clean, build, run .Net Core application using latest CLI commands. You can find the post here. In this post, we will see how to create and publish Nuget packages using CLI commands. What is a Nuget … Continue reading Guide to Create and Publish Nuget packages using .Net Core CLI: .Net Core CLI Part II

Guide to create and run .Net Core application using CLI Tools: .Net Core CLI Part I

.Net Core provides a new cross-platform tool-chain for developing .NET applications which are nothing but the .Net CLI tools. CLI tools are really powerful and easy to use, as a developer we should know how to use these commands. These commands would be very useful if you are looking for creating Continuous Integration(CI) and\or Continuous Deployment(CD). … Continue reading Guide to create and run .Net Core application using CLI Tools: .Net Core CLI Part I