Saturday, September 29, 2018

The Confessions of Angry Programmers Podcast

I have stared along with my good friend Woody Pewitt a new podcast called the Confessions of Angry Programmers podcast.

source https://www.c-sharpcorner.com/news/the-confessions-of-angry-programmers-podcast

TypeScript 3.1 Released

Microsoft recently announced the release of TypeScript 3.1, an open source programming language built on top of JavaScript and adds static type-checking.

source https://www.c-sharpcorner.com/news/typescript-31-released

Passing Data From Controller To View With ViewData - Part Two

This article will tell you almost everything about passing data from Controller to View in ASP.NET MVC using ViewData. I am writing this article to tell you the basic to advance foremost concepts about ways to pass data from Controller to View. This article is the second one in the series named as “Passing Data from Controller to View”. You’ll learn all the ways in each separate article.

source https://www.c-sharpcorner.com/article/passing-data-from-controller-to-view-with-viewdata-part-two/

SharePoint Online Modern UI - Weather Webpart

In this blog, you will see how to use Weather webpart in Modern SharePoint site page.

source https://www.c-sharpcorner.com/Blogs/sharepoint-online-modern-ui-weather-webpart

SharePoint Online Modern UI - Divider Webpart

In this blog, you will see how to use Divider webpart in Modern SharePoint site page.

source https://www.c-sharpcorner.com/Blogs/sharepoint-online-modern-ui-divider-webpart

Friday, September 28, 2018

Access Entity Based On N:N Relationship For Dynamics 365 Portal

This article is about handling Dynamics 365 Portals permissions based on the N:N relationship.

source https://www.c-sharpcorner.com/article/access-entity-based-on-nn-relationship-for-dynamics-365-portal/

Bind Auto Columns HTML Table Using jQuery/JSON

This article explains how to bind an HTML table to jQuery. without passing the column name in JSON data.

source https://www.c-sharpcorner.com/article/auto-table-structure/

Blazor - Connect With Amazon DynamoDB Using AWS SDK

In this article, we will see how to create a Blazor application and connect with Amazon DynamoDB using AWS SDK. We will see how to create a Blazor application and connect with Amazon DynamoDB using AWS SDK.

source https://www.c-sharpcorner.com/article/blazor-connect-with-amazon-dynamodb-using-aws-sdk/

C# List

Change 'The Form Could Not Be Submitted..' Message In Dynamics 365 Portal

In my earlier article, we discussed how to implement a custom JavaScript validation message, now let’s say we want to change the title of the validator.

source https://www.c-sharpcorner.com/article/change-the-form-could-not-be-submitted-message-in-dynamics-365-portal/

Common Table Expressions (CTE) Example In SQL SERVER

A common table expression i.e CTE which is used to the specific temporary result set by using SELECT, INSERT, UPDATE, or DELETE statement. So the user can do further operations on it. When the user uses joins queries on some particular table & in sub-queries, he needs the same set of records then code readability is slightly difficult, so use of CTE is makes code readability makes better.

source https://www.c-sharpcorner.com/article/common-table-expressionscte-example-in-sql-server2/

How To Create Azure IoT Hub Using PowerShell

In this article, we are going to see how to create an Azure IoT Hub using Azure PowerShell cmdlets. IoT Hub is used to connect, manage and monitor billions of IoT devices. It securely connects devices to develop IoT applications. IoT Hub is flexible cloud platform services which support multiple protocols and open-source SDKs.

source https://www.c-sharpcorner.com/article/how-to-create-azure-iot-hub-with-powershell/

Quick Start With Azure Cosmos DB - Day Three

In this article, we will understand the business model & requirement and create Cosmos DB and collection accordingly using the portal as well as through .NET Code.

source https://www.c-sharpcorner.com/article/quick-start-with-azure-cosmos-db-day-three/

Requirement Gathering And Creating Initial ER Model

Yes of course before you start your work and make your hands dirty in database designing, it is very important to gather the complete requirements of the system. Because when you’re developing something from the start, it is easy to design it according to the system requirement. But it would be difficult to change the things in the existing system. So if you’ve already made something of your database part and then you notice that something is remaining which it was not clear before then would be so difficult to change the things in the existing system.

source https://www.c-sharpcorner.com/article/requirement-gathering-and-creating-initial-er-model/

Copy List Item From One Site Collection To Another Through Flow

In this blog, I have explained how we can copy an item from one site collection to another through Microsoft Flow.

source https://www.c-sharpcorner.com/Blogs/copy-list-item-from-one-site-collection-to-another-through-flow

Multiteancy Implementation On Single Database With Same Schema

Most of the people are implementing Multi-Tenancy using multiple databases, hence it's a good practice to distinguish tenant data on different databases. But in some cases, we have to implement multi-tenancy in the same database. So, I am going to write my logic on how I have implemented multi-tenancy on the same database. It will definitely help you.

source https://www.c-sharpcorner.com/Blogs/multiteancy-implementation-on-single-database-with-same-schema

SharePoint Online Modern UI - Spacer Webpart

In this blog, you will see how to use Spacer webpart in Modern SharePoint site page.

source https://www.c-sharpcorner.com/Blogs/sharepoint-online-modern-ui-spacer-webpart

SharePoint Online Modern UI - People Webpart

In this blog, you will see how to use People webpart in Modern SharePoint site page.

source https://www.c-sharpcorner.com/Blogs/sharepoint-online-modern-ui-people-webpart

50 Million Facebook Accounts Hacked

Facebook just announced that 50 million user accounts have been hacked and user profiles have been compromised by the hackers.

source https://www.c-sharpcorner.com/news/50-million-facebook-accounts-hacked

Step By Step Tutorial Of C# List Class Examples

List<T> class in C# and .NET represents a strongly typed list of objects. List<T> provides functionality to create a list of objects, find list items, sort list, search list, and manipulate list items. In List<T>, T is the type of objects.

source https://www.c-sharpcorner.com/article/step-by-step-tutorial-of-c-sharp-list-class-examples/

T/SQL - Exception Handling - Part Five

In this article we learned about exception handling in SQL Server, This article is the last article of T/SQL Series. Now, We will start learning MongoDB. I have to prepare some article on MongoDB soon to post the complete series on NoSQL Database.

source https://www.c-sharpcorner.com/article/tsql-exception-handling-part-five/

Thursday, September 27, 2018

Develop Bot Application Using Visual Studio Mac

The Bot Framework enables you to build bots that support different types of interactions with users. You can design conversations in your bot to be free. Your bot can also have more guided interactions where it provides the users choices or actions.

source https://www.c-sharpcorner.com/article/develop-bot-application-using-visual-studio-mac/

Key Difference Between The Cloud And The Data Center

There is usually so much confusion that surrounds the idea of cloud computing and data centers. People are visibly drawn between understanding the difference between both terms. The confusion prevails because of the noticeable interchangeability and relevance between the terms.

source https://www.c-sharpcorner.com/article/key-difference-between-the-cloud-and-the-data-center/

SharePoint Online - Scripting Capabilities, Why SharePoint Framework

Custom scripting is a vital element of custom development in SharePoint Online. Scripting allows running custom scripts on SharePoint Online sites to achieve the desired result. It may be used to fetch the data from SharePoint or manipulate the DOM structure.

source https://www.c-sharpcorner.com/article/sharepoint-online-enable-scripting-capabilities/

Java 11 Released

Java 11, the latest version of Java programming language and Java Development Kit (JDK) is available now. Oracle just announced the release and download availability of Java SE 11, Java EE 11, JAVA SDK 11 and other related components.

source https://www.c-sharpcorner.com/news/java-11-released

Overview Of Cycle Error Logs

I saw this again recently and see it too often in environments so wanted to take a second to remind everyone to cycle their error logs on a regular basis. SQL Server keeps error logs and when you reboot or restart SQL Server services the logs are cycled and a new one is created.

source https://www.c-sharpcorner.com/article/overview-of-cycle-error-logs/

Overview Of Parameter Sniffing

Hello Learners. Hope you all are doing great. I am writing this article to get the understanding about the parameter sniffing. What it is all about and how it is related to performance sometimes.

source https://www.c-sharpcorner.com/article/overview-of-parameter-sniffing/

Documents Are Opening In Read-Only Mode From SharePoint Library

This blog will help you to identify why documents are opening in Read-Only mode from the particular library from the SharePoint Application.

source https://www.c-sharpcorner.com/Blogs/documents-are-opening-in-readonly-mode-from-sharepoint-library

Built-In And Custom Pipes In Angular

This blog is to demonstrate, how we can use the Built-In & Custom pipes in Angular.

source https://www.c-sharpcorner.com/Blogs/builtin-and-custom-pipes-in-angular

SharePoint Online - Get Information Of All Sites, Web, And Lists/Libraries Using PowerShell

We often require to fetch the details of site/web/list inside site collection. So I have written the below script which will do the following task get all root sites in SharePoint Online and show its template.

source https://www.c-sharpcorner.com/Blogs/sharepoint-online-get-all-site-web-and-listslibraries-information-using-powershell

Read Data From Google Live Sheet

In this blog, I explain how to read google sheet data into your MVC project.

source https://www.c-sharpcorner.com/Blogs/read-data-from-google-live-sheet

Microsoft Flow - Call One Workflow Inside Other Workflow Using REST API

Here we are going to call another workflow inside workflow and pass parameter from parent workflow to child workflow.

source https://www.c-sharpcorner.com/Blogs/microsoft-flow-call-one-workflow-inside-other-workflow-using-rest-api

Build And Deploy ASP.NET WebAPI Using Docker

In this blog, we will create a sample ASP.NET MVC Core Web application and will deploy it on Azure Linux VM using Docker.

source https://www.c-sharpcorner.com/article/build-and-deploy-asp-net-webapi-using-docker/

Facebook Unveils Oculus Quest, An All-in-One VR System

Recently, at the Oculus Connect conference in San Jose, California, the social media giant Facebook has unveiled its new wireless virtual reality headset - Oculus Quest, with a launch window of Spring 2019.

source https://www.c-sharpcorner.com/news/facebook-unveils-oculus-quest-allinone-vr-system

Wednesday, September 26, 2018

Insert Operation In MongoDB Using Robo3T

In this article, we will learn how to insert data in MongoDB using Robo 3T. We will learn from basics because I have written this article focusing on the beginners. We will also learn how we can setup MongoDB environment, with an example using console application.

source https://www.c-sharpcorner.com/article/insert-operation-in-mongodb-from-beginning/

Passing Data From Controller To View - Part One

This article will tell you almost everything about passing data from Controller to View in ASP.NET MVC. I am writing this article to tell you the basic to advance foremost concepts about ways to pass data from Controller to View. This article is the first one in the Series named as “Passing Data from Controller to View”. You’ll learn all the ways in each separate article.

source https://www.c-sharpcorner.com/article/passing-data-from-controller-to-view-part-one/

How to Convert jQuery Or JavaScript Plugin to Angular Directive

In this bog we will learn how to convert any jquery plugin to angularjs Directive. When a jQuery prototype object needs to be extended, we create a jQuery plugin which consists of methods that a jQuery object can inherit. A jQuery plugin can be created or customized according to the requirements. Though there are still several of such plugins available online for use.

source https://www.c-sharpcorner.com/Blogs/how-to-convert-jquery-or-javascript-plugin-to-angularjs-drirective

How To Display Watermark In ASPX Textbox Using AJAX Control Toolkit In ASP.NET With C#

In this post, we will learn how to add a watermark inside textbox using AJAX Control Toolkit using C#. For this example first, we have to install the AJAX Control Toolkit from the NuGet package. For this example, we have to add ScriptManager, aspx TextBox, and TextBoxWatermarkExtender for displaying the watermark text in the textbox. Let's start coding.

source https://www.c-sharpcorner.com/Blogs/how-to-display-watermark-in-aspx-textbox-using-the-ajax-control-toolkit-using-asp-net-with-c-sharp

ASP.NET Core - Entity Framework Query Through Database

This article is about querying read data and insert data commands to the SQL Server database via the Entity Framework. ASP.NET Core, Entity Framework Core, Entity Framework Query Through Database

source https://www.c-sharpcorner.com/article/asp-net-core-entity-framework-query-through-database/

Code First Approach In ASP.NET Core MVC With EF Core Migration

Code First is a technique which helps us to create a database, migrates and maintaining the database and its tables from the code. From the code, means, you directly maintain the database and its corresponding tables from the .NET Code. It is helpful when you don’t have database ready and you want to start working with new fresh project and want to create a database and maintain database directly from your code.

source https://www.c-sharpcorner.com/article/code-first-approach-in-asp-net-core-mvc-with-ef-core-migration/

Getting Started With AWS Free Tier And Connect DynamoDB With .NET

We will see all the steps for creating an AWS Free Tier account (for one year) and we will create an Amazon DynamoDB table from a .NET WinForms application. Later, we will insert some records to this DynamoDB table and display all the records in a Data Grid View control.

source https://www.c-sharpcorner.com/article/getting-started-with-aws-free-tier-and-connect-dynamodb-with-net/

How To Clone An Existing Git Repo In Azure Repos

In my previous article, we learned how to add our code to Azure DevOps Repos. In this article, we will learn how to clone an existing Repo and work collaboratively with the Team.

source https://www.c-sharpcorner.com/article/how-to-clone-an-existing-git-repo-to-visual-studio-team-services/

How To Create Release Notes In VSTS Using Bravo Tool

Bravo Tools is an extension tool for collecting, organizing, editing and publishing the new featuring updates for your software application. The rise of DevOps and agile has led to frequent changes to our application and thus, the release notes have to be frequently released to our customers as well.In this article, I will show you how to create release notes in VSTS using an Agile Extension tool called Bravo Tool.

source https://www.c-sharpcorner.com/article/how-to-create-release-notes-in-vsts-using-bravo-tool/

Implementing Swagger In Web API

In the previous article, I have given a brief about what swagger is, you can find that article here. In this article, we will go through how we can implement swagger with web API.

source https://www.c-sharpcorner.com/article/implementing-swagger-in-web-api/

IT Services Cost Cheat Sheet - Part One

Most of the IT professionals do not know how organizations sell their services to the clients. While the topic is of great interest to the presales or architects only, but as an IT professional everyone must be aware of the cost calculation.

source https://www.c-sharpcorner.com/article/it-services-cost-cheat-sheet-part-one/

Xamarin.Forms - Phone Dialer Using Xamarin.Essentials

In this article, you will learn how to make a phone call using Xamarin.Essentials in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-phone-dialer-using-xamarin-essentials/

Tuesday, September 25, 2018

Azure IoT Edge Gets New Visual Studio Tools And Plugin For Jenkins

Microsoft announced on Monday the availability of Azure IoT Edge plugin for Jenkins and a preview of tools of Visual Studio 2017 for Azure IoT Edge. The plugin provides Jenkins native capability to continuously build IoT Edge solutions and deploy to Azure IoT Edge devices while in Visual Studio 2017 you can create, build, debug and deploy an IoT Edge solution.

source https://www.c-sharpcorner.com/news/azure-iot-edge-gets-new-visual-studio-tools-and-plugin-for-jenkins

Azure Data Box Expands With Edge And Gateway

Microsoft has announced the general availability of its Azure Data Box, with online capabilities Azure Data Box Edge and Azure Data Box Gateway.

source https://www.c-sharpcorner.com/news/azure-data-box-expands-with-edge-and-gateway

An Overview Of Progressive Web App (PWA)

Progressive web app lets u to install application from browser itself, it’s available in your phone as a native application and works offline as a native application.

source https://www.c-sharpcorner.com/article/an-overview-of-progressive-web-app-pwa/

Creating Managed Metadata Column Using Site Script And Site Design

In this article you will learn about creating managed metadata column using site script and site design in SharePoint online.

source https://www.c-sharpcorner.com/article/creating-managed-metadata-column-using-site-script-and-site-design/

CRUD Operation With Fake HTTP Service In Angular - Part Nine

As we already know that Angular is a front-end framework, we use it to build client applications. In most of the real-world applications, we need a bunch of HTTP Services on the server and we use these services to get and save data. Now, as an Angular or front-end developer, we don’t necessarily need to know how to build HTTP services unless we want to be a full stack developer. So here, we’ll learn about fake HTTP service which we use at the back-end for our application.

source https://www.c-sharpcorner.com/article/crud-operation-with-fake-http-service-in-angular-part-nine/

Image Rendering Issue In Outlook Through Microsoft Flows (Office 365)

Recently, while working on a SharePoint Online (Office 365) project, I came across a very interesting task. The task was to send anniversary and birthday emailers to users. This scheduling needs to happen daily based on individual birthday or anniversary date.

source https://www.c-sharpcorner.com/article/image-rendering-issue-in-outlook-through-microsoft-flows-office-365/

An Overview Of Artifacts In Azure Devops

What Is Artifacts In Azure DevOps And How To Assign Artifacts In Azure DevOps Services.

source https://www.c-sharpcorner.com/article/an-overview-of-artifacts-in-azure-devops/

An Overview Of User Defined Functions In SQL Server

In this article, we will learn how to create and use user-defined functions in SQL server. The function we write for reusability purpose to avoid complexity and duplication of code. User-defined functions are precompiled and ready for later use. Using SQL server, you can easily create, view, and modify the user-defined functions.

source https://www.c-sharpcorner.com/article/an-overview-of-user-defined-functions-in-sql-server/

Azure DevOps For Web Development - CI And Build Pipelines - Part Three

This article is part three of a series of 4 articles on getting an ASP.NET web app live on Azure App Services using Azure Repos and Azure Pipelines. The previous articles described how to create your Azure DevOps account, create a project and push your code to Azure Repos using Git.

source https://www.c-sharpcorner.com/article/azure-devops-for-web-development-ci-and-build-pipelines-part-three/

Create SharePoint Modern Team Site Using Site Scripts And Site Designs

In this article, we have focused on creating a SharePoint modern team site using site scripts and site designs and applying the theme for the site.

source https://www.c-sharpcorner.com/article/create-sharepoint-modern-team-site-using-site-scripts-and-site-designs/

Custom MarkupExtesion For Binding Enum To ComboBox In WPF

In this article, you will learn about custom MarkupExtesion for binding enum to ComboBox in WPF.

source https://www.c-sharpcorner.com/article/custom-markupextesion-for-binding-enum-to-combobox-in-wpf/

Introduction To Office 365 Webhooks And Connectors

In this article, I will explain about Webhooks and Connectors and how we can use them in Office 365.

source https://www.c-sharpcorner.com/article/introduction-to-office-365-webhooks-and-connectors/

Working With Spark And Scala In IntelliJ IDEA - Part Two

We will see how to create an Azure HDInsight Spark cluster in Azure portal and we will create one simple Postal Code application in IntelliJ IDEA with Scala and execute it in Spark Cluster.

source https://www.c-sharpcorner.com/article/working-with-spark-and-scala-in-intellij-idea-part-2/

Xamarin.Forms 3.2.0 Released

At Microsoft Ignite the company has recently announced the release of Xamarin.Forms 3.2.0. After it has been released to the NuGet, Xamarin.Forms 3.2.0 has finished another round with the requested TitleView which allows you to put any content in the title space of the navigation bar.

source https://www.c-sharpcorner.com/news/xamarinforms-320-released

Installing Oracle VirtualBox on Windows 8/10 and Create a Virtual Machine

In this video, I have explained the process of downloading virtual-box software from Oracle's site and then we will go into its installation process. After installation, we will create a Virtual Machine and will look into the configuration of that newly created VM like Virtual Hard Drive.

source https://www.c-sharpcorner.com/article/installing-oracle-virtualbox-on-windows-810-and-create-a-virtual-machine/

Configuring Geo-Replication For SQL DB

This video is a tutorial on how to add geo-replication to your Azure SQL DB database.

source https://www.c-sharpcorner.com/article/configuring-geo-replication-for-sql-db/

Overview Of SharePoint Server 2019 Public Preview

This is a recording of our webinar on SharePoint Server 2019 Public Preview. In this video, we will be discussing the new features of the public preview of SharePoint Server 2019.

source https://www.c-sharpcorner.com/article/overview-of-sharepoint-server-2019-public-preview/

Monday, September 24, 2018

Create A .NET Core Development Environment Using Visual Studio Code - Part Two

In my previous post, I have talked about setting up a .NET Core development environment using Visual Studio Code. It had covered how to setup VS Code to run .NET Core Applications with the help of .NET CLI. Even though we were able to develop an application with VS Code, we were missing many things that most of the .NET developers are accustomed to their standard IDE - Visual Studio.

source https://www.c-sharpcorner.com/article/create-a-net-core-development-environment-using-visual-studio-code-part-2/

Changing The Contents Of Your .NET Application On The Fly Using Azure Storage

In today’s world where everything on internet is changing with just a click of button, why should we have to wait for hours in order to update the contents of our live application. The modern business requires such mechanisms where people driving the business should not be dependent on the development team to update any minor details on the website or if I talk from a developer’s perspective then we should try not to embed the contents of our application inside HTML/Script. In order to do so, we have a number of options available to put our data on any cloud platform and update from there without any manual intervention in the source code.In this article, we will go through one of such approaches with help of which we can manage the content of our ASP.NET web application without touching the source code using Azure Storage accounts.

source https://www.c-sharpcorner.com/article/changing-the-contents-of-your-dot-net-application-on-the-fly-using-azure-storage/

Getting Started With Angular 6 - Part One

In this article, you will learn how to create a project in Angular 6, how to create components in Angular 6, and some more basics.

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

How To Send Mail Directly From Android Applications In Xamarin.Android

In this article, we will learn how to send Mail directly from Xamarin Android Application without any Intents. For this, we can MailKit to send mail directly.

source https://www.c-sharpcorner.com/article/how-to-send-mail-directly-from-android-application-in-xamarin-android/

Quick Start With Azure Cosmos DB - Day Two

In my previous article, we have seen the structure of Cosmos DB, signed up azure free account for 30 days and created Cosmos DB account using Azure Portal.. today, we will see how we can create document under COSMOS DB through azure portal using 'Quick Start' link.

source https://www.c-sharpcorner.com/article/quick-start-with-azure-cosmos-db-day-two/

Solving Multiple Environments Problem When Host ASP.NET Core With Jexus

This article introduces two solutions to handle multiple environments when we host ASP.NET Core with Jexus.

source https://www.c-sharpcorner.com/article/solving-multiple-environments-problem-when-host-asp-net-core-with-jexus/

What Is IoT Edge

Azure IoT Edge is an Internet of Things (IoT) service that builds on top of IoT Hub and enables users to carry out edge computing. Edge computing is when data is analyzed on devices, that is, at the edge of the network, rather than in the cloud itself. With edge computing, you can avoid transferring raw data by carrying out data cleaning, aggregation, and analysis on the device itself, and then send the insights gained to the cloud.

source https://www.c-sharpcorner.com/article/what-is-iot-edge/

Working With Spark And Scala In IntelliJ Idea - Part One

We will see how to setup Scala in IntelliJ IDEA and we will create a Spark application using Scala language and run with our local data. I am using an Indian Pin code data to analyze the state wise post office details.

source https://www.c-sharpcorner.com/article/working-with-spark-and-scala-in-intellij-idea-part-i/

Xamarin.Forms - Send Mail Using Xamarin Essentials

In this article, you will learn how to send mail Using Xamarin.Essentials in Xamarin Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-send-mail-using-xamarin-essentials/

.NET Core - Basic Information

.NET Core is an absolutely free, cross platform and open source s\w framework for Windows, Linux and macOS

source https://www.c-sharpcorner.com/Blogs/net-core-basic-information

C# Corner Launches New Online Training Platform

Today, C# Corner has launched an online training platform that is available to its selected members only, C# Corner Training. The training will be available to all members in Jan 2019. C# Corner Online Training provides both on-demand and instructor-led training.

source https://www.c-sharpcorner.com/news/c-sharp-corner-launches-new-online-training-platform2

List Of Directives In Angular 6 And How To Use Them

Angular is an open source project, which can be used freely, modified and shared by others. Angular is developed by Google. Angular is a typescript based front-end web application platform.

source https://www.c-sharpcorner.com/article/sort-of-directives-in-angular-6-and-how-to-use-them/

Sunday, September 23, 2018

PnP PowerShell Cmdlets With SharePoint Online - Part Four

In this video, we will learn about PnP Powershell Associate Site Column to Content Type.

source https://www.c-sharpcorner.com/article/pnp-powershell-cmdlets-with-sharepoint-online-part-four/

PnP PowerShell Cmdlets With SharePoint Online - Part Three

PnP PowerShell Cmdlets with SharePoint Online “Create Content type| Delete Content type| Debug | Modular | Bat File”.

source https://www.c-sharpcorner.com/article/pnp-powershell-cmdlets-with-sharepoint-online-part-three/

Advanced Index In MongoDB - Part Six

In this article, we will discuss about the advance index concept in MongoDB.

source https://www.c-sharpcorner.com/article/advanced-index-in-mongodb-part-six/

Animation Using Angular 6

Angular allows us to create animations which provides us similar native performance as CSS animations. In this article, we will learn how we can create animation using Angular 6.

source https://www.c-sharpcorner.com/article/animation-using-angular-6/

SharePoint Framework - Retrieve Search Results

In this article, we will explore to query the Search REST API and get the results. We will use React JS in this example.

source https://www.c-sharpcorner.com/article/sharepoint-framework-retrieve-search-results/

Friday, September 21, 2018

How Volunteering Strengthens Your Commitment

Volunteering helps us in many ways. We will see here how volunteering strengthens our commitment. The most visible benefit is it boosts your commitment.

source https://www.c-sharpcorner.com/Blogs/why-volunteering-strengthens-your-commitment

Blazor - CRUD Using PostgreSQL And Entity Framework Core

We will see the CRUD actions in Blazor framework with PostgreSQL database and Entity Framework Core. We will create a sample Patient app with all CRUD actions.

source https://www.c-sharpcorner.com/article/blazor-crud-using-postgresql-and-entity-framework-core/

How To Add .NET Project Into Azure DevOps Git Repo

In this article, We will learn what is Azure Repos and how to add .net Project into Azure DevOps Git Repo Recently Microsoft introduced Azure DevOps, Azure Repos (Code in VSTS) is one of the great features of it.

source https://www.c-sharpcorner.com/article/how-to-add-net-project-into-azure-devops-git-repo-for/

Learn About Angular Directives

Angular Directives are the most fundamental part of an Angular application and are usually used to manipulate the behavior or appearance of DOM element.

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

Xamarin.Forms - Open Web Links In Browser Using Xamarin.Essentials

In this article, you will learn how to open web links using Xamarin.Essentials in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-browser-using-xamarin-essentials/

Union V/S Join In SQL

In this blog, we will learn about the differences between Union and Joins in SQL. Union and Join, both are used to combine the data from two or more tables.

source https://www.c-sharpcorner.com/Blogs/union-vs-join-in-sql

Microsoft Flow - Recurring Workflow To Copy Files From Local Shared Path To SharePoint Document Library

In this demo, I will create a recurring MS Flow which will run every hour and copy all the files from the local shared folder to SharePoint online document library.

source https://www.c-sharpcorner.com/Blogs/microsoft-flow-recurrence-wf-to-copy-files-from-local-shared-path-to-sharepoint-document-library

Change Document Library URL Without SharePoint Designer

This blog may help you to change the existing URL when you change the Document Library without using the SharePoint Designer.

source https://www.c-sharpcorner.com/Blogs/change-document-library-url-without-sharepoint-designer

SharePoint Designer Workflows And OOTB Workflows Stopped Working Suddenly

This Latest piece of fix or workaround from Microsoft will help a lot of people who has business critical SharePoint Designer Workflows running in their Production farm.

source https://www.c-sharpcorner.com/Blogs/sharepoint-designer-workflows-and-ootb-workflows-stopped-working-suddenly-sharepoint-20132010

How To Create Custom Shape In Adobe Photoshop 7.0

This block will help you to How to create custom shapes in Adobe Photoshop 7.0.

source https://www.c-sharpcorner.com/Blogs/how-to-create-custom-shape-in-adobe-photoshop70

Angular Material - Part Two

If you worked with bootstrap you know that implementing tabs require some complex markup but in Angular Material we can easily add tabs to our application with only 2 elements.

source https://www.c-sharpcorner.com/article/angular-material-part-two/

Debugging Typescript In Visual Studio Code Using Chrome

This article is for those who are working in an Angular application with Typescript and want to debug their code in Visual Studio Code.

source https://www.c-sharpcorner.com/article/debugging-typescript-in-visual-studio-code-using-chrome/

Technology That Will Prevail In iOS App Development In Coming Years

App development is required by several businesses, nowadays. But, it is not so easy today to popularize an iOS App. The Android and iOS apps are going to rule the industry for the upcoming years in a very effective manner. So, look for all the options to make your app trendy.

source https://www.c-sharpcorner.com/Blogs/technology-that-will-prevail-in-ios-app-development-in-coming-years

Thursday, September 20, 2018

Guide For Visual Studio Team Service (VSTS)

This article was written for those who really want to understand about VSTS functionalities and features. And this article explained VSTS by comparing with TFS (Team Foundation Server) to understand the concepts and differences better. After the theory part, this article showed how to use vsts with the screenshots.

source https://www.c-sharpcorner.com/article/guide-for-visual-studio-team-service-vsts/

Random Number In C# And .NET Core

The Random class of .NET class library provides functionality to generate random numbers in C#. This article demonstrates how to create an int random number and random strings in C# and .NET Core using the Random class.

source https://www.c-sharpcorner.com/article/random-number-in-c-sharp-and-net-core/

Azure DevOps For Web Devlopment - Azure Repos - Part Two

In this second part of the Azure DevOps for Web Development Series, we saw how to initialize a local git repository and push your code to Azure Repos to save work and manage code changes across your team. In the next article of this Azure DevOps series, we will have a look at how to automate your builds using Azure Pipelines.

source https://www.c-sharpcorner.com/article/azure-devops-for-web-devlopment-azure-repos-part-two/

Creating Custom Authorization Policy Provider In ASP.NET Core

In my previous article, I have talked about Policy-based authorization. Here, we can register all the required policies using the AddPolicy method of AuthorizationOptions class. If we have a large number of policies, this is not a desirable way to register all policies in this way. In such a case, we can use a custom policy provider (IAuthorizationPolicyProvider).

source https://www.c-sharpcorner.com/article/creating-custom-authorization-policy-provider-in-asp-net-code/

jQuery Datatable Server Side Processing With Custom Operations

How to implement the jQuery DataTables with server-side custom filter searching, IQueryable sorting and pagination in Asp.net MVC 5 application. It’s always best to use a grid with server-side processing for fast loading of grid list in the application even with millions of data in a database table.

source https://www.c-sharpcorner.com/article/jquery-datatable-server-side-processing-with-custom-operations/

An Overview Of Swagger

Swagger defines the set of rules and tools to semantically define API’s. It can be said as a framework for describing your API’s in a standard common language that everyone can understand.

source https://www.c-sharpcorner.com/article/learn-about-swagger/

Working With New Enhanced Feature Of ‘Ref’ Keyword In C# 7.0

Here, in this article, I will try to explore the new enhanced feature of ‘ref’ keyword.

source https://www.c-sharpcorner.com/article/working-with-new-enhanced-feature-of-ref-keyword-in-c-sharp-7-0/

Wednesday, September 19, 2018

Xamarin.Forms - Text To Speech Using Xamarin Essentials

In this article, you will learn about Xamarin.Essentials Text to Speech Plugin. We will see how to use it in Xamarin.Forms application development.

source https://www.c-sharpcorner.com/article/xamarin-forms-text-to-speech-using-xamarin-essentials2/

Azure Search With Step By Step Demo - Part Two

In this artilce, I will conclude the demo by showing how we can query the records or documents in the index of an Azure Search Service.

source https://www.c-sharpcorner.com/article/azure-search-with-step-by-step-demo-part-2/

Building Recommendation Systems In Python

This article will help you build different types of basic recommendation systems using python.

source https://www.c-sharpcorner.com/article/building-recommendation-system-in-python/

Be Careful With Your SQL Server Max Memory Settings

Quite often, I see database administrators set SQL Server Max Server Memory thinking that only everything related to SQL Server uses this shared memory pool. This is a mistake. There are many things that rely on memory that are not part of SQL Server. Best practices state that you should leave memory allotted for the operating system.

source https://www.c-sharpcorner.com/article/careful-with-your-sql-server-max-memory-settings/

Database Backup And Restore In SQL Server

Here we are going to learn how to create the database backup and restore in SQL server.

source https://www.c-sharpcorner.com/article/database-backup-and-restore-in-sql-server/

How To Generate A Random Password In C# And .NET Core

The code snippet in this article is an example of how to generate random numbers and random strings and combine them to create a random password using C# and .NET Core.

source https://www.c-sharpcorner.com/article/how-to-generate-a-random-password-in-c-sharp-and-net-core/

Introduction To Azure Cosmos DB - Day One

Azure cosmos db is globally replicated, multimodal database service that offers rich querying over schema free data.

source https://www.c-sharpcorner.com/article/introduction-to-azure-cosmos-db-day-one/

C# Corner Launches New Online Training Platform

Today, C# Corner has launched an online training platform that is available to its selected members only, C# Corner Training. The training will be available to all members in Jan 2019. C# Corner Online Training provides both on-demand and instructor-led training.

source https://www.c-sharpcorner.com/news/c-sharp-corner-launches-new-online-training-platform

Angular Material - Part One

Angular Material is a library of reusable and high quality UI components that are built with Angular and Typescript. These components are internationalized so users with different languages can use them. We have a clean and simple API. They are well tested with unit and integration test. They are customizable

source https://www.c-sharpcorner.com/article/angular-material-part-one/

Azure DevOps For Web Development - Part One

Azure DevOps services span the entire DevOps lifecycle. Azure DevOps Services offers cloud tools for collaborating on code development.

source https://www.c-sharpcorner.com/article/azure-devops-for-web-development-part-one/

Tuesday, September 18, 2018

Learn About Action Selectors In ASP.NET MVC

This article will tell you almost everything about action selectors used on action methods in ASP.NET MVC. I am writing this article to tell you the basic to advance foremost concepts about action selectors.

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

Protocol Buffer- A Beginner’s Walkthrough (Moving Beyond XML And JSON)

This article would introduce you the third option when it comes to data serialization. Let's move beyond XML and JSON for better.

source https://www.c-sharpcorner.com/article/protocol-buffer-a-beginners-walk-through-moving-beyond-xml-and-json/

Setup Angular With Web Application In Visual Studio

In this article, we will setup Angular working environment using Asp.Net Web Application project using Visual Studio 2015.

source https://www.c-sharpcorner.com/article/setup-angular-with-web-application-in-visual-studio/

Google Cloud Releases Cloud Inference API

Google recently announced the release of Cloud Inference API, a highly efficient and scalable system that enables developers to gather insights in real time from their typed time-series datasets.

source https://www.c-sharpcorner.com/news/google-cloud-releases-cloud-inference-api

Master In Next.js - Part One

In this article, we learn what is Next.js and cover the some basic of Next.js in the next article we will learn more about the Next.js.

source https://www.c-sharpcorner.com/article/master-in-next-js-part-one/

Remote Debugging Of SharePoint Custom Application In Visual Studio

In this article, we will explore how to remote debug a SharePoint custom application in Visual studio (SharePoint Test sever to Dev Server).

source https://www.c-sharpcorner.com/article/remote-debugging-of-sharepoint-custom-application-in-visual-studio/

Working With Tuple In C# 7.0

In this article, let us see how to use the latest feature of Tuple in C# 7.0. Tuple is the very effective feature in C# 7.0 and it can be used when we want to return more than one value from a method.

source https://www.c-sharpcorner.com/article/working-with-tuple-in-c-sharp-7-0/

Adding Date Validation In Dynamics 365 Portal

This article is about implementing custom java script validation in Dynamics 365 portal web page. We will discuss how we can show our own custom validation message to portal user.

source https://www.c-sharpcorner.com/article/adding-date-validation-in-dynamics-365-portal/

ASP.NET Core Razor Pages - Simple Login Using Entity Framework Database First Approach

This article is about creating razor pages base simple asp.net core login application using entity framework.

source https://www.c-sharpcorner.com/article/asp-net-core-razor-pages-simple-login-using-entity-framework-database-first-app/

How To Create Carousel Slider In Bootstrap 4

This article demonstrates. How you can create a bootstrap 4 carousel slider in your project. The carousel is a slideshow for cycling through a series of content, built with CSS 3D transforms and a bit of JavaScript.

source https://www.c-sharpcorner.com/article/how-to-create-carousel-slider-in-bootstrap-4/

T/SQL - Database Trigger - Part Four

In this article, we will learn about Database Triggers in SQL Server. We also learned the concept of Magic Tables in SQL Server.

source https://www.c-sharpcorner.com/article/tsql-part-four-database-trigger/

Working With SPContentDatabase Command In SharePoint

In this blog, we will get to know how to deal with SPContentDatabase command in the SharePoint Management Shell.

source https://www.c-sharpcorner.com/Blogs/working-with-spcontentdatabase-command-in-sharepoint

Enumerating The Site Collection And Sub-Site Using PowerShell In SharePoint 2013

This blog may help you to collect all the site collection and within the Web application and also here I am going to extract some column like Title, URL, Author, Created, LastModifiedDate, Parentweb, and Unique permission sites.

source https://www.c-sharpcorner.com/Blogs/enumerating-the-site-collection-and-subsite-using-powershell-in-sharepoint-2013

Start Using HTTP Handlers In ASP.NET

Sometimes you need to handle a specific request separately with a different way which a normal request is going through. This article will explain HTTP Handler in a simple, let’s begin.

source https://www.c-sharpcorner.com/Blogs/start-using-http-handler-in-asp-net

Rust 1.29 Announced

Recently, the Rust team has announced a new version of Rust, 1.29.0. Rust is a system programming language which focuses on safety, speed, and concurrency.

source https://www.c-sharpcorner.com/news/rust-129-announced

ASP.NET Core 2.1 - Custom TagHelpers

TagHelpers are classes written in C#, but are attached to HTML elements to execute server-side code from View Razor. The tag helper enables us to run the server-side code to generate HTML, CSS, Javascript code in Razor View.

source https://www.c-sharpcorner.com/article/asp-net-core-2-1-custom-taghelpers/

Monday, September 17, 2018

Index In MongoDB - Part Five

In this article, we will discuss about how to implement index in mongodb.

source https://www.c-sharpcorner.com/article/index-on-mongodb-part-five/

T/SQL - Stored Procedures and Functions - Part Three

In this Article we Learn about store procedures and User Defined Function in SQL Server with Example.In previous article,we discussed about T/SQL and Cursor.

source https://www.c-sharpcorner.com/article/tsql-part-three/

How To Implement Forms In Bootstrap 4

This article will demonstrate how you can use bootstrap 4 classes for designing HTML 5 Form inputs. Bootstrap supports all the HTML5 input types: text, password, datetime, datetime-local, date, month, time, week, number, email, URL, search, tel, and color. Be sure to use an appropriate type attribute on all inputs (e.g., email for an email address or number for numerical information) to take advantage of newer input controls like email verification, number selection, and more.

source https://www.c-sharpcorner.com/article/how-to-implement-bootstrap-4-form-input/

Panel Control In ASP.NET With C#

This article demonstrates how to create and use a Panel control in ASP.NET with C#. This article starts with introduction of the Panel in ASP.NET. After that, it demonstrates how to position and click event handler of a Pannel and after click how panel appear.

source https://www.c-sharpcorner.com/article/panel-control-in-asp-net-with-c-sharp/

Single Page Application With Blazor And CosmosDB

We will create one single page application with default Blazor (ASP. Net Core Hosted) template. We will manage a Book entry in this project and save data to CosmosDB. We will use “Microsoft.Azure.DocumentDB.Core” NuGet package to perform CRUD actions with CosmosDB.

source https://www.c-sharpcorner.com/article/single-page-application-with-blazor-and-cosmosdb2/

Zero To Hero In MS SQL Server - Part Six

In this article, I have shared some knowledge on WHERE CLAUSE and Update SQL Statement.

source https://www.c-sharpcorner.com/article/zero-to-hero-in-ms-sql-server-part-six/

Chrome 70 Brings Support For Fingerprint Sensor And Shape Detection

Google has announced the release of its newest Chrome Beta channel 'Chrome 70' with many new capabilities like Shape Detection feature and Web Authentication.

source https://www.c-sharpcorner.com/news/chrome-70-beta-released

Angular V6.1 Environment Set-up And Steps To Fix Set-Up Issue If Any

Recently, Angular has released its latest version 6.1. This release is a drop-in replacement for 6.0 with new bug fixes and features.

source https://www.c-sharpcorner.com/article/angular-6-enviornment-set-up/

Create A .NET Core Development Environment Using Visual Studio Code

Almost all of the .NET developers are accustomed to developing applications using the Visual Studio IDE from Microsoft. But this has a limitation - Visual Studio was a Windows application.

source https://www.c-sharpcorner.com/article/create-a-net-core-development-environment-using-visual-studio-code2/

Moq Mocking Framework With xUnit.net Unit Test In C#

In this article, we will learn how to setup Moq mocking framework with xUnit.net unit testing framework.

source https://www.c-sharpcorner.com/article/moq-mocking-framework-with-xunit-net-testing-fr/

What Is A Crashed Outlook Data File? Why Do PST Files Get Corrupted?

In basic understanding, those emails are saved in a database. Typically the database is called Outlook Data File and have .pst (Personal Storage Table) file extension. In this article, we'll learn why Data File corrupts and how we can prevent damaging PST File. And how to repair corrupted PST?

source https://www.c-sharpcorner.com/article/what-is-crashed-outlook-data-file-why-do-pst-file-corrupt/

Install Multiple Versions Of MySQL On Mac

To install MySQL on Mac, the two most common ways are Docker and Homebrew service. But Docker might be too big and eat up a large portion of memory, or sometimes you feel clumsy configuring the local server using the command line. On the other hand, it's really hard to install and manage multiple versions of MySQL on your computer.

source https://www.c-sharpcorner.com/Blogs/install-multiple-versions-of-mysql-on-mac

Sunday, September 16, 2018

PowerShell 6.1 Released

Microsoft recently announced the release of PowerShell Core 6.1. Core is their second open source Edition release that works on Linux, macOS, and Windows.

source https://www.c-sharpcorner.com/news/powershell-61-released

Saturday, September 15, 2018

How To Create Bootstrap 4 Alert Message

This article will explain you, how you can implement bootstrap alert using bootstrap 4 js. Bootstrap 4 provides an easy way to create predefined alert messages. It provides contextual feedback messages for typical user actions with the handful of available and flexible alert messages. Alerts are available for any length of text, as well as an optional dismiss button.

source https://www.c-sharpcorner.com/article/how-to-implement-bootstrap-4-alert-message/

How To Implement Bootstrap 4 Popover

This article demonstrate Bootstrap 4 Popover. The Popover component is similar to tooltips. It is a pop-up box that appears when the user clicks on an element. The difference is that the popover can contain much more content. To create a popover, add the data-toggle="popover" attribute to an element. Use the title attribute to specify the header text of the popover, and use the data-content attribute to specify the text that should be displayed inside the popover's body.

source https://www.c-sharpcorner.com/article/how-to-implement-bootstrap-4-popover/

Overview Of Azure Stream Analytics

For such a huge volume of data to be analysed in real time, Microsoft has provided a SAAS feature called Azure Stream Analytics.

source https://www.c-sharpcorner.com/article/overview-of-azure-stream-analytics/

Steps For SQL DB Geo Replication

If you are using SQL DB in Azure and don’t have your critical database geo-replicated, you are opening yourself up to potential issues in the event of a disaster. By configuring geo-replication you at least give yourself the ability to make a choice. You could manually failover and keep the lights on, or do nothing and potentially close the doors for days or weeks.

source https://www.c-sharpcorner.com/article/steps-for-sql-db-geo-replication/

Bulk Insert, Update XML Data Into SQL Table

In this article, I have created a sample XML format. Using nodes() method to shred XML into multiple rows, which propagates parts of XML documents into row sets.

source https://www.c-sharpcorner.com/article/bulk-insert-update-xml-data-into-sql-table/

Friday, September 14, 2018

How To Convert A Byte Array To A String In C#

This code snippet is example of how to convert a byte array to a string using C# and .NET Core and convert a string to a byte array.

source https://www.c-sharpcorner.com/article/how-to-convert-a-byte-array-to-a-string/

Capturing Image From Web Cam In ASP.NET Core MVC

In this article, you will learn how to capture image from a webcam in ASP.NET Core MVC.

source https://www.c-sharpcorner.com/article/capturing-image-from-web-cam-in-asp-net-core-mvc/

SharePoint Migration - Planning And Guidance On SharePoint Objects

In this article, I will share with you a detailed list of SharePoint Inventory that must be pulled out and kept stored as backup safely, at least during the migration phase.

source https://www.c-sharpcorner.com/article/sharepoint-migration-planning-guidance-on-sharepointobjects/

Upgrading QnA Maker Service And Associated Azure Resources

In this article, I will show you how to upgrade the QnA Maker service and associated Azure resources using the Azure portal. Also, will present the demo video for the same.

source https://www.c-sharpcorner.com/article/upgrading-qna-maker-service-and-associated-azure-resources/

Working With Free Community Edition Of Databricks Spark Cluster

We will see the steps for creating a free community edition of Databricks account and we will also see the basic table actions. (CRUD Operations)

source https://www.c-sharpcorner.com/article/working-with-free-community-edition-databricks-spark-cluster/

How To Break Backlinks In Digital Marketing

According to the research done by direct marketing association, the digital industry to be worth US$62 billion in 2017 with growth rates significantly outperforming any other Ad type.

source https://www.c-sharpcorner.com/Blogs/how-to-break-backlink-in-digital-marketing

Color Formatting Of A SharePoint Online List Using JSON

Here, we going to see, how to do the conditional formatting using JSON in SharePoint online list. Now a day many peoples are seeking for a code to format the SharePoint list to represent it more attractive to the end users.

source https://www.c-sharpcorner.com/Blogs/color-formatting-the-sharepoint-online-list-using-json

Display Template Configuration To Display In Datagrid In SharePoint Search

Here we are going to modify control template and item template in SharePoint search which is used to show the results of a query made to the search index and we will display results in the data grid.

source https://www.c-sharpcorner.com/Blogs/display-template-configuration-to-display-in-datagrid-in-sharepoint-search

Development On PowerApps For Office 365 - Part One

Welcome to an article on development aspects of PowerApps on Office 365. This article will be a series of complete development on PowerApps.

source https://www.c-sharpcorner.com/article/development-on-powerapps-for-office-365-part-one/

Serverless Data Lake Analytics Service In Alibaba Cloud

Alibaba Cloud having so many DTPlus service among all Data Lake Analytics is demanding service by industry, Alibaba Cloud Data Lake Analytics is a serverless interactive cloud native and analytics service which is fully managed by Alibaba Cloud using Massive Parallel Processing compute nodes managed by Alibaba Cloud So, no need to maintain it its 0 maintenance service provided by Alibaba cloud and made available for enterprise users on Pay As You Go mode.

source https://www.c-sharpcorner.com/article/serverless-data-lake-analytics-service-in-alibaba-cloud/

Thursday, September 13, 2018

What Is New In ASP.NET Core 2.2

ASP.NET Core 2.2 is here with several new fixes and improvements. This video lists these features and how to use them.

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

Absolute Dimensions Of App Screen - Xamarin.Forms

Today, we are going to learn how to get the exact dimensions of the app screen. First, let us learn what is the need of absolute dimensions of the app screen.

source https://www.c-sharpcorner.com/article/absolute-dimensions-of-app-screen-xamarin-forms/

Debug Your Ionic App On A Device

In this article you will learn how to debug your ionic app on a device.

source https://www.c-sharpcorner.com/article/debug-your-ionic-app-on-a-device/

Find Primary / Unique / Foreign Keys And Delete Them

How to find the Primary / Unique / Foreign Keys on a table by a Query. And delete the Primary / Unique / Foreign Keys of a table by Query.

source https://www.c-sharpcorner.com/article/find-primary-unique-foreign-keys-and-delete-them/

Working With Local Functions In C# 7.0

Today we will learn something cool feature called Local Functions in our newly upgraded version of C# I.e., 7.0.

source https://www.c-sharpcorner.com/article/working-with-local-functions-in-c-sharp-7-02/

Block Specific Bad Words Using JavaScript jQuery

In this tutorial, I am going to explain How to Block Specific(Bad) Words Using JavaScript/jQuery.

source https://www.c-sharpcorner.com/Blogs/block-specific-bad-words-using-javascript-jquery

Dynamically Add And Remove TextBoxes And Buttons To Web Form On Click Of Button

I have created this article for Visual Studio 2012. Let’s begin. First, create a new Empty WebSite. Add a web form to the application.

source https://www.c-sharpcorner.com/Blogs/dynamically-add-and-remove-textboxes-and-buttons-to-web-form-on-click-of-button

Create An Angular App For File Upload With Progress

In this blog, you are going to learn how to create an Angular app to implement file upload functionality.

source https://www.c-sharpcorner.com/Blogs/create-an-angular-app-for-file-upload-with-progress

Microsoft Flow - Assign Unique Permission To Current List Item Using REST API

Flow has an action called ‘Send an HTTP request to SharePoint’. With this action, you can call the SharePoint REST API and perform all sorts of operations.

source https://www.c-sharpcorner.com/Blogs/microsoft-flow-assign-unique-permission-to-current-list-item-using-rest-api

Get Only Specific Types From List In C#

This is a LINQ puzzle to get only specific integers from a list of objects in the list.

source https://www.c-sharpcorner.com/Blogs/get-only-specific-types-from-list-in-c-sharp

Publishing Azure Worker Role By Uploading Your Package

In this article, I will be explaining how to publish an Azure Worker Role uploading your package to Azure portal.

source https://www.c-sharpcorner.com/article/publishing-azure-worker-role-using-the-publish-wizard/

Real Time Cricket Score Chrome Extension Using Azure Functions And SignalR

how to show real-time cricket score notification from chrome extension using serverless Azure Functions and Azure SignalR.

source https://www.c-sharpcorner.com/article/real-time-cricket-score-chrome-extension-using-azure-functions-and-signalr/

Wednesday, September 12, 2018

What Is New In C#

C# language is one of the most popular programming languages among top languages. The next version of C# is C# 8.0. Watch this video t learn what is next for C# language.

source https://www.c-sharpcorner.com/news/what-is-new-in-c-sharp

Apple Launches Special Edition iPhone XR

Apple has announced the release of iPhone XR in their recent annual press conference at Steve Jobs Theater on its circular Apple Park campus in Cupertino, California.

source https://www.c-sharpcorner.com/news/apple-launches-special-edition-iphone-xr

Apple Unveils iPhone XS And iPhone XS Max

Apple just announced the new models of iPhones- iPhoneXS and iPhoneXS Max in their annual press conference at Steve Jobs Theater on its circular Apple Park campus in Cupertino, California.

source https://www.c-sharpcorner.com/news/apple-unveils-iphonexs

Reactive Forms - Part Eight

In the last article, we’ve learned about Template driven forms. And here we’ll look into the different approach to create forms and that is Reactive forms. And this approach gives us more control over the structure and the behavior of our form.

source https://www.c-sharpcorner.com/article/reactive-forms-part-eight/

Apple Announces Watch Series 4

At the most awaited Special Event, Apple has announced the launch of Apple Watch Series 4 line of watches.

source https://www.c-sharpcorner.com/news/apple-announces-watch-series-4

Add The Users To The SharePoint Groups Using Microsoft Flow

As we all know now Flow is likely a replacement of SharePoint Designer based workflows, in my one of the latest assignment I had a requirement to update (or) add the user to the SharePoint groups, by default we do not have any connectors to do this hence in order to achieve this we shall use the Send HTTP request to SharePoint connector and pass the rest endpoint URL and its required parameters.

source https://www.c-sharpcorner.com/article/add-the-users-to-the-sharepoint-groups-using-microsoft-flow/

Blazor - CRUD Using MongoDB

In this article, we will create a Blazor application using MongoDB as our database provider. We will create a Single Page Application (SPA) and perform CRUD operations on it.

source https://www.c-sharpcorner.com/article/blazor-crud-using-mongodb/

Filters In ASP.NET MVC

This article will tell you almost everything about filters used on action methods as well as on controllers in ASP.NET MVC. I am writing this article to tell you the basic to advance foremost concepts about filters.

source https://www.c-sharpcorner.com/article/filters-in-asp-net-mvc2/

Google AdMob - Display Ads In Xamarin Forms

Hello Everyone, I am going to show how to display Google AdMob Ads for Android and iOS applications for CSharp - Xamarin Mobile Development.

source https://www.c-sharpcorner.com/article/google-admob-display-ads-in-xamarin-forms/

Merging Different Row Cells Into One

This article is about merging different row cells into one for the purpose of reporting. Sometimes we need to customize according to the client’s requirements.

source https://www.c-sharpcorner.com/article/merging-different-row-cells-into-one/

What Is New In Azure DevOps

In this article, we will see what's new in Azure DevOps. Yesterday, Microsoft announced that Visual Studio Team Service is now Azure DevOps Services.

source https://www.c-sharpcorner.com/article/microsoft-announce-visual-studio-team-services-as-azure-devops/

SharePoint Framework Extensions - ListView Command Set Overview

In this article, we will explore the ListView Command Set of SharePoint extensions.

source https://www.c-sharpcorner.com/article/sharepoint-framework-extensions-listview-command-set-overview/

Upload Large Files In Web API With A Simple Method

We will see a very simple method to upload large files in Web API project using MultipartFormDataStreamProvider.

source https://www.c-sharpcorner.com/article/upload-large-files-in-web-api-with-a-simple-method/

Web Scraping - Learn The Fundamentals In 60 Minutes

Introduction to a free resource on web scraping - what you need to know before you get started!

source https://www.c-sharpcorner.com/article/web-scraping-learn-the-fundamentals-in-60-minutes/

Tuesday, September 11, 2018

Creating Custom Module In Evoq Content

To create any custom module using visual studio we first need to install the extension which will be needed to create a project for DNN.

source https://www.c-sharpcorner.com/article/creating-custom-module-in-evoq-content2/

Microsoft Launches Azure Durable Functions

Recently Microsoft has introduced Azure Durable Functions, which is an extension of Microsoft's serverless platform Azure Functions.

source https://www.c-sharpcorner.com/news/microsoft-launches-azure-durable-functions

What Is New In Java 11

Java language version 11, the next version of Java programming language that is currently in release candidate phase is expected to be generally available on Sept 25, 2018. This article lists new features in JDK 11.

source https://www.c-sharpcorner.com/news/what-is-new-in-java-11

Azure Document DB CRUD Operation

This article explains how to create documents into SQL (DocumentDB) API. Before starting, we need to understand what is documentDb and how it works. SQL (DocumentDb) API is one of API comes under Azure COSMOS DB.

source https://www.c-sharpcorner.com/article/azure-document-db-crud-operation/

Azure Search With Step By Step Demo - Part One

In this article, I am going to tell you about Azure Search and also give you a step by step demo of building a demo application that is using Azure Search..

source https://www.c-sharpcorner.com/article/azure-search-with-step-by-step-demo-part-1/

Clearable Material EditText In Android

In this article, we will learn how to create and use Clearable EditText without using any Third party library. It is very easy to implement and useful control for our application development.

source https://www.c-sharpcorner.com/article/clearable-material-edittext-in-android/

How To Deploy Node.js Web Application On Heroku Server

You must install Node.js, Git (to commit our code in the git repository), Heroku command-line tools and web storm (it is optional. Here I used web storm for the terminal. You can use any shell terminal for same).

source https://www.c-sharpcorner.com/article/how-to-deploy-node-js-web-application-on-heroku-server/

Setting Up SQL Data Sync

In this article, we will be creating a hybrid sync group that contains both Azure SQL database & SQL Server Instance.

source https://www.c-sharpcorner.com/article/setting-up-sql-data-sync/

Understanding Modal Concept In Bootstrap 4

This article demonstrate modal popup in bootstrap 4. The Modal component is a dialog box/popup window that is displayed on top of the current page.

source https://www.c-sharpcorner.com/article/understanding-modal-concept-in-bootstrap-4/

Updating Dynamic Columns On The Go

I hope you all are doing fine. This particular article is about updating the dynamic columns on the go.

source https://www.c-sharpcorner.com/article/updating-dynamic-columns-on-the-go/

T/SQL - Part Two

In this article, we Learn about Cursor, types of Cursor in details with example.

source https://www.c-sharpcorner.com/Blogs/tsql-part-two

T/SQL Part - One

In this Article, we will learn about T/SQL and difference between SQL and T/SQL.

source https://www.c-sharpcorner.com/Blogs/tsql-part-one

Blockchain Basics - Wallet

You may heard people call a Blockchain software a wallet. What is a wallet? What is the purpose of a wallet? Is a wallet a node software? How is it used to store your cryptocurrencies? In this article, I am going to answer all the questions.

source https://www.c-sharpcorner.com/article/blockchain-basic-wallet/

Retrain Azure Machine Learning

In this post i write about retrainng Azure Machine Learning models. The mechanisms of continious learning and the feedback of our workflow is very important.

source https://www.c-sharpcorner.com/article/retrain-azure-machine-learning/

SharePoint Framework Extensions - Overview Of Field Customizer

In this article, we will learn about Field Customizer extension of SharePoint Framework. SharePoint Framework (SPFx) Extensions are client side components which allows extending the SharePoint user experience.

source https://www.c-sharpcorner.com/article/sharepoint-framework-extensions-field-customizer-overview/

Web API Resource URI Construction Practices

The main focus of this article would be on how to make Web API more understandable to the consumers from Resource URI construction point. These are a few best practices for the same.

source https://www.c-sharpcorner.com/article/web-api-resource-uri-construction-practices/

Microsoft Announces Azure DevOps

Recently, Microsoft has announced Azure DevOps. Azure DevOps has invested many years of learning in providing tools and support to its customers and software development teams.

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

Webinar - Getting Started With SharePoint Framework (SPFx)

This is the video recording of a webinar where we will learn how to get started with SharePoint Framework (SPFx).

source https://www.c-sharpcorner.com/article/webinar-getting-started-with-sharepoint-framework-spfx/

Monday, September 10, 2018

Joins In SQL Server

Joins are used to Fetch data from two or more than two tables based on some conditions. Joins is one of the most important concepts of SQL Server. We can retrieve Data from multiple Table using Joins.

source https://www.c-sharpcorner.com/Blogs/joins-in-sql-server

Combine WebApiClient With HttpClientFactory To Call REST APIs

This article introduced how to combine WebApiClient with HttpCLientFactory to call REST APIs that we can use in our .NET Core server-side code.

source https://www.c-sharpcorner.com/article/combine-webapiclient-with-httpclientfactory-to-call-rest-apis/

Cypress.io - A JavaScript End To End Testing Tool

Cypress.io - A JavaScript End-To-End Testing Tool. Cypress.io is a JavaScript end-to-end testing tool which uses JavaScript as a scripting language to write the test scripts and to execute the test cases.

source https://www.c-sharpcorner.com/article/getting-started-with-cypress-io/

SSRS Report Set-Up Using VSIX Installer And Execution In Client Side Using Entity Framework

RDLC reports can be executed directly by the ReportViewer control in client side.

source https://www.c-sharpcorner.com/article/introduction-to-report-execution-in-using/

Python Development With Visual Studio 2017 And Bottle Framework

We will see how to setup Python in Visual Studio 2017 (I am using free community edition) and later we will create a sample web app with Bottle framework.

source https://www.c-sharpcorner.com/article/python-development-with-visual-studio-2017-and-bottle-framework/

Extended Security Updates No More Freebies

As data professionals, we should always strive to keep our systems updated and patched to ensure proper security of our environments. Microsoft has moved away from releasing service packs to releasing just cumulative updates and the occasional hotfixes. These hotfixes may or may not be security related, but it behooves us to ensure things get patched. Not just from a SQL Server perspective but also from a Windows perspective.

source https://www.c-sharpcorner.com/article/extended-security-updates-no-more-freebies/

Integrating Text To Speech/Speech To Text In An Android App

In this article, we will look at converting text to speech as well as speech to text by using the TTS engine. This is an example of implementing Text to Speech and Speech to Text in an Android app.

source https://www.c-sharpcorner.com/article/integrating-text-to-speechspeech-to-text-in-an-android-app/

Handling The SharePoint REST API Search Threshold Limit In SPFx

Handling the threshold limit restriction of resulting rows in SharePoint Rest API Search in SharePoint Framework applications.

source https://www.c-sharpcorner.com/article/handling-the-sharepoint-rest-api-search-threshold-limit-in-spfx/

Understanding Bootstrap 4 Form Validation

This article demonstrates bootstrap validation. Validation provides valuable, actionable feedback to your users with HTML5 form validation Choose from the browser default validation feedback, or implement custom messages with our built-in classes and starter JavaScript.

source https://www.c-sharpcorner.com/article/understating-of-bootstrap-4-form-validation/

PnP PowerShell Cmdlets With SharePoint Online - Part two

In this part two of PnP PowerShell Cmdlets video tutorial, we will learn to create a Site Column using PnP PowerShell Cmdlets.

source https://www.c-sharpcorner.com/article/pnp-powershell-cmdlets-with-sharepoint-online-part-two/

PnP PowerShell Cmdlets With SharePoint Online - Part One

In this video, we will learn to create and delete a SharePoint subsite with the help of Module structure of PnP PowerShell

source https://www.c-sharpcorner.com/article/pnp-powershell-cmdlets-with-sharepoint-online-part-one/

Sunday, September 9, 2018

Cleansing Data Using Azure Machine Learning Studio - Part 3

This video describes Signal Processing Filter modules used for complex data (image, speech,etc) cleansing that are available in Azure Machine Learning Studio. It dives deep into Threshold Filter concepts.

source https://www.c-sharpcorner.com/article/cleansing-data-using-azure-machine-learning-studio-part-3/

Advanced Query Search On Stored Data In MongoDB - Part Four

In this article, we discussed about the procedure of advance data searching in MongoDB.

source https://www.c-sharpcorner.com/article/advance-query-search-on-stored-data-in-mongodb-part-four/

Understanding Of Cards In Bootstrap 4

In this article, I will discuss how we can make use of a Bootstrap Card in our projects. Cards in Bootstrap 4 are the replacement of the panel in Bootstrap 3. If you used the panel in Bootstrap 3, then it is easy to understand Cards in Bootstrap 4.

source https://www.c-sharpcorner.com/article/understanding-of-cards-in-bootstrap-4/

Select Random String From An Array In .NET Core and C#

This article demonstrates how to pick a random string an array of strings.

source https://www.c-sharpcorner.com/article/how-to-select-a-random-string-from-an-array-of-strings/

SharePoint Framework Extensions - Application Customizer Overview

In this article, we will explore the Application Customizer part of SharePoint extensions.

source https://www.c-sharpcorner.com/article/sharepoint-framework-extensions-application-customizer-overview/

Saturday, September 8, 2018

SSMS 17.9 Released

Microsoft recently announced the release of SQL Server Management Studio (SSMS) 17.9. The new release support of almost all the additions and enhancements from 2008 to 2017 versions of SQL Server.

source https://www.c-sharpcorner.com/news/ssms-179-released

Friday, September 7, 2018

Develop Chat Bot Using Microsoft Bot Builder SDK V4 - Part Two - Manage Conversation Using Multi-Step Dialog

In previous article, we have discussed how to kick-start a chatbot development using Microsoft Bot Builder SDK version 4. Now we are going to implement guided chatbot conversation flow using Dialogs library.

source https://www.c-sharpcorner.com/article/develop-chat-bot-using-microsoft-bot-builder-sdk-v4-part-two-manage-multiste/

Update Dynamics 365 Data Using Flow

This article is about updating Dynamics 365 data using Microsoft Flow.

source https://www.c-sharpcorner.com/article/update-dynamics-365-data-using-flow/

Convert Code From C# To VB.NET And From VB.NET To C#

Telerik code converter provides free code conversion from C# to vb.net And from vb.net to C#.

source https://www.c-sharpcorner.com/Blogs/convert-code-from-c-sharp-to-vb-net-and-from-vb-net-to-c-sharp

Getting The List Of Documents From The Site Collection/Sub-Site Library Using PowerShell

Extract the document's from the SharePoint using Powershell

source https://www.c-sharpcorner.com/Blogs/getting-the-list-of-documents-from-the-library-using-powershell

Triggers In SQL Server

In this blog, you will learn brief about Triggers in SQL Serverand explain the concept with an example in simple way.

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

Publishing An Alexa Skill (Synonyms Finder) To Alexa Skill Store - Part Three

In this article, I will explain the process of publishing an Alexa skill to Alexa store.

source https://www.c-sharpcorner.com/Blogs/publishing-an-alexa-skill-synonyms-finder-to-alexa-skill-store-part-3

Apache Kafka Quick Setup Guide

Setup Apache Kafka for Windows OS with minimal steps.

source https://www.c-sharpcorner.com/Blogs/apache-kafka-quick-setup-guide

How To Create A Web App With Deployment From GitHub Using Azure PowerShell

This is a step by step article on creating a web app with deployment from GitHub using Azure PowerShell. Create, deploy and test web apps using Azure and PowerShell

source https://www.c-sharpcorner.com/article/how-to-create-a-web-app-with-deployment-from-github-using-azure-powershell/

Migrate SQL Table To Cosmos DB Using Cosmos DB Data Migrating Tool

We will discuss about the Cosmos DB Data Migration Tool. This tool will help us to import data from various sources. I will give you all details about these data sources

source https://www.c-sharpcorner.com/article/migrate-sql-table-to-cosmos-db-using-cosmos-db-data-migrating-tool/

Publish Angular 6 App To Firebase

In this tutorial, we are going to learn how to publish an Angular 6 app to Firebase by following a few steps.

source https://www.c-sharpcorner.com/article/publish-angular-app-to-firebase/

Working With New Value Tuple Data Structure In C# 7.0

In this article, you will learn about working with New Value Tuple Data Structure in C# 7.0.

source https://www.c-sharpcorner.com/article/working-with-new-value-tuple-data-structure-in-c-sharp-7-0/

Microsoft Releases SharePoint Framework V1.6

Microsoft has recently released SharePoint v1.6. The new version is said to have a range of new interesting tools, availability of Web APIs, a better Dialog experience and tenant extensions.

source https://www.c-sharpcorner.com/news/microsoft-releases-sharepoint-framework-v16

Thursday, September 6, 2018

An Overview Of Template Driven Forms - Part Seven

Here, we’ll start learning building forms in Angular. At the end of this article, we’ll be able to implement forms with different kinds of input fields, such as textboxes checkboxes, radio buttons, and dropdown list.

source https://www.c-sharpcorner.com/article/overview-of-template-driven-forms-part-seven/

Convert And Retrieve Image From Base64 Using C#

In this post, we will learn to convert and retrieve the image from base64. First, convert the image into base64 from URL and second, convert the image from base64 using memory stream.

source https://www.c-sharpcorner.com/Blogs/convert-image-into-base64-and-retrieve-image-from-base64-using-c-sharp

Load Image File In Power BI From SQL Server

How we can load images into Power BI from SQL Server and display it in our reports

source https://www.c-sharpcorner.com/Blogs/load-image-file-in-power-bi-from-sql-server

PowerShell Script To Reading SQL Data, Creating CSV File And Push To SFTP/FTP Path

This article explains about the general task of quering SQL data and creating a CSV files. Also other daily task that can be automated to push data to a particular location like FTP/SFTP path.

source https://www.c-sharpcorner.com/Blogs/powershell-script-to-reading-sql-data-creating-csv-file-and-push-to-sftpftp-path

Microsoft Flow Basic Operations

Here I am going to show you some basic operations of Microsoft Flow like And/Or Condition, Check Null values, Date Formatting, Apply to each which we mostly use while building Microsoft Flow.

source https://www.c-sharpcorner.com/Blogs/microsoft-flow-basic-operations

SharePoint Framework - Logging

SharePoint web parts follow their own life cycle while executing the user requests. Everything looks normal till the time all requests goes well and web part performs the user interactions (without any error). The awkward moment comes when any of the user request fails and web part starts displaying error message.

source https://www.c-sharpcorner.com/article/sharepoint-framework-logging/

SNMP Trap Listener Using #SNMP Library

Microsoft provides us SNMP.EXE and SNMPTRAP.EXE services to listen SNMP (Simple Network Management Protocol) traps. Using these service we can listen to SNMP traps but due to security is a concern, these services failed to listen to SNMPv3 traps which are mainly developed for security reasons.

source https://www.c-sharpcorner.com/article/snmp-trap-listener-using-snmp-library/

Sync Data Across Multiple SQL Servers With SQL Data Sync - Azure

Ever wondered to sync data between multiple Sql server instances, there are many ways to sync the data like replication, log shipping.. etc. However, I personally like an Azure SQL Database feature called SQL Data sync, which synchronizes the data across multiple SQL & Azure SQL database instances.

source https://www.c-sharpcorner.com/article/sync-data-across-multiple-sql-servers-with-sql-data-sync-azure/

Twitter Sentiment Analysis With Azure Stream Analytics And Cosmos DB

We will see how to analyze the twitter data with Azure Event Hub and Azure Stream Analytics. Later we save live data to Cosmos DB using stream output in Azure Stream Analytics. We will see the live data in a browser using ASP. Net MVC application.

source https://www.c-sharpcorner.com/article/twitter-sentiment-analysis-with-azure-stream-analytics-and-cosmos-db2/

Claim Based And Policy-Based Authorization With ASP.NET Core 2.1

Authorization is a process of determines whether a user is able to access the system resource. In my previous article, I have explained the role-based authorization. The identity membership system allows us to map one or more roles with a user and based on role, we can do authorization. In this article, I will explain how to do authorization based on policy and claim.

source https://www.c-sharpcorner.com/article/claim-based-and-policy-based-authorization-with-asp-net-core-2-1/

Creating Custom Role Manager In ASP.NET MVC 5

In this article, we are going to learn how to create and use custom role manager in ASP.NET MVC in step by step way.

source https://www.c-sharpcorner.com/article/creating-custom-role-manager-in-asp-net-mvc-5/

Google Sheets Part One - Setup A Google Project

Google Sheets are a Web-based application that allows users to create, update and modify sheets and share the data live online. This program is compatible with Microsoft Excel and CSV (comma-separated values) files. Data between Google Sheets synchronized automatically.

source https://www.c-sharpcorner.com/article/setup-a-google-project-google-sheets/

Tabular Function To Split A Delimiter-Separated String To Rows With Their Position

Split and convert a delimited string to a table with their position in SQL Server. The string contains words separated (delimited) by comma will be split into Table values.

source https://www.c-sharpcorner.com/article/tabular-function-to-split-a-delimiter-separated-string-to-rows-with-their-positi/

Using Materialized Views Effectively

In this article, I will explain some of the rationale for material view usage along with a specific example that takes advantage of the SQL MERGE statement to incrementally reconcile changes to a table (a materialized view).

source https://www.c-sharpcorner.com/article/using-materialized-views-effectively/

Apple Special Event Announced For September 12

Recently, Apple has announced the dates of a special event on September 12, 2018, at the Steve Jobs Theater located at the new Apple Park campus at Cupertino, California.

source https://www.c-sharpcorner.com/news/apple-special-event-announced-for-september-12

Wednesday, September 5, 2018

Read World Cloud App - From Start To Finish - The Architecture And Design

In the first article of this series, I outlined my goal for these articles, how I want to approach writing back-end services and web site in Azure and how I want you, the reader to help. In this article I want to outline the overall architecture for the services and apps.

source https://www.c-sharpcorner.com/article/read-world-cloud-app-from-start-to-finish-the-architecture-and-design/

Consuming ASP.NET Web API In Angular - Part Four

In this, we will learn how to consume/use or fetch data with help of Asp.Net Web API in Angular. To achieve this task following are easy steps.

source https://www.c-sharpcorner.com/article/consuming-asp-net-web-api-in-angular-part-four/

Operators In SQL Server

An operator is a symbol which is used to perform some actions on the given expressions.

source https://www.c-sharpcorner.com/Blogs/operators-in-sql-server

Building Reusable Component - Part Five

Today, we’ll learn how to use reusable components in Angular. So here, we’ll see how to pass the data from component to views. We’ll raise the custom events. We’ll apply the styles to the HTML elements in the template.

source https://www.c-sharpcorner.com/article/building-reusable-component-part-five/

Overview Of Angular Directives - Part Six

So now here we’ll see Angular directives. We’ll try to cover all the important directives. And this is the 6th part of Angular Series. Here is the roadmap of Angular series.

source https://www.c-sharpcorner.com/article/overview-of-angular-directives-part-six/

An Overview Of Web Services In .NET

A web service is an XML-based information exchange system that creates direct interaction between the two applications over the internet or network in order to exchange data or information.

source https://www.c-sharpcorner.com/article/an-overview-of-web-services-in-net/

Backup Encryption

Nowadays security breaches happen way to frequently. As DBA’s we should all take extra care with sensitive data and ensure we are encrypting correctly. But some of us forget to take it a step farther and don’t encrypt our backups. For those working in an ultra data sensitive environment I highly recommend you go this extra step.

source https://www.c-sharpcorner.com/article/backup-encryption/

How To Read The SharePoint News Using Rest API In SPFx

Sharing news between the employees are the big challenge for any organization, there comes Intranet as a solution. Companies develop digital intranet as a communication and collaboration tool with all the custom settings they prefer.

source https://www.c-sharpcorner.com/article/how-to-read-the-sharepoint-news-using-rest-api-in-spfx/

Integrate Jenkins With MSBuild

In this article, we will learn step by step on how to Integrate Jenkins with MSBuild.

source https://www.c-sharpcorner.com/article/integrate-jenkins-with-msbuild/