Viral Jain, C# Corner

Viral Jain

C# Corner

India

Contact Viral

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 Viral:

How To Use Azure SQL Database In Power BI Reports

In this article, you will learn how to Use Azure SQL Database in Power BI Reports. → Read More

How To Create An Ubuntu Virtual Machine In Azure

In this article, you will learn how to create an Ubuntu Virtual Machine in Azure. → Read More

Implementation Of SignalR With .NET Core

In my previous, we have seen how SignalR is useful with .NET Core. you can read the previous article from here. Now in this article, we will see the implementation of SignalR with .NET core → Read More

Introduction To SignalR With .NET Core

SignalR is an open source library which helps to add real time web functionality to your application. It also enables the server side to push the content to client instantly rather than server wait for the client to request from user for new data. → Read More

Introduction To Azure Table Storage

Azure Table storage is a very popular service used across the projects which helps to stores structured NoSQL data in the cloud, providing Key/attribute store with a schemaless design. Table storage is very well known for its schemaless architecture design. The main advantage of using this is table storage is fast and cost-effective for many types of applications. → Read More

Create Glacier Vault And Upload File On AWS

Amazon Glacier is a storage service mainly used for infrequently used data. → Read More

Creating Cloud Front Service Or Distribution In AWS

Amazon cloud front is basically a web service that helps you to speed up distribution of your static and dynamic web content such as .html,.css,.js and image files etc. → Read More

Creating AWS Cloud Search Service

Amazon cloud search is a managed service in the Amazon cloud that helps you to manage, set up and scale a search solution for your website. → Read More

Create Azure Bot Service Using QnA Maker

Azure Bot Service is very popular and helps you to speed up the development by providing an integrated environment that is specially built up for bot development. → Read More

Creating Amazon EC2 In AWS

Amazon Elastic Compute Cloud (Amazon EC2) is a secure web service that provides secure, resizable computing capacity in the cloud. → Read More

How To Create SQL Database In AWS

In this article, we will see how to create SQL Server in AWS. → Read More

Introduction To Machine Learning

Machine learning is a field or a part of computer science that gives the robot or computers the ability to learn without being explicitly programmed. → Read More

Introduction To Face API In Azure

Face API helps you to add facial recognition capabilities to your application with the Face API. State-of-right algorithms detect your human faces in images, including face landmarks like nose, gender, hair color etc. → Read More

Introduction To Serverless Architecture In Azure

In this article, we will see how to create logic apps in Azure. → Read More

Introduction To Bot Service In Azure

Bot used as an app that helps users interact in a conventional way. It may be as simple as basic pattern matching with a response or it may be sophisticated handling the artificial techniques with complex conversational state and integration to existing business services. → Read More

Hosting Website Using FileZilla To Azure

In this article, we will see how to publish your normal HTML website without using Visual Studio or any other tool by using FileZilla in Microsoft Azure. → Read More

Introduction To Bing Search API In Azure

Bing Search API adds intelligent search to your app and also it contains billions of web pages, videos, images. The best feature is that the results can be automatically customized to your user’s locations or markets. → Read More

Introduction To Document DB In Azure

In this article, we will see how to create Azure Document Db which we also called Azure Cosmos Db. → Read More

Getting Started With Azure Cosmos DB

The table is made up of one or more partitions. Partition Key and Row Key are suitable to optimize your solution. The account name, table name, and partitionkKey together identify the partition within the same storage service where your table service stores the entity. → Read More

Getting Started With Azure Scheduler

Azure Scheduler allows you to describe actions to run in the cloud. You can schedule and run the actions automatically. You can schedule the scheduler by using Rest API or azure PowerShell. → Read More