Anish Ansari, C# Corner

Anish Ansari

C# Corner

Contact Anish

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • C# Corner

Past articles by Anish:

Getting Started With Azure Static Web App

In this article, you will learn all about the Azure Static Web App. You will learn how to create a static web app and connect it to GitHub and how to map the custom domain and get free SSL. → Read More

How To Create AWS EC2 Instance And Host PHP Applications

By the end of this article, you will be able to create an AWS EC2 instance or Virtual Machine(VM) and you will be host PHP applications. → Read More

Create Remote Burglar Alarm Using BBC Micro

This article is all about how we can make two microbits communicate with each other remotely and create an alarm system. → Read More

Working With The Light Level Of BBC Micro

In this tutorial, I am going to write about how we can play with the light level in the Micro:Bit. → Read More

PEIZO Buzzer With BBC Micro

By the end of this tutorial, you will be able to connect your micro: bit to the buzzer and play sound in buzzer. → Read More

Communication Of Micro:Bit Using Radio Signal

By the end of this article, you will know how to make two micro:bits communicate with each other. → Read More

Create Compass Using BBC Micro

By the end of this article, you will know how to create a compass or how to use your BBC Micro: Bit as a compass. → Read More

How To Create Temperature Gauge Using Micro

In this article, I am going to write about how we can create a simple temperature gauge → Read More

How To Read Temperature Using BBC Micro:Bit

In this tutorial, I am going to write about how to read temperature using Micro:Bit. → Read More

How To Control Mini Servo With BBC Micro

In this tutorial, I will show how can we control and drive Mini servo with BBC Micro: Bit. → Read More

Introduction To Azure Architecture

I will cover rest of the architecture of Azure in this article. so let's see them one by one. → Read More

Introduction To Azure Architecture

In this article, we will learn about the architecture of Azure in detail. → Read More

Introduction To Cloud Computing And Microsoft Azure

In this article, I am going to write about cloud computing → Read More

Make Your BBC Micro:Bit Talk Using MicroPython

In this tutorial, i will show you how to make your micro: bit talk using simple speech synthesis in micro python.so lets Start → Read More

Display Your Name On Micro-Bit Using MicroPython

Micro:bit (also referred to as BBC Micro:Bit, stylized as micro:bit) is an ARM-based embedded system designed by the BBC for use in computer education in the UK. → Read More

Getting Started With BBC Micro:Bit

In this tutorial, I will show you how to get started with BBC micro:bit and how to do basic programming like displaying "Hello World" and much more. → Read More

Create Virtual Machine (VM) In Microsoft Azure (Step By Step)

What is a Virtual Machine (VM) In computing, a virtual machine is an emulation of a particular computer system. Virtual machines operate based on the computer architecture and functions of a real or hypothetical computer, and their implementations may involve specialized hardware, software, or a combination of both. You need to fill the following, Virtual machine name: Give the desired name of… → Read More

Backup And Restore Your Database Using SQL Server Management Studio (Step by Step)

Here it is how you can do this step by step, so let's get started with backup database Step 1: Firstly, connect to your database server using SQL Server Management Studio & open it. Now right click on your database and under “Tasks” option, choose “Back Up” as in the following image. Step 2: Next a new window will open and now we have to configure where to save our database backup file (.bak).… → Read More

Upload Your App To Windows Store

To upload your app to the Windows Store first you need to make an app package for Windows Store and if you don’t know how to create app packages for Windows store of your App, then please refer the following article: And after creating app package please follow the steps to upload it to the Windows Store. Pre-requisites: Active Dev Center Account Let's get Started 1. Go to Dev Center From the… → Read More

Deploy Website In Azure Using Visual Studio

Let’s get started 1. Open Visual Studio, click “File”, “New “and then click on “Website”. 2. After that you will see another screen as shown below. Here it will let you choose programming language and other things, but if you already have your website, then you can choose anything. Now choose “ASP.NET Empty Website” and then click on OK. 3. Now you will see this screen. This will show there is… → Read More