In this tutorial I’m going to show how to:

• Create an ASP.NET Core MVC Application and Publish to Azure

• Create/Purchase a Custom Domain from a Custom Domain Provider

• Configure Custom Domain on Azure

You can find the PDF version of this tutorial here.
In this tutorial I’m going to show how to:

• Create an ASP.NET Core MVC Application

• Create an App Service Plan

• Create an App Service

• Publish the App using the Folder option

• Publish the code to Azure through FTP Client

• Publish the code to Azure through FTP Deployment

• Use FTP to mod
In this tutorial I’m going to show how to:

• Create a SQL Database

• Create a .Net Core RESTful API

• Deploy REST API to Azure

• Test REST API using Postman

You can find the PDF version of this tutorial here.

You can find all my Azure/.Net tutorials here and here.
In this tutorial I’m going to show how to:

• Create an ASP.NET Web Application and publish to Azure

• Configure CDN endpoint to this Web Site

You can find the PDF version of this tutorial here.

You can find all my Azure/.Net tutorials here and here.
In this tutorial I’m going to show how to:

• Create a Storage Account

• Configure Storage Account

• Upload files to the Container

You can find the PDF version of this tutorial here.

You can find all my Azure/.Net tutorials here and here.
In this tutorial I’m going to show how to:

• Connect to Azure Storage

• List files/folders (CloudBlockBlob/CloudBlobDirectory) within an Azure File Storage

• Create a Shared Access Signature for a Blob

• Obtain Blob properties

• Read content from a Blob

• Write content to a Blob

• Upload a Bl
In this tutorial I’m going to show how to:

• Create a Resource Group

• Create a Storage Account

• Create a Container inside Blob Storage

• Upload Blobs to the Container

• Generate SAS from Azure Portal

• Use of Windows Azure Storage Explorer

• Generate SAS from Widows Azure Storage Explorer
In this tutorial I’m going to show how to:

• Create a SQL Database

• Create a .Net Core Web API App and .Net Core Web App

• Deploy Web API to Azure

• Deploy Web App to Azure

• Consume the Web API using jQuery

You can find the PDF version of this tutorial here.
In this tutorial I’m going to show how to:

• Find out which PowerShell version is available on Local Machine

• Install/Upgrade PowerShell on Local Machine

• PowerShell Scripts

• PowerShell ISE

• Cloud Shell

You can find the PDF version of this tutorial here.
In this tutorial I’m going to show how to:

• Create an ASP.NET Core MVC Application

• Create an App Service Plan

• Create an App Service

• Publish the code to Azure

You can find the PDF version of this tutorial here.

You can find all my Azure/.Net tutorials here and here.
In this tutorial I’m going to show how to:

• Create an Azure Cosmos DB Account

• Create an Azure Cosmos DB

• Add a Container to the Cosmos DB

• Create an ASP.NET Core MVC Application

• Add Azure Cosmos DB NuGet package to the Project

• Set up the code for ASP.NET Core MVC application for CRUD
In this tutorial I’m going to show how to:

• Create an Azure Cosmos DB/MongoDB API

• Add data to the Azure Cosmos DB

• Query Azure Cosmos DB through Data Explorer

• Query Azure Cosmos DB through MongoDB Shell

You can find the PDF version of this tutorial here.
In this tutorial I’m going to show how to:

• Create an Azure Cosmos DB/SQL API

• Add data to the Azure Cosmos DB

• Query Azure Cosmos DB

You can find the PDF version of this tutorial here.

You can find all my Azure/.Net tutorials here and here.
In this tutorial I’m going to show how to:

• Setting up Dynamic Data Masking

• Create different SQL Users to test out Dynamic Data Masking

• Test Dynamic Data Masking using different logins

You can find the PDF version of this tutorial here.
In this tutorial I’m going to show how to:

• Create a Failover Group

• Testing Failover End Points through SQL Server Management

• Testing Failover End Points through Command Prompt

• Make a Failover

You can find the PDF version of this tutorial here.
In this tutorial I’m going to show how to:

• Export Azure Database through Azure Portal

• Export Azure Database through SQL Server Management

• Import Azure Database backup file through Azure Portal

• Import Azure Database backup file through SQL Server Management

You can find the PDF version o
In this tutorial I’m going to show how to:

• Enable Geo Replication

• Test out Geo Replication

You can find the PDF version of this tutorial here.

You can find all my Azure/.Net tutorials here and here.
In this tutorial I’m going to show how to:

• Create a Resource Group

• Create a SQL Database Server

• Create a SQL Database

• Deploy SQL Database to the SQL Database Server

You can find the PDF version of this tutorial here.
Only Folders

$items = get-childitem \\n013\group\Public\InfoCentre\Data -Recurse | Where-Object {$_.PSIsContainer -eq 1} |  sort fullname -descending

foreach ($item in $items)

{

if ($item.name -eq $item.name.ToLower())

{    

$temp = $item.FullName.ToLower() + "_"

$name = $item.FullName.ToLowe
Introduction

In my previous blog post I explained how to get NHibernate configured and get it working. In this I’m going to show how to create a NHibernate session factory and using that factory, how to get the CRUD functionality done.

Steps:

1.
About Me
About Me
Blog Archive
Loading
Dynamic Views theme. Powered by Blogger. Report Abuse.