Thursday, May 31, 2018

ASP.NET Web API - Part One

ASP.NET Web API is a framework for building Web APIs, i.e., HTTP based services on top of ASP.NET Framework. The most common use of Web API is building RestFul Services.

source https://www.c-sharpcorner.com/article/asp-net-web-api-part-one/

Controller And Modules In Angular

In this article, we will see controllers and the modules in AngularJS. And also, we will work out with some examples.

source https://www.c-sharpcorner.com/article/controller-and-modules-in-angular/

Host Web Site To Microsoft Azure

How to host a web site to Microsoft Azure

source https://www.c-sharpcorner.com/article/host-web-site-to-microsoft-azure/

How To Add "Download PDF" Functionality In Xamarin.Forms Applications

This article demonstrates how to download PDF files into devices by tapping/clicking the link button in webview Xamarin Forms.

source https://www.c-sharpcorner.com/article/how-to-add-download-pdf-functionality-in-xamarin-forms-application/

How To Work With List Items In SPFx Using REST API - Retrieve List Data - Part One

SharePoint Framework is a powerful client-side development tool used to develop SharePoint apps with full support of other Javascript frameworks like Angular, React, Knockout.

source https://www.c-sharpcorner.com/article/how-to-work-with-list-items-in-spfx-using-rest-api-retrieve-list-data-part-o/

Understanding Blob Storage - Part Nine - Implementing Blob Leasing

In this article, we will see how to implement blob leasing in Azure Blob Storage.

source https://www.c-sharpcorner.com/article/implementing-blob-leasing-understanding-blob-storage-part-9/

Pin Files To Top In SharePoint Online Document Library

In SharePoint Online modern libraries, every document library has multiple documents and using this feature we can pin the important documents.

source https://www.c-sharpcorner.com/article/pin-files-to-top-in-sharepoint-online-document-library/

Learn About Data Binding In Angular

In this article, we are all going to see the controller and also how to register the module with the controller.

source https://www.c-sharpcorner.com/article/learn-about-data-binding-in-angular/

Sync Up Our EC2 Instance With S3 Bucket

Today, I will be showing how to sync up an EC2 instance with S3 bucket.

source https://www.c-sharpcorner.com/article/sync-up-our-ec2-instance-with-s3-bucket/

Why You Should Use .NET Core 2.1 Now

Why You Should Use .NET Core 2.1 Now

source https://www.c-sharpcorner.com/article/why-you-should-use-net-core-2-1-now/

Azure Event Hub Messaging Using REST

This article talks about how you can use REST to push messages in Azure Event Hub. This is vital in scenarios where the publisher is very thin, such as an IOT device

source https://www.c-sharpcorner.com/article/azure-event-hub-messaging-using-rest/

Use Gulp in ASP.NET Core

By Erik Reitan, Scott Addie, Daniel Roth, and Shayne Boyer

source https://www.c-sharpcorner.com/Resources/4236/use-gulp-in-asp-net-core.aspx

Entity Framework Core 2.1 Announced

Recently, Microsoft has announced the release of Entity Framework Core 2.1 which is the latest production-ready release of the open-source and cross-platform data access technology.

source https://www.c-sharpcorner.com/news/entity-framework-core-21-announced

ASP.NET Core 2.1.0 Available

Recently, Microsoft has announced the release of ASP.NET Core 2.1.0 that works for an open-source and cross-platform web framework for .NET.

source https://www.c-sharpcorner.com/news/asp-net-core-210-available

Importance Of Statistics

Following up on my last post about the Cardinality Estimator let’s talk about column statistics and how they work and play a part in execution plans. The cardinality estimator relies heavily on statistics to get the answer to selectivity (the ratio of distinct values to the total number of values) questions and calculate a cost estimate.

source https://www.c-sharpcorner.com/article/importance-of-statistics/

CRUD Application In ASP.NET MVC With Entity Framework

Today, we’ll explore how to make a CRUD Application in ASP.Net MVC.

source https://www.c-sharpcorner.com/article/crud-application-in-asp-net-mvc/

Wednesday, May 30, 2018

ASP.NET Core Web API With Oracle Database And Dapper

This article will focus on how to create Asp.Net Core Web API to get data from Oracle database using Dapper ORM. First thing, here we are not using SQL, because of so many articles available on Internet where mostly SQL server is using for demonstration. So, we think, let write one article where we will use Oracle as a database. To reduce the complexity of database access logic we are using Dapper ORM. So, let's move to practical demonstration.

source https://www.c-sharpcorner.com/article/asp-net-core-web-api-with-oracle-database-and-dapper/

How To Perform CRUD Operation In Angular With .NET Core Using Entity Framework

In this article, we are going to create a web application using ASP.NET Core 2.1 and Angular 5 with the help of Entity Framework Core database first approach. We are using Angular Forms with required field validations on the client side.

source https://www.c-sharpcorner.com/article/crud-operations-with-asp-net-core-2-1-using-angular-5/

Device Info In Android Using Xamarin.Forms

This article demonstrates device info in Android using Xamarin.Forms.

source https://www.c-sharpcorner.com/article/device-info-in-a/

Four Simple Ways To Get The Best Returns Out Of Your Office 365 Investment

Recent reports state that Microsoft has more than 120 billion Office 365 commercial monthly active users. If you are among them then this article is for you.

source https://www.c-sharpcorner.com/article/four-simple-ways-get-the-best-returns-out-of-your-office-365-investment/

How To Configure Elasticsearch On Windows

Elasticsearch tool can easily perform a search on millions of documents in a few seconds.

source https://www.c-sharpcorner.com/article/how-to-configure-elastic-search-on-windows/

How To Export GridView Data In Word, Excel And PDF Format Using ASP.NET

In this article, I will demonstrate how to export GridView data into Word, Excel, and pdf files using ASP.NET.

source https://www.c-sharpcorner.com/article/how-to-export-gridview-data-in-word-excel-and-pdf-format-using-asp-net/

Implementing Blob Tiering - Understanding Blob Storage: Part Eight

In this article, we will see how to implement blob tiering in Blob Storage.

source https://www.c-sharpcorner.com/article/implementing-blob-tiering-understanding-blob-storage-part-8/

Learn SharePoint In Series - Part Five - SharePoint Lists

In the previous articles, I have described basic level information about SharePoint Introduction, SharePoint Web Application, Site Collections and Subsites So, in this article, I am moving one more step ahead. I will be talking about SharePoint Custom Lists..

source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-five-sharepoint-lists/

Making Calls, SMS, And Emails In Xamarin.Forms Without Additional NuGet Package

In the New Project dialog, click Cross-Platform, select the Mobile App (Xamarin.Forms) template, set the Name and Solution name to PhoneDialerSample, choose a suitable location for the project and click the OK button,

source https://www.c-sharpcorner.com/article/making-calls-sms-and-emails-in-xamarin-forms-without-additional-nuget-package/

Convention Routing VS Attribute Routing

Routing is the first and foremost phenomenon in the ASP.NET MVC pipeline. Here, you will learn about routing, it's working, and its variants.

source https://www.c-sharpcorner.com/article/convention-routing-vs-attribute-routing/

Windows Server 2019 Insider Preview Build 17677 Announced

Recently, Microsoft has announced the Windows Server vNext Long-Term Servicing Channel.

source https://www.c-sharpcorner.com/news/windows-server-2019-insider-preview-build-17677-announced

Apache Flink 1.5.0 Released

Recently, the Apache Flink community has announced the availability of Apache Flink 1.5.0.

source https://www.c-sharpcorner.com/news/apache-flink-150-released

Azure Web App Service

Watching this video, you will learn to create the Web App Service and the process of hosting a website onto Azure.

source https://www.c-sharpcorner.com/article/azure-web-app-service/

Create Communication Site using OOTB Templates in SharePoint Online

In this video, we will talk about how we can create Communication Site using different OOTB Templates. SharePoint provides three OOTB Templates with Communication Site: - Topic - Showcase - Blank In this video, I have created communication site with all these templates. We have also discussed different OOTB web parts provided by Communication site using these templates. Please check my previous video, Overview of Communication Site – Part 1 at https://goo.gl/AQr6af In my next video, we will explore the features of Communication Site using Topic Template.

source https://www.c-sharpcorner.com/article/create-communication-site-using-ootb-templates-in-sharepoint-online/

Deep Dive Into New Features Of SharePoint Online And OneDrive For Business - Part II

In this recording of the webinar by Vignesh G and Jayanti P, you can deep dive into the new features of SharePoint Online & OneDrive for Business.

source https://www.c-sharpcorner.com/article/deep-dive-into-the-new-features-of-sharepoint-online-onedrive-for-business-p/

Light control using serial monitor

In this video, we will see how to set up Serial communication with Arduino. This is a simple concept equivalent to the 0's and 1's of the coding world. Human requirements vary as per their own workload and we can control our hardware devices from our computer. This follows the same principle that the optical cable once utilized for the faster and better communication. The only difference is that it had light rays and here, we have an electric impulse.

source https://www.c-sharpcorner.com/article/light-control-using-serial-monitor/

Tuesday, May 29, 2018

Azure AD B2C With ASP.NET Core 2.0

In this writeup, I’ll demonstrate how to use Azure AD B2C to delegate identity and access management to Azure. One of the key difference is that we will not pre-register users in Azure AD using Azure AD domain name, like previous post, instead consumers of our applications can create users using any domain e.g. gmail.com.

source https://www.c-sharpcorner.com/article/azure-ad-b2c-with-asp-net-core-2-0/

Azure Machine Learning Client And Server Applications

In this post, I will work on Machine learning predictive model and how to explore the types of client and server application that you can use create to consume Azure Machine Learning web service.

source https://www.c-sharpcorner.com/article/azure-machine-learning-client-and-server-applications/

Convert MVC View And Layout File Into HTML Content

Let’s discuss about, how to get the MVC view and layout html content through Razor View String. For instance, if you want to generate PDF through HTML content. You need to get the MVC View and Layout DOM content.

source https://www.c-sharpcorner.com/article/convert-mvc-view-and-layout-file-into-html-content/

Simple Robotic Movement using Arduino

In this article we will see how to create simple robot which will go around as per our direction using arduino and motor driver.

source https://www.c-sharpcorner.com/article/creating-bot-using-l293d-and-arduino/

CRUD Using ASP.NET Web API In MVC - Part Ten

In this article, I will show you how to create SPA and CRUD by using ASP.NET Web API, AngularJS.

source https://www.c-sharpcorner.com/article/crud-using-asp-net-web-api-in-mvc-part-ten/

GDPR In Office 365

We all have started receiving emails from various entities we had enrolled with about the changes in their privacy settings and GDPR compliance. Many organizations have started to engage legal counsel to help understand GDPR and prepare a GDPR compliance plan for them. The organizations have started to build an internal task force with members of different departments (security, sales, product development, and others) to implement the GDPR compliance plan internally. GDPR will safeguard how organizations processes the personal data. The penalty for breaches under GDPR can be up to 4% of company’s annual turnover.

source https://www.c-sharpcorner.com/article/gdpr-in-office-365/

How To Disable Copy And Paste Options For Entry In Xamarin.Forms Using CustomRenderer

Sometimes, for security reasons, we need to restrict the copy, cut and paste clipboard options for Entry in our app. For example adding payee through Online Banking and while entering passwords. So, in this article we can learn how to disable those options for Entry using CustomRenderer concept in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/how-to-disable-copy-and-paste-options-for-entry-in-xamarin-forms-using-customren/

How To Import Excel Data Into SQL Server Using Angular In MVC 5

In this article, I will demonstrate how to import Excel data into SQL Server using AngularJS in MVC5. I will use jQuery AJAX to retrieve the data from database and also use jQuery datatable for sorting, searching and paging functionality.

source https://www.c-sharpcorner.com/article/how-to-import-excel-data-into-sql-server-using-angular-in-mvc-5/

Keypad Controlled Bot Movement

In this article we are going to see how to work with keypad controlled Bot movement. In the past we learned how to control bot using the Serial monitor of the Arduino. this Article is advancement with the keypad control, instead of using Serial monitor.

source https://www.c-sharpcorner.com/article/keypad-controlled-bot-movement/

Microsoft Teams And Bots

Microsoft Teams is one of the key collaboration platforms rolled out in O365 and extensively in demand and adopted across multiple enterprises & organizations as an intelligent communications platform. The capability is to such a vast extent that Microsoft Teams going forward will become the single client experience and will be incorporating the Skype for Business capabilities as well in a phased manner.

source https://www.c-sharpcorner.com/article/microsoft-teams-and-bots/

Monday, May 28, 2018

10 General Data Protection Regulation (GDPR) questions

In case you missed it: 10 of your questions from our GDPR webinars

source https://www.c-sharpcorner.com/Resources/4324/10-general-data-protection-regulation-gdpr-questions.aspx

D-Link router Vulnerability

Using a D-Link router? Watch out for hardcoded backdoors that give hackers admin access. D-Link's DIR-620 routers contain four recently discovered firmware flaws that an attacker could use to take over a network, and D-Link has no plans to fix them.

source https://www.c-sharpcorner.com/Resources/4321/d-link-router-vulnerability.aspx

ASP.NET Web API Using MVC And jQuery For Paging - Part Nine

In this session i will show you the steps to display data With Paging. This steps can be implemented using AP.NET Web API.

source https://www.c-sharpcorner.com/article/asp-net-web-api-using-mvc-and-jquery-for-paging-part-nine/

How To Update .NET Core 2.0 Application To 2.1 Version

Many of you might have been developing applications in Net Core 2.0 version, as that was the main release with lots of features. But did you know that the next big release has already happened with some additional features in Net Core journey? Have you already migrated your applications to Dot Net Core 2.1.x version already? If you haven’t, no worries, here in this post, we are going to cover talk about how we can migrate/update our applications to the new version of Dot Net Core. I hope you will like this article.

source https://www.c-sharpcorner.com/article/how-to-update-net-core-2-0-application-to-2-1-version/

Learn SharePoint In Series - Part Four - Sub Sites

In this article, you will learn basics of Sub Sites in SharePoint.

source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-four-sub-sites2/

Marquee Text In Android Using Android Studio

In this article, we are going to see how to create a Marquee Text in Android using the Android Studio. It will show you running view of text(I.e)it is like a news header line which is in motion.

source https://www.c-sharpcorner.com/article/marquee-text-in-android-using-android-studio/

Search Record From The Table Visual In Power BI

In this article, we will talk about how we can apply search functionality with the table visual of Power BI Desktop.

source https://www.c-sharpcorner.com/article/search-record-from-the-table-visual-in-power-bi/

Azure Mobile Apps | Easy Tables

The video is about easy tables that come in Azure Mobile App Service.

source https://www.c-sharpcorner.com/article/azure-mobile-apps-easy-tables/

Saturday, May 26, 2018

Azure Blockchain Workbench Guide

By definition from Wikipedia, A blockchain is a continuously growing list of records. Technically it’s a distributed database.

source https://www.c-sharpcorner.com/article/azure-blockchain-workbench-guide/

Counter App In Android Using Android Studio

In this article, we are going to see how to create a Counter app in Android using the Android Studio.

source https://www.c-sharpcorner.com/article/counter/

Integrating Azure Storage With Azure CDN - Understanding Blob Storage - Part Six

In this article we will set up a CND profile for our current storage account.

source https://www.c-sharpcorner.com/article/integrating-azure-storage-with-azure-cdn-understanding-blob-storage-part-6/

Registration Form With ASP.NET MVC

If you check it or if you check the SQL Server localdb checkbox from the Summary then it is ok. You can continue with the tutorial. But if you haven't installed localdb or you don't have SQL Server then you should install SQL Server and continue with the tutorial.

source https://www.c-sharpcorner.com/article/registration-form-with-asp-net-mvc/

Setting Metadata On A Container And Blobs - Understanding Blob Storage - Part Five

Azure blob and containers allow you to set your own custom metadata. You can either do the same via a portal or through the C# application.

source https://www.c-sharpcorner.com/article/setting-metadata-on-a-container-and-blobs-understanding-blob-storage-part-5/

ASP.NET Core Blazor Filtering And Sorting Using Entity Framework And Web API

This article will explain in detail about, how to create an ASP.NET Core Blazor Filter and Sorting for HTML Table using Entity Framework and Web API.

source https://www.c-sharpcorner.com/article/asp-net-core-blazor-filtering-and-sorting-using-entity-framework-and-web-api/

Friday, May 25, 2018

Angular From Basic To Expert - Day Five

In this article I am explaining about filters in angular js and also creating a demo and using angular js filters in it for practical implementation.

source https://www.c-sharpcorner.com/article/angular-from-basic-to-expert-day-four/

Understanding Blob Storage - Part Three - Async Blob Copy

Here, in this article, we will see how to copy blobs from one container to another inside Azure Storage using an asynchronous copy operation. Here we are going to copy the file img1.jepg from images container to a newly created container called images-copy.

source https://www.c-sharpcorner.com/article/async-blob-copy-understanding-blob-storage-part-3/

Azure AD With ASP.NET Core 2.0

In this and the next post I’ll demonstrate how to use Azure AD to delegate identity and access management to Azure, simplifying our application.

source https://www.c-sharpcorner.com/article/azure-ad-with-asp-net-core-2-0/

Essential Features Of TablePlus - The Best GUI Tool To Manage Relational Databases

TablePlus helps you to be more efficient while working with multiple relational databases. You can connect to the server, create a new database, manipulate and save your data at a fast speed, high-end secure guaranteed.

source https://www.c-sharpcorner.com/article/essential-features-of-tableplus-the-best-gui-tool-to-manage-mysql-postgresql/

How To Setup Angular Development Environment In Visual Studio Code

In this article, we are going to learn how to setup Angular application development environment in Visual Studio code editor.

source https://www.c-sharpcorner.com/article/how-to-setup-angular-development-environment-in-visual-studio-code/

Learn About Binding Event In Angular

An event is the heart of programming. As a developer, we record and write codes as per the event of object or control. A control without an event is like a body without the soul. In this programming world, on every action, the user expects some reaction which is recorded as the event response.

source https://www.c-sharpcorner.com/article/learn-about-binding-event-in-angular/

React In ASP.NET Core 2 By Using Visual Studio 2017 Template

Basics of React framework, Properties and State in components, How to use them and basic about the architecture, how components use properties, state and render()

source https://www.c-sharpcorner.com/article/react-in-asp-dot-net-core-2-by-using-visual-studio-2017-template/

Setting Up Blob Hierarchies - Understanding Blob Storage - Part Four

So far, we have seen creating containers and uploading blobs directly to the containers. Containers are basically like root folder on file system and all the blobs that go into the container go to that root folder. To enable hierarchy for the subfolder you should use a prefix on the blob that you upload into the container.

source https://www.c-sharpcorner.com/article/setting-up-blob-hierarchies-understanding-blob-storage-part-4/

What Is New In TypeScript

Learn what is new in TypeScript.

source https://www.c-sharpcorner.com/article/what-is-new-in-typescript2/

Learn About Static In C#

This blog describes static in C#. It also explains about different aspects of Static Class, Static Members and Static Constructors in C# programs

source https://www.c-sharpcorner.com/Blogs/static-in-c-sharp

Binding with Angular v4 And Above

The basic need of Binding is requirement of data for perform any operation within the application so in this case we can use Binding and perform required operation which is our need for any feature.

source https://www.c-sharpcorner.com/article/learn-binding-in-angular/

Perform Office 365 Import PST Service By Network Upload And Drive Shipping

Office 365 data import service is available to import Outlook PST to Office 365 account by Network upload and Drive shipping. Get all the data items to an O365 cloud account. Also, learn more about O365 import service limitations and beat migration failures instances.

source https://www.c-sharpcorner.com/Blogs/perform-office-365-import-pst-service-by-network-upload-drive-shipping

Thursday, May 24, 2018

ASP.NET Core App With Docker Support

Here I am going to explain how to run an ASP.NET CORE application with the help of Docker.

source https://www.c-sharpcorner.com/article/asp-net-core-app-with-docker-support/

Azure Virtual Machine Scale Sets

In this article, I am giving a brief explanation about Virtual Machine Scale Sets.

source https://www.c-sharpcorner.com/article/azure-virtual-machine-scale-sets/

Circular Progress Bar In Android Using Android Studio

In this article, we are going to see how to create a Circular Progress Bar in Android app using the Android Studio.

source https://www.c-sharpcorner.com/article/circular-progress-bar-in-android-using-android-studio/

Creating Storage Account And Container - Understanding Blob Storage - Part One

Here in this article first we will create a storage account and have the keys to use it in our application and then a console application, which connects to the storage account and create a container inside it.

source https://www.c-sharpcorner.com/article/creating-storage-account-and-container-understanding-blob-storage-part-1/

Design Tip - Write Honest Methods

As developers we learn that giving meaningful names to methods produces clean, readable and maintainable code. However, that’s not all we should be concerned about when it comes to method signatures. There are two other aspects of a method signature that must be given consideration when writing code: a) parameters b) return value.

source https://www.c-sharpcorner.com/article/design-tip-write-honest-methods/

Firebase User Authentication In Android - Part Two

In this part of the series, we will learn more Firebase features

source https://www.c-sharpcorner.com/article/firebase-user-authentication-in-android-part-two/

Streaming Data - Understanding Blob Storage - Part Two

This is part 2 of understanding Blob Storage. This article will show how to stream data.

source https://www.c-sharpcorner.com/article/streaming-data-understanding-blob-storage-part-2/

The Angular Series - Introduction And Setting Up The Environment - Part One

Hi There, Nice to see you here. In this Angular series, we’ll explore each and everything about Angular.

source https://www.c-sharpcorner.com/article/the-angular-series-setting-up-the-environment-part-one/

Three-Tier Architecture In ASP.NET With Example

Layer is reusable portion of a code. In three tier architecture we are creating three layers and reusing the code as per our requirement.

source https://www.c-sharpcorner.com/article/three-tier-architecture-in-asp-net-with-example/

Fetching Data Using Web API In React

In this article, I`m going to display (Fetching) data using ASP.net web API in React JS. For this we require two applications which are 1. ASP.NET MVC + React.MVC (Nuget Package). 2. ASP.NET WEB API.

source https://www.c-sharpcorner.com/article/fetching-data-using-web-api-in-react/

Azure Infrastructure Management Basic Concepts - Part One

Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction.

source https://www.c-sharpcorner.com/article/azure-infrastructure-management-basic-concepts-part-one/

Wednesday, May 23, 2018

Cloud Hybrid Search In SharePoint 2013

Cloud hybrid search facilitates the users to search for content, which exists in SharePoint 2013 On-Premise Server along with the content search in Office 365. This is done by crawling the content in SharePoint 2013 Server and indexing it along with the search index in Office 365.

source https://www.c-sharpcorner.com/article/cloud-hybrid-search-in-sharepoint-2013/

Create Your First Azure Machine Learning Workspace

This post will helps you to create your first Azure Machine Learning workspace. For this you should log in with either a free or paid Azure subscription, or using the free trial Azure Machine learning offer.

source https://www.c-sharpcorner.com/article/create-your-first-azure-machine-learning-workspace/

How To Become A Successful .NET Developer

This is the first thing that comes in our mind when we select .NET as a programming language in our career. And yes this is most important to know what are the pre-requisite to become a successful .NET developer. At this time the technology are very advanced and new technologies are coming in market day by day. So, it becomes more important to get a full stack knowledge about the skills in which you want to start your career.

source https://www.c-sharpcorner.com/article/how-to-become-a-successful-net-developer/

Learn About File Handling With C#

In this article, we are all going to see File handling with C-sharp.

source https://www.c-sharpcorner.com/article/learn-about-file-handling-with-c-sharp/

Learn EF Core 2.1 Features

EF Core 2.1 is the latest version of Entity Framework Core announced at Build 2018. Here is a list of new features in this verision.

source https://www.c-sharpcorner.com/article/learn-ef-core-2-1-features/

Xamarin.Forms MVVM - How To Fetch Mobile Contacts

In this article we can learn how to fetch mobile contacts using Xamarin.Mobile in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-mvvm-how-to-fetch-mobile-contacts/

Creating SPA Using ASP.NET Core 2.0 And Angular

In this post, we are going to explore how a Single Page Application (SPA) sample can be put together using ASP.Net Core & Angular from scratch.

source https://www.c-sharpcorner.com/article/creating-spa-using-asp-net-core-2-0-and-angular/

Firebase User Authentication In Android - Part One

In this post, we will learn how to implement Firebase Email & Password authentication. To demonstrate how simplified and easy to use Firebase is, we will build a simple login / register (Firebase Authentication) demo. This separates sensitive user credentials from your application data, and lets you focus on the user interface and experience for your Application.

source https://www.c-sharpcorner.com/article/firebase-user-authentication-in-android-part-one/

How Secure Is Your Office 365 Ecosystem - Part One

So, today’s blog post is going to be focused on the Security and Compliance features in Office 365 so that you folks can understand how secure your Office 365 ecosystem is.

source https://www.c-sharpcorner.com/article/how-secure-is-your-office-365-ecosystem-part-one/

Microsoft Shares The Vision Of SharePoint Server 2019

Recently, Microsoft has announced SharePoint server 2019.

source https://www.c-sharpcorner.com/news/microsoft-shares-the-vision-of-sharepoint-server-2019

Create a Web API with ASP.NET Core and Visual Studio for Windows

This tutorial builds a web API for managing a list of "to-do" items if a user interface (UI) isn't created.

source https://www.c-sharpcorner.com/Resources/4229/create-a-web-api-with-asp-net-core-and-visual-studio-for-windows.aspx

Cross Place Picker for Xamarin.Forms

Simple cross platform plugin to pick place using google maps with the help of Cross Platform API.

source https://www.c-sharpcorner.com/Resources/4300/cross-place-picker-for-xamarin-forms.aspx

Microsoft To Release Windows 10 April 2018 Update For HoloLens Soon

Recently, Microsoft has announced that the Windows 10 April 2018 update for HoloLens will be released soon.

source https://www.c-sharpcorner.com/news/microsoft-to-release-windows-10-april-2018-update-for-hololens-soon

Monday, May 21, 2018

Adding Cancel Button On Web Page - Dynamics 365 Portal Quick Tip

While working on Dynamics 365 portal, sometime we need to add additional buttons on the web page. We can create liquid template if we want to implement some complex logic and buttons, but if it is just matter of quick custom button we can use Web Page Script area.

source https://www.c-sharpcorner.com/Blogs/adding-cancel-button-on-web-page-dynamics-365-portal-quick-tip

3D Box Container Build Native Platform Using Gdevelop

This blog demonstrates the 3D box container Build Native Platform “Gdevelop” Software and is open source. Games exported with GDevelop are based on the native and HTML5 platform, Cross platform game creator.

source https://www.c-sharpcorner.com/Blogs/3d-box-container-build-native-platform-using-gdevelop2

Custom Action Menu In SharePoint ListItem

Here we are creating custom action menu in SharePoint list item using JavaScript.

source https://www.c-sharpcorner.com/Blogs/custom-action-menu-in-sharepoint-listitem

Traffic Light System Using BBC MicroBit

In this article, I am going to walk you through the step by step procedure of how to control or blink an LED using the BBC micro:bit and make traffic light system using micro:bit. Basically, I will explain how to control the LED using Micro: bit on a solderless breadboard and how to control brightness. If you're a beginner and if you don't know about micro:bit much then please go through the articles I have posted here.

source https://www.c-sharpcorner.com/article/blinking-led-with-microbit/

CRUD Operations In Django

This is my 7th article of the Django series. We'll talk about different methodologies for performing CRUD operations in Djnago

source https://www.c-sharpcorner.com/article/crud-operations-in-django/

SharePoint 2016 - How To Get SPUser By User ID

In this article we will see how to query data for the SharePoint Users based on User ID.

source https://www.c-sharpcorner.com/article/sharepoint-2016-how-to-get-spuser-by-userid/

3D Art Of Code

These days technology is growing and improving simultaneously without waiting for us. UI is being improved day by day. So, Normal HTML designing is not enough for a frontend developer, he needs more to make a UI more interactive; i.e., switch to 3D designing. So in that way "perspective" view is the property that can help us and others.

source https://www.c-sharpcorner.com/article/3d-art-of-code2/

ASP.NET Web API Using MVC And HttpClient To Upload And Download Files - Part Eight

Web API is the best fit to create a resource-oriented service using HTTP/Restful and it works well with MVC-based applications. For more details, visit this link.

source https://www.c-sharpcorner.com/article/asp-net-web-api-using-mvc-and-httpclient-to-upload-and-download-files-part-eig/

Creating Component In Blazor

Just like mordern client frameworks (such as Angular), Blazor has components at the core part. It uses the combination of Razor, HTML and C# code as a component. Component is a base element of the Blazor application i.e. every page is considered as a component in Blazor. There are multiple ways to create components in Blazor.

source https://www.c-sharpcorner.com/article/creating-component-in-blazor/

Deploy Web App In Azure VM Using Visual Studio

From this article you will learn how to create a VM in Azure deploy web app in VM using Visual Studio.

source https://www.c-sharpcorner.com/article/deploy-web-app-in-azure-vm-using-visual-studio/

Django Forms - Introduction

This is my 6th article of the series. We'll be looking into a way of getting user input hence we are exploring Django forms.

source https://www.c-sharpcorner.com/article/django-forms/

Implementing Azure Redis Cache To MVC Application

Here, in this article, we will see how to implement Redis cache for faster web applications.

source https://www.c-sharpcorner.com/article/implementing-redis-cache-to-fastern-mvc-application/

What Is New In ASP.NET Core 2.1

Learn what is new in ASP.NET Core 2.1 announced at Build 2018.

source https://www.c-sharpcorner.com/article/what-is-new-in-asp-net-core-2-1/

Microsoft Announces Web Badge For App Promotion

Microsoft has announced this new tool, web badge, for marketing your Microsoft store products.

source https://www.c-sharpcorner.com/news/microsoft-announces-web-badge-for-app-promotion

ASP.NET Core Blazor CRUD Using Entity Framework And Web API

In this article, we will see how to create a simple CRUD application for ASP.NET Core Blazor using Entity Framework and Web API. Blazor is a new framework introduced by Microsoft.

source https://www.c-sharpcorner.com/article/asp-net-core-blazor-crud-using-entity-framework-and-web-api/

My First React Application With ASP.NET MVC

In this article, I`m starting from scratch to create new asp.net MVC application with reactJS.Net and also adding react component in it.

source https://www.c-sharpcorner.com/article/my-first-react-application-with-asp-net-mvc/

Sunday, May 20, 2018

Configuring A LAMP Server On A Linux VM In Azure

This article walks you through how to deploy the LAMP stack on an Ubuntu VM in Azure

source https://www.c-sharpcorner.com/article/configuring-a-lamp-server-on-a-linux-vm-in-azure/

Managing VM Diagnostics On Azure

This article will help you to learn how to configure and manage diagnostics and alerts on Linux Virtual Machine on Azure.

source https://www.c-sharpcorner.com/article/managing-vm-diagnostics-on-azure/

Transfer And Manage Files On LAMP Server Using FileZilla

In this article we will see how to upload our files to a LAMP Server using FileZilla. FileZilla is a cross-platform FTP, SFTP, and FTPS client with a vast list of features, which supports Windows, Mac OS X, Linux, and more. FileZilla's dynamic tools help you move files between your local machine and your Web site's server effortlessly.

source https://www.c-sharpcorner.com/article/transfer-and-manage-files-on-lamp-server-using-filezilla/

Understanding Availability Set For Virtual Machines

In this article, we will see how to increase the availability and reliability of Virtual Machine solutions on Azure using Availability Set.

source https://www.c-sharpcorner.com/article/understanding-availability-set-for-virtual-machines/

Understanding Azure Functions

This article will show you how to create a new Azure Function that will expose an HTTP endpoint which will accept a couple of Query String parameters from the HTTP Request, and then will output a calculated value based on the input parameters

source https://www.c-sharpcorner.com/article/understanding-azure-functions2/

Friday, May 18, 2018

JSON With JavaScript

In this article, we will see some basics of JSON with JavaScript.

source https://www.c-sharpcorner.com/article/json-with-javascript/

Optical Character Recognition By Camera Using Google Vision API On Android

In this tutorial, we will learn how to do Optical Character Recognition by Camera in Android using Vision API.

source https://www.c-sharpcorner.com/article/optical-character-recognition-by-camera-using-google-vision-api-on-android/

Add Validation To A Web Form Using IGValidator

In this article, you will learn to Add Validation to a Web Form using IGValidator.

source https://www.c-sharpcorner.com/article/add-validation-to-a-web-form-using-igvalidator/

Create WPF Application Using Xamarin.Forms

Yes, you read the title right. In this blog, we’ll talk about creating WPF applications using Xamarin.Forms a little background first. Microsoft build one of the biggest developer conference organized by Microsoft happened in Seattle last week where Xamarin team released the stable version of Xamarin.Forms 3.0. One of one of the features this release has that it supports for WPF windows desktop applications using Xamarin.Forms. In this blog i will give you step by step guide on how to add WPF application in your Xamarin.Forms application solution and then do the changes in it to to use Xamarin.Forms controls in WPF.

source https://www.c-sharpcorner.com/article/create-wpf-application-using-xamarin-forms/

SharePoint 2016 - Popularity Trends And Usage Data Return No Results

Popularity trends or usage data is not working in any SharePoint 2016 environment. All the search related reports showing the data but no Analytics related data showing in the report. We are getting 0s in every report.

source https://www.c-sharpcorner.com/article/sharepoint-2016-popularity-trends-and-usage-data-return-no-results/

Chrome To Remove Secure Label On HTTPS Sites

Recently, Google has announced that from September 2018 Chrome will stop labeling the HTTPS sites as secured in the address bar and from October 2018 will mark red to the HTTP sites as not secured.

source https://www.c-sharpcorner.com/news/chrome-to-remove-secure-label-on-https-sites

What Is ML.NET

Microsoft's machine learning platform is open source now. Learn what ML.NET is all about and how to use it in .NET Core 2.0.

source https://www.c-sharpcorner.com/article/what-is-ml-net/

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.

source https://www.c-sharpcorner.com/article/create-azure-bot-service-using-qna-maker/

Creating Notepad Using Windows Form Application in Visual Studio 2017

In this Article am going to Explain how to create Notepad in visual studio 2017 using Windows Form.

source https://www.c-sharpcorner.com/article/creating-notepad-using-windows-form-application-in-visual-studio-2017/

How To Clear WebView Cookies In Xamarin.Forms Using DependencyService

Sometimes, we may need to clear the cookies in our app, for example, integrated social media login. In that case, we need to clear the cookies, In this article, we can learn how to clear cookies using DependencyService concept in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/how-to-clear-webview-cookies-in-xamarin-forms-using-dependencyservice/

How To Display Items In Card View Xamarin.Forms

In this post, I am gonna be explaining how to display items in Card View using Xamarin.Forms.

source https://www.c-sharpcorner.com/article/how-to-display-items-in-card-view-xamarin-forms/

How To Survive As A Lone DBA

Database administrators have enormous responsibility whether they manage one or hundreds of servers. Monica Rathbun tells us how she survived as the Lone DBA for 56 database servers for over a decade. While many DBAs work on teams instead of alone, she has great advice for all.

source https://www.c-sharpcorner.com/article/how-to-survive-as-a-lone-dba/

Learn About Extension Methods In TypeScript

Extension-method gives you the power to add new methods to existing types. You don’t have to create a new derived-type. You can write extension-method of any data-type you want. It’s just like writing a simple function of a specific class. These are static methods. We can extend any class or interface to write our own extension-method but remember, we cannot override the existing ones. Even if we have the same name and signature of our own extension-method as of the existing one, then our method cannot be called in any case. So, make sure that whenever you write your extension-method, name and signature should differ from the existing ones.

source https://www.c-sharpcorner.com/article/learn-about-extension-methods-in-typescript/

Learn About User Settings In Xamarin.Forms

This article will explain us how to saves specific properties directly to each platforms native settings APIs (NSUserDefaults, SharedPreferences, etc) using Xam.Plugins.Settings plugin in Xamarin.Forms. This plugin ensures the fastest, most secure, and reliable creation and editing settings per application. Additionally, it works with any Xamarin application, not just Xamarin.Forms.

source https://www.c-sharpcorner.com/article/learn-about-user-settings-in-xamarin-forms/

Microsoft Flow In 10 Days - Day Four

Today, I will be covering the day four topics of the MS Flow series. If you have not checked my previous post about Microsoft Flow, I would recommend you have a look at it.

source https://www.c-sharpcorner.com/article/microsoft-flow-in-10-days-day-four/

SharePoint Hub Sites For Your Intranet Overview

Microsoft rolled out Modern UI for SharePoint sites in Office 365 and have made significant changes how SharePoint developers and users interact with the sites. We can simply call these sites as “Modern SharePoint sites”.

source https://www.c-sharpcorner.com/article/sharepoint-hub-sites-for-your-intranet-overview/

Useful PowerShell cmdlets To Administer Office 365 Groups

Howdy Folks! As promised in previous blog post related to Office groups , I’m back now with some cool PowerShell cmdlets which should ease your work in managing Office 365 groups in your organization . If you’re new to Office 365 groups, I humbly request you to read in detail about Office 365 groups by accessing this link. I’ve tried my best to explain Office 365 groups there.

source https://www.c-sharpcorner.com/article/useful-powershell-cmdlets-to-administer-office-365-groups/

Thursday, May 17, 2018

Overview of Communication Site in SharePoint Online

In this video, we will talk about: What are Communication Sites in SharePoint Online? Why we use Communication Site? What is the difference between modern Team Site and Communication Site? When to use Team Site and when to use Communication Site? Use cases for the Communication Site.

source https://www.c-sharpcorner.com/article/overview-of-communication-site-in-sharepoint-online/

How To Join Two DataTables Using C# In ADO.NET

In this tutorial, I will explain about Data table by using Primary Key Property. Primary Key Property Return Type is "DataColumn" it was an Array. Return An array of System.Data.DataColumn objects. if there is an Exceptions then it will fire the System.Data.DataException.

source https://www.c-sharpcorner.com/Blogs/how-to-join-two-datatables-using-c-sharp-in-adonet

Wednesday, May 16, 2018

Stratis Releases Blockchain Smart Contracts

Today, Stratis released the alpha version of its blockchain smart contracts, written in C# and .NET Core.

source https://www.c-sharpcorner.com/news/stratis-releases-blockchain-smart-contracts

Component Lifecycle Hooks in Angular 5 - Part 2

In this article, I am going to explain component’s lifecycle hooks. I already explained the first three hooks ( i.e. OnChange, OnInit and DoCheck) in my previous article Angular 5 Lifecycle Hooks.

source https://www.c-sharpcorner.com/article/angular-5-lifecycle-hooks-part-two/

Performing Arithmetic Operation of Two Variable Using Windows Form Application In Visual Studio 2017

Windows.Forms are used to create powerful Windows-based applications.

source https://www.c-sharpcorner.com/article/arithimatic-operation-of-to/

Age Calculator Using Form Application In Visual Studio 2017

In this article, I am designing an Age calculator used for calculating the age of an individual using Date Time Picker.

source https://www.c-sharpcorner.com/article/calculate-age-using-age-calculator/

Complete Guide To Increase Site Speed

I think it's not a secret to anyone that site speed affects a lot of factors. It affects not only if the visitor will wait for your site to load, but also the SEO optimization. The search engines have already started to take into account the site speed when ranking websites. Therefore, the faster your site is, the more visitors you can get from search engines.

source https://www.c-sharpcorner.com/article/complete-guide-to-increase-site-speed/

Contact Application Using ASP.NET Core Web API, Angular 6.0, And Visual Studio Code - Part Two

Setup Angular 6 within ASP.NET Core Web API Project, and develop the contact form & list component using Angular Material UI.

source https://www.c-sharpcorner.com/article/contact-application-using-asp-net-core-web-api-angular-6-0-and-visual-studio-c2/

Copy And Paste Using Clipboard In Xamarin.Forms

Copy and paste is used to share data between apps, or within an app, and for almost all the platforms supporting clipboard operations. So, in this article we can achieve this functionality using DependencyServices concept in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/copy-and-paste-using-clipboard-in-xamarin-forms/

How To Remove Navigation Bar For Navigation Page In Xamarin.Forms

In this post I will explain how to hide/make invisible the navigation bar in Navigation page.

source https://www.c-sharpcorner.com/article/how-to-remove-navigation-bar-for-navigation-page-in-xamarin-forms/

Setting Up Two-Factor Authentication In ASP.NET Core 2.0

This article guides you on how to set up two-factor authentication using ASP.NET Core 2.0.

source https://www.c-sharpcorner.com/article/setting-up-two-factor-authentication-in-asp-net-core-2-0/

WPF - File Browse With File Icon And Export To A File

This post is about how to make a File Browser in C# using ListView to contain the file name with icons.

source https://www.c-sharpcorner.com/Blogs/wpf-file-browse-with-file-icon-and-export-to-a-file

Learn About TimeSpan In C#

In this article, we will learn about TimeSpan in C#.

source https://www.c-sharpcorner.com/Blogs/learn-about-timespan-in-c-sharp

Learn About Extension Methods

Hello C# beginners. In this blog, we will see an extension method via a concrete example.

source https://www.c-sharpcorner.com/Blogs/learn-about-extension-methods

Stuff Function In SQL Server

Stuff is a function in SQL Server used to perform special operations on a string value.

source https://www.c-sharpcorner.com/Blogs/stuff-function-in-sql-server3

What Is The Future Of C#

C# 8 is almost here. Learn what future holds for C# language.

source https://www.c-sharpcorner.com/article/what-is-the-future-of-c-sharp2/

Procure your Azure SQL Data Warehouse in 5 minutes

In this video, learn how to procure your Azure SQL Data Warehouse in 5 minutes.

source https://www.c-sharpcorner.com/article/procure-your-azure-sql-data-warehouse-in-5-minutes/

How To Create CLR Triggers In C# And Install And Uninstall CLR Assembly In MSSQL Server

In this article, we will learn how to create CLR Triggers in C# and install & uninstall CLR assembly in MSSQL Server.

source https://www.c-sharpcorner.com/article/how-to-create-clr-triggers-in-c-sharp-and-install-and-uninstall-clr-assembly-in-mssql/

Tuesday, May 15, 2018

Brief Introduction To TypeScript

Typescript is a strongly-typed superset of JavaScript and it makes it more readable and maintainable. This is an open source language created by Microsoft. The way of writing the syntax is similar is C# OOPs concept. Typescript can be used for cross-browser development.

source https://www.c-sharpcorner.com/article/brief-introduction-of-typescript/

Deploying A Blazor Application On IIS

We will deploy a Blazor application using IIS 10 on a Windows machine. We will also troubleshoot some of the common hosting issues for a Blazor application

source https://www.c-sharpcorner.com/article/deploying-a-blazor-application-on-iis/

How To Implement Google Bar Chart Dynamically Using Entity Framework In ASP.NET

In this article, I will demonstrate how to implement google bar chart dynamically using entity framework in asp.net.

source https://www.c-sharpcorner.com/article/how-to-implement-google-bar-chart-dynamically-using-entity-framework-in-asp-net/

Cascading DropDownList In Blazor Using EF Core

We will be creating a cascading dropdown list in Blazor using Entity Framework Core database first approach with the help of Visual Studio 2017 and SQL Server 2014.

source https://www.c-sharpcorner.com/article/cascading-dropdownlist-in-blazor-using-ef-core/

Contact Application Using ASP.NET Core Web API, Angular 6.0, And Visual Studio Code - Part One

Setup ASP.NET Core Web API project, and develop the Web API controller for contact application CRUD operations using Visual Studio code.

source https://www.c-sharpcorner.com/article/contact-application-using-asp-net-core-web-api-angular-6-0-and-visual-studio-c/

Creating Login Form Application Using Visual Studio 2017

This article deals with how to create a Windows form application as a login page in Visual Studio 2017

source https://www.c-sharpcorner.com/article/creating-login-formapplication-using-visual-studio-2017/

How To Implement Google Combo Chart Dynamically Using Entity Framework In ASP.NET

In this article, I will demonstrate how to implement a Google combo chart dynamically using entity framework in ASP.NET.

source https://www.c-sharpcorner.com/article/how-to-implement-google-combo-chart-dynamically-using-entity-framework-in-asp-ne/

Excel Exporter In C#

In this article, you are going to see a detailed working process of the Excel Exporter tool which is created in C#.

source https://www.c-sharpcorner.com/article/excel-exporter-in-c-sharp/

Component Lifecycle Hooks in Angular 5

Whenever we talk about lifecycle we talk about some phases which lie between its birth to its end. Here, I am talk about Component Life Cycle, i.e. a component also go through many phases after creation till it’s end. Angular is responsible for maintaining and taking care of all these phases.

source https://www.c-sharpcorner.com/article/learn-about-angular-lifecycle-hooks/

Monday, May 14, 2018

DateTime Class in C#

In C#, to perform Date & Time related information and operations, we have DateTime class. Let us see it in detail.

source https://www.c-sharpcorner.com/article/learn-about-datetime-in-c-sharp/

Installing Office Online Server - Part One

Office Online Server is the new version of Office Web Apps with a lot of new features which you see in Office Online part of Office 365 subscription. It is compatible with SharePoint 2013 and SharePoint 2016 farm. With this blog you can install it for your SharePoint 2013 farm.

source https://www.c-sharpcorner.com/Blogs/installing-office-online-server-part1

Learn How To Code By Making Mobile Game Applications With Unity Developer 2.0

C# is a type-safe, elegant object-oriented language, which enables developers to create various robust and secure apps, which run on .NET. Visual C# provides a convenient, user interface design, advanced code editor, integrated debugger and a lot more tools for making it easier to develop apps based on C# and .NET.

source https://www.c-sharpcorner.com/Blogs/learn-how-to-code-by-making-mobile-game-applications-with-unity-developer-20

ASP.NET Web API Using MVC And jQuery To Upload And Download Files - Part Seven

In this session, I will show you how to insert records using Asp.net Web API using HttpClient to post data in SQL Server. In this session, you can see get and post operations by Web API. In another way, I can say we'll insert and retrieve records using button click event.

source https://www.c-sharpcorner.com/article/asp-net-web-api-using-mvc-and-jquery-to-upload-files-part-seven2/

Entity Framework, Its Approaches, And How It Maps The Conceptual Schema With Storage Schema

It is a tool to access the database. More accurately, it’s classified as an Object/Relational Mapper (ORM) which means it maps data in a relational database into objects of our applications.

source https://www.c-sharpcorner.com/article/entity-framework-its-approches-and-how-it-maps-the-conceptual-schema-with-storag/

How To Build Personal Web API Server Using Raspberry PI And Node.js

This articles explains how to build a Personal Web Server in your local network using Raspberry PI and NodeJS

source https://www.c-sharpcorner.com/article/how-to-build-personal-web-api-server-using-raspberry-pi-and-nodejs/

How To Implement Google Pie Chart Dynamically Using Entity Framework In ASP.NET

In this article, I will demonstrate how to implement Google Pie Chart dynamically using Entity Framework in ASP.NET.

source https://www.c-sharpcorner.com/article/how-to-implement-google-pie-chart-dynamically-using-entity-framework-in-asp-net/

Learn About Components In Angular

A component is the heart of Angular 2 and above versions. In Angular 2 and above versions all types of coding goes through the components. It is the basic building block of Angular programming. It is a group of Template, Class, and Decorator.

source https://www.c-sharpcorner.com/article/learn-about-component-in-angular/

SQL Server Tips - SQL Server Paging Made Easy With OFFSET And FETCH Keyword

This post contains SQL Server tips for applying paging in SQL that can be used in real-world applications for long-running processing with better performance

source https://www.c-sharpcorner.com/article/sql-server-tips-sql-server-paging-made-easy-with-offset-and-fetch-keyword/

Xamarin.Forms - Borderless Entry Using Custom Renderer

In this article, you will learn how to create a Borderless Entry using Custom Renderer in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-borderless-entry-using-custom-renderer/

VSTS DevOps - Quick Guide To Setup VSTS Continuous Integration

In this article, we will learn to setup VSTS Continuous Integration.

source https://www.c-sharpcorner.com/article/vsts-devops-quick-guide-to-setup-vsts-continuous-integration/

Microsoft Releases Edge Devtools Protocol

Recently, Microsoft has released Edge Devtools Protocol. It is a set of REST and JSON-RPC/WebSocket APIs enabling the client to diagnose and debug Microsoft Edge tabs.

source https://www.c-sharpcorner.com/news/microsoft-releases-edge-devtools-protocol

How To Use ngFor Directive In Angular

ngFor is a directive and used for iteration on collection of data. ngFor having inbuilt variable which help to detect in runtime for Index, First , Last and Odd, Even items.

source https://www.c-sharpcorner.com/article/how-to-use-ngfor-directive-in-angular/

Python CRUD Operations With XML File

Using Python XML.etree.ElementTree module to do CRUD operations with an XML file.

source https://www.c-sharpcorner.com/Blogs/read-from-and-write-to-xml-with-python

Create Feature Class Programmatically Using ArcObject

In ESRI ArcGIS if we want to store spatial object so we need to create a container where we can store spatial data. In ArcGIS, if we want to store spatial as well as non-spatial data together so we can create feature class. The feature class is a spatial object where we can store spatial data with non-spatial properties. For Example, if we want to store ATM information so we will create ATM feature class.

source https://www.c-sharpcorner.com/Blogs/create-feature-class-programmatically-using-arcobject

Online Webinar SharePoint Framework with ReactJS -Part2

This webinar in continuation with Part-1. Here, we are going to learn react life cycle in SPFX and usage of Office UI Fabric in SPFX

source https://www.c-sharpcorner.com/article/online-webinar-sharepoint-framework-with-reactjs-part2/

Productive C#: In Parameters in C# 7.2

Learn how to use the new In parameters in C# 7.2. Learn more about C# at https://ift.tt/2rHzu2c

source https://www.c-sharpcorner.com/article/productive-c-sharp-in-parameters-in-c-sharp-7-2/

Sunday, May 13, 2018

ASP.NET MVC - OAuth 2.0 REST Web API Authorization Using Database First Approach

This article is about OAuth 2.0 authorization scheme integration with ASP.NET MVC REST Web API.

source https://www.c-sharpcorner.com/article/asp-net-mvc-oauth-2-0-rest-web-api-authorization-using-database-first-approach/

Configuring Notifications Emails In TFS

In this article, we will see how to configure email alerts in VSTS.

source https://www.c-sharpcorner.com/article/configuring-notifications-emails-in-tfs/

Creating A CI/CD Pipeline Using VSTS

In this article, we are going to learn about continuous integration and continuous deployment using VSTS. For the purposes of this demo, we will be using on-premise "Team Foundation Server 2015 Update 3". But we can implement the same on Azure also.

source https://www.c-sharpcorner.com/article/creating-a-ci47cd-pipeline-using-vsts/

Get Column Name Of The Selected Cell In Kendo Grid Using jQuery

From this blog, you will learn how to get the title of the selected cell in Kendo Grid.

source https://www.c-sharpcorner.com/Blogs/get-column-name-of-the-selected-cell-in-kendo-grid-using-jquery

What Is The Future Of .NET Core

Learn what the future of .NET and .NET Core is in coming next year or so.

source https://www.c-sharpcorner.com/article/what-is-the-future-of-net-core2/

Create CLR Stored Procedure With And Without Namespace In C# And Install And Uninstall CLR Assembly In MSSQL Server

In this article, we will learn how to create a CLR Stored Procedure with & without namespace in C# and install & uninstall CLR assembly in MSSQL Server.

source https://www.c-sharpcorner.com/article/how-to-create-clr-stored-procedure-with-and-without-namespace-in-c-sharp-and-install/

Learn About Angular Component Hook Life Cycle

Today I am here with one more tutorial, Angular Component Hook Life Cycle. Hope you have liked my all previous tutorials, if not please see my all previous tutorials.

source https://www.c-sharpcorner.com/article/learn-about-angular-component-hook-life-cycle/

TimeSheet Project Using ASP.NET MVC 5

Let’s start with “Super Admin” Role “Super Admin” has access to create New “Admin” and “User”. First “Super Admin” creates “Admin” after creating “Admin”, “Super Admin” creates a “User” and then assigns User to a particular “Admin”.

source https://www.c-sharpcorner.com/article/timesheet-project-process-using-mvc-5/

Saturday, May 12, 2018

Best Practices Of Writing C# Code

Anyone can write code with a few months of programming experience. But some developers know the coding standard and naming convention but not everyone follows the best practices

source https://www.c-sharpcorner.com/article/best-practice-of-write-c-sharp-code/

Xamarin.Forms - Custom Popup

In this article, you will learn how to Create a Custom Popup in Xamarin.Forms

source https://www.c-sharpcorner.com/article/xamarin-forms-custom-popup/

Using Data Annotations To Perform Validations

Validations are very important to limit user input. So, we need to validate our form client side and server side as well. Developers write the validations through if/else statements again and again to check the data and then they go through the exceptions, this is the way developers normally apply the validations on the forms.

source https://www.c-sharpcorner.com/article/using-data-annotations-to-perform-validations/

Work With Fluent NHibernate In Core 2.0

NHibernate is an object-relational mapping (ORM) framework, it allow you to map the object oriented domain model with the tables in a relational Database. To realize the mapping, we have to write XML mapping files (.hbm.xml files), and to make it easier, here comes Fluent NHibernate as an abstraction layer to do it in C# rather than XML.

source https://www.c-sharpcorner.com/article/work-with-fluent-nhibernate-in-core-2-0/

Friday, May 11, 2018

Compiling A C# Program

It’s an elegant and type safe object-oriented language that enables us to build a variety of applications

source https://www.c-sharpcorner.com/article/compiling-a-c-sharp-program/

How To Dynamically Upload And Play Video File Using ASP.NET MVC 5

This article demonstrates how to upload a video file of up to 100MB and play dynamically using ASP.NET MVC 5. I will upload the video file to my project folder name (VideoFileUpload) and add its path in SQL Server database table. I will display all uploaded video files and their names.

source https://www.c-sharpcorner.com/article/how-to-dynamically-upload-and-play-video-file-using-asp-net-mvc-5/

How To Format Phone Numbers In Power BI

In this article, we will learn how we can apply formatting to a Phone Number column in Power BI.

source https://www.c-sharpcorner.com/article/how-to-format-phone-numbers-in-power-bi/

How To Get App Version And Build Number In Xamarin.forms

Version and the build numbers work together to uniquely identify a particular App Store submission for an app. The conventions for how these numbers work together are verified by automatic processes when you submit your app to the App Store or Play Store, so understanding how these numbers work and how they are intended to be used will help you save time when submitting your app. In this article we can learn how to get App Version and build numbers through programming.

source https://www.c-sharpcorner.com/article/how-to-get-app-version-and-build-number-in-xamarin-forms/

Learn About Custom Action Filter In ASP.NET

We already know that Action Filters are important to modify the behavior of the action. If we want to apply some operations on the action execution then we need to make our own custom action filters which help us to apply the operations on different states. We’ll discuss them in detail here.

source https://www.c-sharpcorner.com/article/learn-about-custom-action-filter-in-asp-net/

Learn SharePoint Series - Part Three - Site Collections

In this article, we will be talking about SharePoint Site Collection in terms of SharePoint Online and SharePoint On Premises.

source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-three-site-collections-and-sub-sites/

Material Sidenav And Datatable Using Angular

After the release of Angular 6 , Starter component was released to quickly develop material datatable and sidenav

source https://www.c-sharpcorner.com/article/material-sidenav-and-datatable-using-angular-6/

SharePoint Migration Tool - V2 Release And Introduction

A new and improved version of Microsoft’s very own migration tool – SharePoint Migration Tool – version 2 was released yesterday. This tool is slowly gaining momentum slowly with many developers, using it for quick, lightweight migrations.

source https://www.c-sharpcorner.com/article/sharepoint-migration-tool-v2-release-and-introduction/

DEVOPS - Learning DEVOPS Is Fun

These days every one talk about DevOps and there is a lot of craziness going on around this piece of technology.

source https://www.c-sharpcorner.com/article/devops-learning-devops-is-a-fun/

Quick Model Database Tidbit

I am finding more and more that Database Admins are not using the Model database to its fullest potential and some not at all.

source https://www.c-sharpcorner.com/article/quick-model-database-tidbit/

Thursday, May 10, 2018

Google Drive UI Now Updated

Recently, Google has made some updates in the looks and feel of Google Drive on the web.

source https://www.c-sharpcorner.com/news/google-drive-ui-now-updated

Action Results And Action Filters In ASP.NET

In ASP.NET MVC, there are different types of action results. We already know that action is actually the term we say to methods of the controller.

source https://www.c-sharpcorner.com/article/action-results-and-action-filters-in-asp-net/

Action Verbs And Action Selectors In ASP.NET

Action Selector is an attribute that applies to action methods. It helps the routes to identify the action based on the request. Here in the ASP.NET environment, we have a few Action Selectors.

source https://www.c-sharpcorner.com/article/action-verbs-and-action-selectors-in-asp-net/

AngularJS 5.0 Overview

In this article, we will learn about AngularJS 5.0. AngularJS 5.0 has become one of the most popular open source JavaScript frameworks in the world for developed front-end Web Applications.

source https://www.c-sharpcorner.com/article/angularjs-2-0-overview/

Create Remote Burglar Alarm Using BBC Micro - Bit

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

source https://www.c-sharpcorner.com/article/create-remote-burglar/

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.

source https://www.c-sharpcorner.com/article/creating-amazon-ec2-in-aws/

Email Configuration In Microsoft Dynamic Online

For tracking emails in your Gmail account from inside CRM 2013/2016, you can do that by configuring the email router to connect to Gmail using POP3.

source https://www.c-sharpcorner.com/article/email-configuration-in-microsoft-dynamic-in-online/

Learn About Triggers In WPF

Triggers are a medium by which we can trigger a behavior of the targeted control when it fulfills the specified conditions.

source https://www.c-sharpcorner.com/article/learn-about-triggers-in-wpf/

Merge Rows Using iTextSharp

Let’s discuss iTextSharp and how to use it in C# programming.

source https://www.c-sharpcorner.com/article/merge-rows-using-itextsharp/

SharePoint 2016 - How To Configure State Service Application Using PowerShell

In this article, we will discuss the steps involved in configuring SharePoint State Service Application using PowerShell.

source https://www.c-sharpcorner.com/article/sharepoint-2016-how-to-configure-state-service-application-usingpowershell/

Seven Tips To Increase Your Productivity

Writing a robust code and finishing the project in a short time are the main characteristics of a professional job, so every developer should focus on his/her productivity to create efficient code in a short time.

source https://www.c-sharpcorner.com/Blogs/seven-tips-to-increase-your-productivity

Microsoft Azure Announces New Async Java SDK For Azure #CosmosDB

Recently, Microsoft has announced the availability of asynchronous Java SDK for Cosmos DB’s SQL API open sourced on GitHub.

source https://www.c-sharpcorner.com/news/microsoft-azure-announces-new-async-java-sdk-for-azure-sharpcosmosdb

Wednesday, May 9, 2018

Microsoft Announces Preview 1 Of Visual Studio 2017 Version 15.7 And 15.8

Recently, Microsoft has announced the preview version of Visual Studio 2017 version 15.7 and 15.8 at Build Conference.

source https://www.c-sharpcorner.com/news/microsoft-announces-preview-1-of-visual-studio-2017-version-157-and-158

Basic Steps To Construct Form Application Using Visual Studio 2017

Form Application are Run on Windows Desktop Computer, it contain collection of controls such as textboxes, listboxes and labels etc. In order to learn about complete form applications ,it is important to learn basic steps of the form Application.

source https://www.c-sharpcorner.com/article/basic-steps-to-construct-form-application-using-visual-studio-2017/

Controllers And Routing

Here the Controller Name should have the suffix (Controller) because there are lots of (.cs) CSharp files in the project. And this convention helps Visual Studio to identify which is the Controller file. So we can’t remove this suffix ‘Controller’ from any Controller name.

source https://www.c-sharpcorner.com/article/controllers-and-routing/

Django Models

This article is the fifth one in the Django series. I'll be talking about creating and manipulating models.

source https://www.c-sharpcorner.com/article/django-models/

Environment Setup And Sample Application Using Python

Python is an Object Oriented, interactive, interrupted and high-level programming language. It’s like Perl, the Python source code available under the GNU General Public License.

source https://www.c-sharpcorner.com/article/environment-setup-and-sample-application-using-python/

.Net Core 3.0 Is Coming - Exciting Time Ahead For Windows Desktop Applications

.Net Core 3 will mainly focus on Windows desktop applications, specifically Windows Forms, Windows Presentation Framework (WPF), and UWP XAML. So if you are a desktop application lover then your awesome time is on its way.

source https://www.c-sharpcorner.com/article/net-core-3-0-is-coming-exciting-time-ahead-for-windows-desktop-applications/

Search Data Very Quickly Using jQuery In Web Application

Search data from HTML Table using Jquery without hitting the database and page post.

source https://www.c-sharpcorner.com/article/search-data-from-html-table-using-jquery/

Preview Of Project Brainwave Announced By Microsoft

Microsoft has recently announced the preview of project Brainwave integrated with Azure Machine Learning at Build developer’s week.

source https://www.c-sharpcorner.com/news/preview-of-project-brainwave-announced-by-microsoft

Tuesday, May 8, 2018

Google Launches Public Beta For Android P

Recently, Google has launched the next version of Android that is Android P for the public beta.

source https://www.c-sharpcorner.com/news/google-launches-public-beta-for-android-p

Google Photos To Colorize Old Photos Soon

Recently, Google has announced the improvements in the Google Photos. It is the best way to back up your images.

source https://www.c-sharpcorner.com/news/google-photos-to-colorize-old-photos-soon

ASP.NET Web API Using MVC, Entity Framework And HttpClient For Get And Post With Validation - Part Six

WEB API is the best fit to create a resource-oriented service using HTTP/Restful and it works well with MVC-based applications. For more details visit my link.

source https://www.c-sharpcorner.com/article/asp-net-web-api-using-mvc-entity-framework-and-httpclient-for-get-and-post-with/

Browse Images By Tag Using C# And Azure Cognitive Services

In the following article, we'll see how to develop a program that uses the powerful Azure Cognitive Services to get a list of tags from an image, storing them to further create an application capable of searching images through keywords.

source https://www.c-sharpcorner.com/article/browse-images-by-tag-using-c-sharp-and-azure-cognitive-services/

Create A Job In SQL Server

In this session, we are going discuss how to create the SQL JOB, how to connect the Job with SSIS package and how to schedule the job on server.

source https://www.c-sharpcorner.com/article/create-a-job-in-sql-server/

SharePoint 2019 - Things To Know

Microsoft has announced that the next on premises version of SharePoint Server will be called SharePoint 2019 and the preview will be available mid-year in 2018.

source https://www.c-sharpcorner.com/Blogs/sharepoint-2019-things-to-know

Delegate In C# In A Simple Way

In this post, we will discuss Delegate in C#.NET, Type of Delegate and Anonymous method. I will explain the Delegate in detail with an example in a simple way.

source https://www.c-sharpcorner.com/Blogs/delegateinc-sharp-in-a-simple-way

Add Google Analytics To SharePoint Sites

Analytics tool monitoring is essential for any site (it could be a SharePoint site, ASP .Net site or a site created using any other technology and platform) to track the user interaction with the site. The analytics data will help to analyze the pattern or the information that attracts more attention of the user. The analytics enables us to track the interaction of users from different regions and using different devices to access the information from site.

source https://www.c-sharpcorner.com/article/add-google-analytics-to-sharepoint-sites/

Automating Code Deployment With Github And Azure

Today we are going to learn how to deploy an ASP.NET Core application in Azure automatically from a Github repository.

source https://www.c-sharpcorner.com/article/automating-code-deployment-with-github-and-azure/

Build Mobile App With React

If you know JavaScript and are willing to develop a mobile app, React Native provides the ability to ship mobile apps with world-class user experience.

source https://www.c-sharpcorner.com/article/build-mobile-app-with-react/

How To Archive Log Files Using NLog With ASP.NET Core

This article introduce how to archive log files using NLog with ASP.NET Core.

source https://www.c-sharpcorner.com/article/how-to-archive-log-files-using-nlog-with-asp-net-core/

Learn About Converters In WPF

Converters are basically a medium to convert values in one form to another form. Converters usually implement IValueConverter interface, which contain two methods, Convert() and ConvertBack().

source https://www.c-sharpcorner.com/article/learn-about-converters-in-wpf/

Learn About SQL Server DB Statistics

In any application persistence of data is required. Database plays a very important role to fill this gap. Microsoft SQL server is one such database. We all know database contains multiple tables to manage the data for us. However apart from Tables many more entities exist in these databases.

source https://www.c-sharpcorner.com/article/learn-about-sql-server-db-statistics/

Runtime And Compiletime Constants In C#

We know that C# supports const and readonly variables and generally uses them interchangeably, but we also should notice that they offer different behaviors. Always remember, const is compile time and readonly is runtime. This will always help in choosing the correct one according to situation.

source https://www.c-sharpcorner.com/article/runtime-and-compiletime-constants-in-c-sharp/

Snow Fall Using Constructor

Constructor is based on 2D game creation, without using coding. Now in this article, I will explain about how to design the game start page using constructor. Constructor 2 is a powerful HTML 5 game creator, designed especially for 2D game creators.

source https://www.c-sharpcorner.com/article/snow-fall-using-constructor/

Microsoft Showcases Cortana And Alexa Integration

Microsoft has announced the Cortana-Alexa integration for the first time. Microsoft’s Cortana will now access to Alexa, Amazon’s digital assistant.

source https://www.c-sharpcorner.com/news/microsoft-showcases-cortana-and-alexa-integration

Working With SignalR 2

SignalR is a technology used to create real-time functionality to applications. The term real-time is the ability to get the content to the clients instantly from the server. It doesn’t wait for the client to request the data. This can add any kind of ‘real-time’ web functionality to your Asp.Net application. You can perform any kind of operations related to real-time functionality, here we are using a discussion page where users are connecting just for any discussion.

source https://www.c-sharpcorner.com/article/working-with-signalr-2/

Microsoft Open Sources ML.NET, A Machine Learning Framework For .NET

Microsoft just open sources its machine learning framework, ML.NET.

source https://www.c-sharpcorner.com/news/microsoft-open-sources-mlnet-a-machine-learning-framework-for-net

Microsoft Announces Azure Blockchain Workbench

Today at the Build, Microsoft’s Azure team announced a new addition to its Azure blockchain solutions, Blockchain workbench.

source https://www.c-sharpcorner.com/news/microsoft-announces-azure-blockchain-workbench

Monday, May 7, 2018

.NET Core 3 Roadmap Announced

Microsoft just announced the roadmap of .NET Core 3.

source https://www.c-sharpcorner.com/news/net-core-3-roadmap-announced

Slack Open Sources Security Development Lifecycle Tool goSDL

Slack has recently open sourced its new tool, goSDL which is designed to help developers secure features with high output and low friction.

source https://www.c-sharpcorner.com/news/slack-open-sources-security-development-lifecycle-tool-gosdl

ActionInvoker In ASP.NET MVC

In this article we will be discussing how to invoke action methods base of custom logic along with this how to redirect a request for an action method to another action method in same controller or other controller.

source https://www.c-sharpcorner.com/article/actioninvoker-in-asp-net-mvc/

Build A Bluetooth Controlled Car Using Android Phone

In this lesson, you will learn how to control an Android-controlled car using Bluetooth.

source https://www.c-sharpcorner.com/article/build-the-bluetooth-controlled-car-using-android-phone/

How To Implement Google Line Chart Dynamically Using Entity Framework In ASP.NET

In this article, I will demonstrate how to implement Google Line Chart dynamically using Entity Framework in ASP.NET. I will use jQuery AJAX to retrieve the data from the database and display in Google Line Chart. The chart will display the respective data on its point line with an animation.

source https://www.c-sharpcorner.com/article/how-to-implement-google-line-chart-dynamically-using-entity-framework-in-asp-net/

Working With The Light Level Of BBC Micro - Bit

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

source https://www.c-sharpcorner.com/article/working-with-the-light-level-in-bbc-microbit/

WPF Window With Buttons In Toolbar Preview

Today, in this article I will explain how to add buttons in application toolbar preview window, as you may have seen in Windows Media Player as shown below.

source https://www.c-sharpcorner.com/article/wpf-window-with-buttons-in-toolbar-preview/

How To Run eDiscovery PST Export Tool In Office 365 E3

Are you trying to run eDiscovery PST export tool in Office 365 E1, E2 and E3 to export Office 365 Exchange online mailbox to PST format? Then, read this blog and learn how to use eDiscovery export PST tool manually step by step.

source https://www.c-sharpcorner.com/Blogs/how-to-run-ediscovery-pst-export-tool-in-office-365-e3

Azure Service Bus Topics

In my last article, I discussed Azure Service Bus Queue, which is basically a one to one communication. This article tells you how to work with Azure Service Bus Topics with a sample console application.

source https://www.c-sharpcorner.com/article/azure-service-bus-topics/

Material Dashboard Using Angular 6

In the month of May, Angular 6 was released and new quick start feature release of Material dashboard which provides starter dashboard component which contains number of cards to look like dashboard at the end

source https://www.c-sharpcorner.com/article/mate/

Working With Project Collection In TFS

In this article, we will see what a collection is and how to create a new collection.

source https://www.c-sharpcorner.com/article/working-with-project-collection-in-tfs/

Windows Template Studio 2.1 Available Now

Recently, Microsoft has released Windows Template Studio 2.1.

source https://www.c-sharpcorner.com/news/windows-template-studio-21-available-now

Creating Angular 5 Multiple File Upload And ASP.NET Core 2.1

In this article, we'll learn how to upload multiple files using Angular 5 and ASP.NET Core 2.1. the purpose of article to demonstrate multiple file upload with progress bar without using any angular third party plug-in

source https://www.c-sharpcorner.com/article/creating-angular-5-multiple-file-upload-and-asp-net-core-2-1/

Data Binding In Blazor

The Blazor is .net web framework which can run in any browser. We can create Blazor application using C#/Razor and HTML. The Blazor application runs in the browser on a real.NET runtime (Mono) via WebAssembly. It enables full stack web development with consistency, stability and productivity of .NET. Normally, it works with latest browser that support WebAssembly and it works in older browser by falling back to asm.js based .net runtime.

source https://www.c-sharpcorner.com/article/data-binding-in-blazor/

Microsoft Flow In 10 Days - Day Three

Today, I will be covering the day three topics of the MS Flow series. If you have not checked my previous post about Microsoft Flow, I would recommend you have a look at it.

source https://www.c-sharpcorner.com/article/microsoft-flow-in-10-days-day-3/

Sunday, May 6, 2018

ASP.NET Web API Using MVC, Entity Framework And jQuery For Get and Post With Validation - Part Five

WEB API is the best fit to create a resource-oriented service using HTTP/Restful and it works well with MVC-based applications. For more details visit my link.

source https://www.c-sharpcorner.com/article/asp-net-web-api-using-mvc-entity-framework-and-jquery-for-post-data-with-valida/

Getting Started With Angular 6.0

In this article, we will understand the new features of Angular 6 and also set up a new project with the help of Angular CLI 6.0 and Visual Studio Code.

source https://www.c-sharpcorner.com/article/getting-started-with-angular-6/

Get All Users' Profile Data In SharePoint Custom List Using PowerShell

Today, I got a requirement from my client. They want all users' profile data in a SharePoint custom list using PowerShell Command.

source https://www.c-sharpcorner.com/Blogs/get-all-user-profile-users-data-in-sharepoint-custom-list-using-powersell

How To Connect SQLite With Node.js

In this article, we will learn how to use connect SQLite with NodeJS and how to perform the CRUD operations with SQLite and NodeJS.

source https://www.c-sharpcorner.com/article/how-to-connect-sqlite-with-node-js/

How To Create A Good User Story In The Product Backlog In Agile

In this blog, we will learn how to create a good user story in product backlog by apply certain agile rules so that user story can be easily developed, tested, and delivered on time.

source https://www.c-sharpcorner.com/Blogs/how-to-create-a-good-user-story-in-product-backlog-in-agile

Friday, May 4, 2018

Microsoft Announces General Availability Of Azure Storage Explorer

Recently, Microsoft has announced the general availability of Microsoft Azure Storage Explorer.

source https://www.c-sharpcorner.com/news/microsoft-announced-azure-storage-explorer

Apply Custom Order In A Given Order Except Ascending And Descending In MSSQL Server

In this article we will learn how to display records in custom given order except ascending & descending in MSSQL Server.

source https://www.c-sharpcorner.com/article/apply-custom-order-by-in-given-order-except-ascending-and-descending-in-mssql-se/

Azure Functions - Integrating LUIS Application With Azure Function Apps To Predict Intent In User Utterances

Any business that transacts online requires providing some kind of chat support for the issues related to their business. This can be done by developing chat applications where the consumers directly chat with the agent of the business who then solve their problems. A new alternative to answering frequently asked questions is the use of the Chat Bot which is intelligent enough to understand the questions raised by the user and determine the solutions to them on the real-time basis. Or in case of an administrator, if they are managing a lot of operative tasks or a lot of source code bases, then an intelligent bot is of great help.

source https://www.c-sharpcorner.com/article/azure-functions-integrating-luis-application-with-azure-function-apps-to-predic/