Skip to main content

Posts

Showing posts with the label Microsoft

What is Azure IoT Hub ?

Pre-requisite Knowledge Before we start with the understanding of Azure IoT Hub, we should know- Azure Cloud The generic term IoT (Internet of Things) Introduction of Azure IoT Hub Okay, so let’s get started with the actual topic, i.e. Azure IoT Hub, so we’ll first understand that was is it and then why one should use it. Azure IoT Hub is a service hosted in Azure (a cloud platform by Microsoft) which basically manages the IoT devices registered with it by the developers. As it is a Hub, hence it also acts as a Central unit for communication between the devices/ IoT itself. So in simple tern, it can be like a central platform that helps manage the connected devices and also moderates in the communication between the devices as well. So whenever there is a question of authorization, like who’s the boss devices or the IoT Hub, then it is the IoT hub only. Feature of Azure IoT Hub: It is meant for a far high number of devices, so it can be scaled to millions of devices. It ...

ASP .NET Core Website with VS 2019 IDE

Welcome back Readers, here this article we’ll learn about, how to create a Website using Microsoft Visual Studio IDE (note: it is now the Text Editor Visual Studio Code). We’re going to use Visual Studio 2019 Community Edition for Windows. So, let’s get started by opening Microsoft visual studio. And if you haven’t downloaded the software then click here to setup the development environment. I’ve enabled the Dark theme, why cause I like it 😀, you’re free to select a theme of your choice. After opening Visual Studio, click on Create a New Project On the next screen, Search for “Web” in the top given search bar and then select ASP.NET Core Web Application, then simply click on Next Give your project a name, then click on Next On the next screen, Keep the setting s as it as and select Web Application from the choices, then again click on Next. You’ll see something similar to the below image, the theme might be different. 😅 Le...

Hands-On ASP .NET Core WebApp

Here come the most awaited article on how to get started with the Hands- On with the ASP .NET Core via Visual Studio Code (VS Code: Text Editor) and a command line prompt. So if you’re new to the ASP .Net Core, then do have a look at this article . Though the Command line terminal is integrated inside VS Code, still we’ll use MS Command prompt. In the later articles we’ll use the integrated VSCode Interface to interact with the Terminal So to get started with ASP .NET Core: Open the Command prompt on windows or Terminal on Linux or bash on Mac accordingly. Navigate to the directory where we want to create our first Web App. Run the following command (without “” quotes): “dotnet new webApp -o myWebApp --no-https” “cd myWebApp” Now that we’ve run the above commands we can see that a folder is created in the name of “myWebApp” and it has a basic sample Web Application of the Application. Now let’s run the application by using the Command Line, and see what’s inside of t...

Introduction to ASP .NET Core

Hi everyone, welcome to the Introductory post of ASP .Net Core. In this article, we’ll learn about some ASP .Net Core and the required development environment for web apps. What is ASP .NET Core? Well if you’re still not aware of .Net Core then visit my previous post here . So basically ASP .NET Core is a .Net Core based high-performance framework to develop Web Apps. It provides a robust and smooth backend for your Dynamic Web sites. Why should I use it? Features of ASP .NET Core: Cross-Platform, means can be run on Windows, Linux & Mac Supports Razor Pages to embedded C# code in the front end Support for various popular Front End Frameworks Ready to be deployed on the Cloud, due to a well- defined configuration system Supports the below Hosts: Kestrel IIS sys Nginx Apache Docker Highly developed community for support And Yes, It’s a Microsoft’s product, so the Security comes alongside of it.😃 According to Microsoft , the difference between ASP .Net Cor...

What is Azure App Configuration?

Azure App Configuration can be understood as a configuration resource which handles all the managerial tasks link the management of the setting/ configuration files for the associated application and dealing with various different features. As the systems around the globe is running globally and it is undoubtedly a distributed system. Hence are the services for the application nowadays, so this distribution of the app services over the regions has made it difficult to debug/ troubleshoot the problems in the services. So for the smoother services the role of Azure App Configuration comes. What are the Application types that can benefit the most from the Azure App Configuration? Containerized app deployed in different geographical locations Serverless apps, which include Azure Functions or other event-driven stateless compute apps CI & CD (Continuous Integration/ Continuous Deployment) pipeline What are the Benefits of Azure App Configuration? Quick and Easy to setup servi...

Signing Up for Azure 4 Students Account

Sign-Up: Microsoft Azure 4 Students Hola readers, In this post we're gonna learn how to create a new Microsoft Azure Account for Students. As a typical Azure account requires you to provide with the Credit Card details but due to the fact that not all the students around the globe have credit cards. So Microsoft have a provision for granting Azure Credits to students by the help of their Educational Account provided by their School/ Universities. Here are the steps provided to create a new Azure4Students Account (Though a video is also available to follow along): Text version of the SigningUp Process Visit: aka.ms/Azure4Students Sign in with your Microsoft Account or create a Microsoft Account if you don't have one After successfully logging in, enter your Country code & mobile number. Then click on the Verification options (Text/ Call) for your Identity verification. Next comes the Student Verification. This can be done by either: Providing your scho...

Dive into Azure Cognitive Services

Dive into Azure Cognitive Services   Powered by Eventbrite  Register @ To Register Click Here
Intro to GitHub and APIs with Azure Hola folks, here comes another event to attend at the deemed campus of Bhagwan Mahaveer College of Engineering and Management. We've got some Sticker for ya folks...   To Register Click Here
Counter Widget