How to deploy your Web Application to Microsoft Azure using Visual Studio 2017?

Hello everyone, in my earlier blog I have already explained about “Create and Deploy WebApp in Azure App service“. That deployment was done using Visual Studio 2015. Now as you all know that Microsoft has released .Net Core 2.0 and  Visual Studio 2017. So, I downloaded Visual Studio 2017 Community Edition to deploy my ASP.Net … Read more

How to Create and Deploy WebApp in Microsoft Azure App Service?

If you are new to Cloud Computing, please read my earlier blogs on Cloud Computing, What is Azure and Explore Microsoft Azure Service. This is my 4th blog on Cloud Computing series along with Microsoft Azure. Let’s move ahead, in this blog I will explain – How you can deploy a Web Application in Microsoft … Read more

Getting started with Microsoft Azure

If you are new to Microsoft Azure, then please read my earlier blog on Cloud Computing and Microsoft Azure introduction. In this blog, I will explain how to create resources in Azure Dashboard and will show you screenshots. This will be a totally new experience for me as well because I am also new to … Read more

What is DevOps? – A Software Delivery Approach

In my previous blog, I have explained about Microsoft Azure and Amazon Web Service (AWS). If you want to know about AWS then read my another blog – What is AWS? What is DevOps? DevOps is a buzzword today in Cloud Computing. DevOps – A short form of Development and Operations is a software delivery process that … Read more

What is Azure? – Microsoft Cloud Service

Azure is a Cloud Computing Service given by Microsoft. Azure was announced in the year 2008 and released in the year 2010. Earlier it was called Windows Azure now it is Microsoft Azure. What is Azure? According to Microsoft     “Microsoft Azure is a growing collection of integrated cloud services which developers and IT … Read more

What is AWS? A Beginner guide to learn AWS

As you know this is the era of Cloud Computing. There are 2 big names in Cloud Computing which have covered the market, one is Microsoft and another one is Amazon. If you are new to Cloud Computing then first read my previous blog on Cloud Computing So in Cloud Computing, Microsoft has offered their services … Read more

What is Cloud Computing – A guide for beginners

In the last few years, we all have come across the word Cloud Computing. Nowadays Cloud Computing (also called “Cloud”)  is one of the emerging technologies in the IT industry. You must be eager to know “What is Cloud Computing ?”. Cloud Computing simply called “The Cloud” is the way to deliver resources over the … Read more

Facade Design Pattern in C#.Net

Design patterns provide efficient and re-usable solutions in software development. If you are new to Design Pattern, please read my earlier blog – Design Pattern in ASP.NetFacade Design Pattern comes under Structural Design Pattern. In short, Facade means the exterior appearance. It means in Facade design pattern we hide something and show only what actually client … Read more

Thread Safety Singleton

If you are new to design pattern please read my blog on Design Pattern then read about Singleton Design Pattern.So let’s continue about Thread Safety Singleton.There are various ways to implement Singleton Design Pattern. No Thread Safe Thread Safety Thread Safety using Double Check Locking Lazy Instantiation I will write about Thread Safety Singleton here, No … Read more

How to create dynamic HTML tags

How to create HTML tags dynamically? In some cases, there might be a requirement to create HTML tags dynamically. For eg, I will create below HTML structure with C# code. <ul id=”pagelist” runat=”server” class=”pages”> <li class=”active” rel=”page1″>My Page Title1</li> <li rel=”page2″>My Page Title2</li> </ul> <div class=”container” id=”container” runat=”server”> <h3 rel=”page1″></h3> <div id=”page1″>    </div> <h3 … Read more

RSS
YouTube
YouTube
Instagram