Sunday, March 31, 2019

Microsoft Business Applications Virtual Launch Event On April 2, 2019

Get your questions answered by the experts and know how the updates will affect your business.

source https://www.c-sharpcorner.com/news/microsoft-business-applications-virtual-launch-event-on-april-2-2019

Getting Started With Azure DevOps - Part Four

This is a series of articles to get our hands dirty with Azure Devops (previously known VSTS).

source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-four/

SharePoint Framework - Build Microsoft Teams Tab

In this article, we will explore the process of building and deploying the Microsoft Teams tabs.

source https://www.c-sharpcorner.com/article/sharepoint-framework-build-microsoft-teams-tab/

Quick Preview Of Angular CLI Commands

In this article, we will discuss how to use Angular CLI commands in the Angular app. We are going to discuss some common Angular CLI commands.

source https://www.c-sharpcorner.com/article/quick-preview-angular-cli-commands/

SharePoint Framework (SPFX) Extension - Add ListView command Set To List And Document Library

In this article, we will learn how to add the ListView command set to SharePoint Online List and Library using SPFX Extension.

source https://www.c-sharpcorner.com/article/sharepoint-framework-spfx-extension-add-list-view-command-set-to-list-docu3/

Azure Blob Storage Lifecycle Management Is Now Generally Available.

Blob Storage lifecycle management automates blob tiering and retention with custom defined rules.

source https://www.c-sharpcorner.com/news/azure-blob-storage-lifecycle-management-is-now-generally-available

Friday, March 29, 2019

Getting Started With Azure DevOps - Part Three

This is a series of articles to get our hands dirty with Azure Devops (previously known as VSTS)

source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-three/

Iterate SharePoint List Items And Send A Consolidated Email To A Recipient Using Designer Workflow

This article will help you to understand how to filter/iterate the list items using the REST API and send a consolidated email to the recipient.

source https://www.c-sharpcorner.com/article/iterate-the-sharepoint-list-item-and-send-a-consolidated-email-to-the-recipient/

Cryptojacking - How To Protect Yourself

Cryptojacking is a technique that employs unauthorized use of devices for cryptocurrency mining by site owners or cybercriminals. In this article, we'll go through what cryptojacking is and how you can protect yourself from a cryptojacking attack.

source https://www.c-sharpcorner.com/article/what-is-cryptojacking-how-to-protect-your-self/

Demystifying SAS Token - Basics

In this article, I will be covering the basics of SAS tokens - why they are required and how to delegate access to resources within the storage account to external clients.

source https://www.c-sharpcorner.com/article/demystifying-sas-token-basics/

Observer Design Pattern Using C#

In this article, we will understand what Observer Pattern is and when we actually need to use it, along with a practical example and real life use case.

source https://www.c-sharpcorner.com/article/observer-design-pattern-using-c-sharp/

What's New In Swift 5.0

Swift 5.0 is a major release of Swift and it brings ABI (Application Binary interface) stability and several major key new features including raw strings, future enum cases, a Result type, checking for integer multiples and more.

source https://www.c-sharpcorner.com/article/whats-new-in-swift-5-0/

AD Based Access Control Is Now Generally Available

Azure Active Directory based access control for Azure Storage Blobs and Queues is now Generally Available.

source https://www.c-sharpcorner.com/news/ad-based-access-control-is-now-generally-available

Microsoft Launches Data Discovery & Classification

New security capability, Data Discovery & Classification for Azure SQL Data Warehouse, announced by Microsoft.

source https://www.c-sharpcorner.com/news/microsoft-launches-data-discovery-classification

C# Thread Basics

Learn basics of C# Thread. This code example explains how to create a Thread in C# and .NET Core.

source https://www.c-sharpcorner.com/article/c-sharp-thread-basics/

Thursday, March 28, 2019

New Updates For Microsoft IoT Platform At Hannover Messe

Microsoft announced new updates for IoT platform that company will introduce at Hannover Messe 2019.

source https://www.c-sharpcorner.com/news/new-updates-for-microsoft-iot-platform-at-hannover-messe

Cloudera Edge Management and Cloudera Flow Management Announced, Accelerating Enterprise Data Cloud Vision

Two new edge data management toolsets, Cloudera Edge Management and Cloudera Flow Management will be part of Cloudera DataFlow.

source https://www.c-sharpcorner.com/news/cloudera-edge-management-and-cloudera-flow-management-unveiled-accelerating-enterprise-data-cloud-vision

12 Chrome Extensions For Web Developers

In this article, I’ll share with you some free Google Chrome Extensions that help web developers a lot.

source https://www.c-sharpcorner.com/article/12-chrome-extensions-for-web-developers/

How To Create A Personal Blog Using Hexo And Netlify With Continuous Deployment

This article explains how to create a personal blog with a static html generator in an easy way.

source https://www.c-sharpcorner.com/article/how-to-create-personal-blog-using-hexo-and-netlify-with-continuous-deployment/

Infinite Scroll In Angular 7 Using Web API And SQL Server

In this article, I am going to perform a task like infinite scrolling in an Angular 7 Web application.

source https://www.c-sharpcorner.com/article/infinite-scroll-in-angular-7-using-web-api-and-sql-server/

Understanding Scrum Sprint Planning

Scrum has a few events under which Sprint Planning plays an important role, which helps the team to decide what will be done and how they will proceed.

source https://www.c-sharpcorner.com/Blogs/understanding-scrum-sprint-planning

Wednesday, March 27, 2019

Microsoft Updates Graph SDK For .NET 1.14.0

Microsoft has updated .Net SDK for Microsoft Graph.

source https://www.c-sharpcorner.com/news/microsoft-updates-graph-sdk-for-net-1140

Add And Remove Custom Action Using PnP PowerShell

In this blog article, I am going to add and remove custom action using PnP PowerShell.

source https://www.c-sharpcorner.com/Blogs/add-and-remove-custom-action-using-pnp-powershell

Asynchronous HTTP Call In JavaScript

From this blog you will learn how to do an Ajax call using XMLHTTPRequest object in Javascript.

source https://www.c-sharpcorner.com/Blogs/asynchronous-http-call-in-javascript

How To Add, Update And Delete SharePoint List View Using Pnp In SPFX Application-Customizer

In this blog, I have elaborately explained the method to add, update and delete SharePoint list view in SPFX application customizer.

source https://www.c-sharpcorner.com/Blogs/how-to-add-update-and-delete-sharepoint-list-view-using-pnp-in-spfx-applicationcustomizer

How To Publish An Angular Application

In this blog, we will learn how to publish an Angular application in Visual Studio Code.

source https://www.c-sharpcorner.com/Blogs/how-to-publish-an-angular-application

REST API Using Node.js, MongoDB, And Express

In this article, we will be focusing on one of the most interesting and recent topics; i.e., implementing REST API using Node.js and MongoDB.

source https://www.c-sharpcorner.com/article/rest-api-using-node-js-mongodb-and-express/

Entity Framework Usage Considerations

Do you wonder if Entity Framework is better than ADO.NET, or when you should be using Entity Framework? In this article, we will discuss the answer to these questions.

source https://www.c-sharpcorner.com/Blogs/entity-framework-usage-considerations2

Pass Data Using WebAPI In C# Windows Forms

In this blog, we will learn how to pass the data using Web API in a Windows application using C#.

source https://www.c-sharpcorner.com/Blogs/pass-data-using-webapi-in-c-sharp-windows-forms

How To Set Printer To Print Black And White In Windows 10

This article provides step by step instructions on how to set a printer to print Black and White in Windows 10.

source https://www.c-sharpcorner.com/article/how-to-set-printer-to-print-black-and-white-in-windows-10/

Tuesday, March 26, 2019

Implement CRUD Operations With Sorting, Searching And Paging Using EF Core In ASP.NET Core

In this article, we will demonstrate how to create an application using EF Core and Asp.Net Core. In this application, we also discuss about sorting, paging and filtering data.

source https://www.c-sharpcorner.com/article/implement-crud-operations-with-sorting-searching-and-paging-using-ef-core-in-as/

How To Attach Email Attachments To Existing List Item

This article will go through the steps to extract attachments from an email and then attach them to an existing SharePoint list item.

source https://www.c-sharpcorner.com/article/no-code-solution-using-office-365-apps-and-utilities/

Send Method As Parameter Java Vs C#

In C# you have delegates, which is pretty straightforward as far as sending a method as parameter in C#. This has not been the case with Java.

source https://www.c-sharpcorner.com/article/send-method-as-parameter-java-vs-c-sharp/

Kubernetes 1.14 Brings gMSA Support

Docker is providing gMSA support in alpha with Kubernetes 1.14

source https://www.c-sharpcorner.com/news/kubernetes-114-brings-gmsa-support

Step-By-Step Guide To Setting Up A Full-Text Search In Laravel Using Scout

Laravel Scout is a driver-based & straightforward solution. It adds Full-Text Search to Eloquent Models. The library makes use of model observers. The reason for that is to keep the search index in sync with Eloquent records.

source https://www.c-sharpcorner.com/Blogs/stepbystep-guide-to-setup-a-fulltext-search-in-laravel-using-scout

Go Developer Network Announced

Go Developer Network(GDN) is created to empower developer communities with the knowledge and experience on Go

source https://www.c-sharpcorner.com/news/go-developer-network-announced

Creating Azure Blob Storage Using Visual Studio

This article will help you learn about the creation of an Azure Blob Storage using Visual Studio.

source https://www.c-sharpcorner.com/article/creating-blob-storage-using-visual-studio/

Type In Hindi Or Any Other Language Using Google Translate

Today, I am going to explain how to type in Hindi and other languages using Google API.

source https://www.c-sharpcorner.com/article/type-in-hindi-or-any-other-language-using-google-translate/

Set List Properties By WebRequest

There are many ways in CSOM to set the list properties of a SharePoint site but there are a few properties which we can’t set directly from the list object.

source https://www.c-sharpcorner.com/Blogs/set-list-properties-by-webrequest

Kubernetes v1.14 Released

Kubernetes 1.14 brings production-level support for Windows Nodes, Kubectl Updates and Persistent Local Volumes GA.

source https://www.c-sharpcorner.com/news/kubernetes-v114-released

Monday, March 25, 2019

Vuejs DevTools v5.0.0 Released

Vuejs DevTools is a browser DevTools extension for debugging Vue.js applications. The latest version of Vuejs DevTools, v5.0.0 is released.

source https://www.c-sharpcorner.com/news/vuejs-devtools-v500-released

Connect MS SQL, MongoDB And MySQL Databases From Same MVC App Using Dependency Injection

In this post, we will see how to connect MS SQL, MongoDB, and MySQL databases from the same MVC application. We will use dependency injection with Unity package to achieve this.

source https://www.c-sharpcorner.com/article/connect-ms-sql-mongodb-and-mysql-databases-from-same-mvc-app-using-dependency-i/

Control Your Source Code With GIT And Azure DevOps

From this tutorial, you will learn how to control your source code with GIT using Microsoft Azure DevOps and you won’t have to pay anything for it!

source https://www.c-sharpcorner.com/article/tutorial-control-your-source-code-with-git-and-azure-devops/

All About C# Immutable Classes

In this article, we are going to cover all the necessary information you need to know about Immutable classes in C#.

source https://www.c-sharpcorner.com/article/all-about-c-sharp-immutable-classes2/

All About Routing In Angular Applications

In this article about routing in Angular applications, I will cover routing from scratch to in-depth details. I will start from how routing works in Angular and then we will dive deeper with routing.

source https://www.c-sharpcorner.com/article/all-about-routing-in-angular-application/

Building High Performance Back End (SQL Server)

I am sure below screen look familiar to you because most of us as a developer has build this screen in our project. Where in you need to create a search feature to search something as per your project and bring the data from back end. Generally from front end we collect the parameter and pass this data to a store prodecure.

source https://www.c-sharpcorner.com/article/building-high-performance-back-end-sql-server/

Dynamic Row With Controls On Button Click - Add - Remove

Dynamic row with controls is useful when you have to add multiple data for multiple items of the same type. In this article, we will see how to play around with it.

source https://www.c-sharpcorner.com/article/dynamic-row-with-controls-on-button-click-add-remove/

How To Enable Azure AD Multifactor Authentication Using Azure Portal

In this article, we will learn how to enable the Azure AD multifactor Authentication via Azure Portal.

source https://www.c-sharpcorner.com/article/how-to-enable-azure-ad-multifactor-authentication-using-azure-portal/

How To Setup A Docker Private Registry🤷‍♂️

In this article, we will learn how to set up a docker private registry. A registry is a stateless, highly scalable server-side application that stores and lets you distribute Docker images.

source https://www.c-sharpcorner.com/article/how-to-setup-a-docker-private-registry/

Microservices Using ASP.NET Core

In this write-up, we will learn the concept of Microservices, its architecture, and how to create them using ASP.NET Core.

source https://www.c-sharpcorner.com/article/microservice-using-asp-net-core/

Sunday, March 24, 2019

Azure Service Fabric - Introduction To Microservices And Azure Service Fabric - Part One

This article details basic concepts of Microservices and Azure Service Fabric. The details provided will help build deeper concepts in Azure Service Fabric in the next set of articles in the series

source https://www.c-sharpcorner.com/article/azure-service-fabric-part-1/

Microsoft's Windows Virtual Desktop Enters Public Preview

Microsoft has announced the public preview of Microsoft Windows Virtual Desktop, which is a desktop and app virtualization service running in the cloud.

source https://www.c-sharpcorner.com/news/microsofts-windows-virtual-desktop-enters-public-preview

How To Start A Successful Startup

Today, in this article, I will try to reveal some points which can help a startup to survive. I have a mixed experience with startups as I had a startup which failed and another which is still up and growing. So, I will try to give you insights which might be of help if you are thinking of joining the club of successful entrepreneurs.

source https://www.c-sharpcorner.com/article/how-can-you-start-a-successful-startup/

Singleton Pattern In C#

In this article, you will learn about the singleton pattern in C#.

source https://www.c-sharpcorner.com/article/singleton-pattern-in-c-sharp/

How To Set The Default Printer In Windows 10

Learn step by step how to Set the Default Printer in Windows 10.

source https://www.c-sharpcorner.com/article/how-to-set-the-default-printer-in-windows-10/

Saturday, March 23, 2019

C# 8 Features

In this article, you will find some of the new C# 8 features described with pros and cons.

source https://www.c-sharpcorner.com/article/c-sharp-8-features/

Create Easy Dashboards In HTML Using ChartJS

ChartJS is one of the most widely used open source Dashboard solutions across many platforms. Leveraging HTML5 canvas, its great rendering and responsive performances across browsers makes it a developer’s first choice.

source https://www.c-sharpcorner.com/article/create-easy-dashboards-in-html-using-chartjs/

Introducing SQL+ .NET

SQL with .NET is a new approach to database development in the service layer. Let's get acquainted with it.

source https://www.c-sharpcorner.com/article/introducing-sql-dot-net/

Friday, March 22, 2019

Appointment Alerter In C# Using Speech Synthesis

In C#, we have the ability to use speech synthesis. We will create an application which alerts the user when there is an appointment by speaking out his appointment date and time and appointment text which he has saved. For saving appointments we will create a table in SQL Server database.

source https://www.c-sharpcorner.com/article/appointment-alerter-in-c-sharp-using-speech-synthesis/

Authenticate And Generate Microsoft Graph AccessToken AppID Using MS Graph .NET SDK

In this article, we will learn about how to authenticate and generate a Microsoft Graph AccessToken using AppId using ms graph dotnet sdk

source https://www.c-sharpcorner.com/article/authenticate-and-generate-microsoft-graph-accesstoken-appid-using-ms-graph-net/

How To Create Azure Active Directory (AD) Using Azure Portal In Microsoft Azure

Azure AD provides an easy way to give users single sign-on (SSO) access to various applications like Office 365, Dropbox, Salesforce etc. Azure AD improves application security with multifactor authentication and conditional access.

source https://www.c-sharpcorner.com/article/how-to-create-the-azure-active-directory-ad-using-azure-portal-in-microsoft-az/

How To Use Firebase Test Lab To Test Android Apps

Test Lab provides us the functionality to test our Apps on a pool of Android devices. It provides the environment to upload APK and select devices to run. We do not need to have a physical device to run our app and test it.

source https://www.c-sharpcorner.com/article/how-to-use-firebase-test-lab-to-test-android-apps/

Brute Force Method Explained And Applied In C#

In this article, I am going to explain about one of my favorite coding techniques, the brute force method.

source https://www.c-sharpcorner.com/article/how-using-brutal-force-could-improve-code-quality/

Steps For Creating Power BI Reports

In this article, we will learn about the 3 easy steps of creating Power BI Reports - getting data from the source, modeling the data source, and creating reports based on the dataset.

source https://www.c-sharpcorner.com/article/steps-for-creating-power-bi-reports/

Adapter Design Pattern Explained Simply

This article will explain the adapter design pattern , its practical use case with its benefits and drawbacks.

source https://www.c-sharpcorner.com/article/adapter-design-pattern-explained-simply/

Display Notfication Button With Count In SharePoint Page

In this article, we are going to see how to insert a notification button in our Sharepoint page using HTML and display the count of custom list item as a notification number using REST API methodology.

source https://www.c-sharpcorner.com/article/display-notfication-button-with-count-in-sharepoint-page/

Microsoft Azure Sentinel

Azure Sentinel is a service that provides a proactive and responsive cloud-native SIEM which will help customers simplify their security operations and scale as they grow. It acts as centralized system for SecOps to protect, secure and prevent similar threats in your environment in the future.

source https://www.c-sharpcorner.com/article/microsoft-azure-sentinel/

SharePoint Framework 1.8 - Library Component Type (Beta)

In this article, we will understand the concept of a library component and start developing our own library component for code sharing.

source https://www.c-sharpcorner.com/article/sharepoint-framework-1-8-library-component-type-beta/

iPhone Moment For Cars Is Here

Launch of Micromobility, an electric car with weight less than 500kg, seems iPhone moment in transportation.

source https://www.c-sharpcorner.com/news/iphone-moment-for-cars-is-here

Thursday, March 21, 2019

Wednesday, March 20, 2019

Tuesday, March 19, 2019

Happy Holi 2019

Very Happy and Colorful Holi to C# Corner Family.

source https://www.c-sharpcorner.com/Blogs/happy-holi-2019

How To Collect MS Forms Data In Sharepoint Using MS Flow

This article covers the steps to integrate Microsoft Forms with SharePoint through Microsoft Flow.

source https://www.c-sharpcorner.com/article/connecting-office-365-apps-and-utilities/

Image Manipulation Using Python

In this article, you will learn about image manipulation using Python.

source https://www.c-sharpcorner.com/article/image-manipulation-using-python/

Installation Of FlaUI

FlaUI is an open source .NET library designed to test the Windows applications. Let's learn how to install FlaUI.

source https://www.c-sharpcorner.com/article/installation-of-flaui/

Installation Of SharePoint 2016 Server

The IT preview of Microsoft SharePoint Server 2016 has been hooked up on the internet since August 2015 and everybody has been digging into its features ever since.

source https://www.c-sharpcorner.com/article/installation-of-sharepoint-2016-server/

Understanding Concepts - OpenId, OAuth And SAML

This article discusses a topic that is very confusing, and many people have posted questions about their doubts on the terms related to Authorization, Authentication, and Security protocols.

source https://www.c-sharpcorner.com/article/understanding-concepts-openid-oauth-and-saml/

Azure Machine Learning Service Adds RAPIDS Support

Azure Machine Learning service has become the first major cloud ML service to support NVIDIA’s RAPIDS.

source https://www.c-sharpcorner.com/news/azure-machine-learning-service-adds-rapids-support

Exploring Distributed Tracing Using ASP.NET Core And Jaeger

This short article shows how to set up a local testing environment of Jaeger, integrate with ASP.NET Core application and why we need the distributed tracing during our development and deployment.

source https://www.c-sharpcorner.com/article/exploring-distributed-tracing-using-asp-net-core-and-jaeger/

Using Azure PowerShell Commands To Create An App Service Web App

Azure PowerShell provides a set of cmdlets that use the Azure Resource Manager model for managing your Azure resources. You can use it in your browser with Azure Cloud Shell, or you can install it on your local machine and use it in any PowerShell session.

source https://www.c-sharpcorner.com/article/using-azure-powershell-commands-to-create-an-app-service-web-app/

Updating Parent Component State From Children Components In React With TypeScript (TSX Project)

Many people wonder how to update the state of a parent component from its child component since we can only pass props down from the parent to the child in React, as data flow is unidirectional in React applications. Well, through this blog, I will try to clear up the confusion.

source https://www.c-sharpcorner.com/Blogs/updating-parent-component-state-from-children-components-in-react-with-typescript-tsx-project

Understanding Scrum Review

Scrum Review is an important event that takes part in Scrum Framework and this blog will give you some key points to remember.

source https://www.c-sharpcorner.com/Blogs/understanding-scrum-review

C# Concepts With Real Time Examples

In this blog, we will look into some of the C# concepts through real-time examples which you guys can easily understand and remember for a long time.

source https://www.c-sharpcorner.com/Blogs/c-sharp-concepts-with-real-time-examples

How Read DBF File And Save Data Into Database In C#

In this article, we will learn how to read a DBF file and save all data to the SQL Server database.

source https://www.c-sharpcorner.com/Blogs/how-read-dbf-file-and-save-data-into-database-in-c-sharp

R 3.5.3 Released

R 3.5.3, the latest version of the R language for statistical computation and graphics from the R Foundation, is available now.

source https://www.c-sharpcorner.com/news/r-353-is-released

Monday, March 18, 2019

How To Import Data From Excel Data Into SQL Table In Microsoft SQL Server 2016

This article demonstrates the inbuilt functionality of importing data from Microsoft Excel to a SQL table using import export wizard.

source https://www.c-sharpcorner.com/article/how-to-import-data-from-excel-data-into-sql-table/

Microsoft Opens Azure Active Directory B2B Service To Add Google As An Identity Provider For B2B Guest Users

By setting up Federation with Google, you can allow invited users/clients to sign in to your shared apps and resources with their own Google accounts, without having to create Microsoft Accounts (MSAs) or Azure AD accounts.

source https://www.c-sharpcorner.com/article/microsoft-opens-azure-active-directory-b2b-service-to-add-google-as-an-identity/

Quick Guide To Setup Your SharePoint Framework Development Environment Using PNP JS

This article will help you to understand the usage of a new concept of PnP (or Pattern and Practices) introduced by the Microsoft community. The PnP JS Core Library was created to help developers by simplifying common operations (CRUD) within SharePoint and the SharePoint Framework.

source https://www.c-sharpcorner.com/article/quick-guide-to-setup-your-sharepoint-framework-development-environment-using-pnp/

Working With Azure Container Instances

Azure Container Instances simply allow you to run containers in Azure. The advantage is you can run it for a particular amount of time and then stop the container. You will just be billed for the time your container runs.

source https://www.c-sharpcorner.com/article/working-with-azure-container-instances/

SPFx - SP PnP JS Not Working On Modern Pages

When you are working with SPFx, you may choose @pnp/sp library as they provide a fluent API to make building your REST queries intuitive and support batching and caching.

source https://www.c-sharpcorner.com/Blogs/spfx-sp-pnp-js-not-working-on-modern-pages

How To Call Web Service Using SQL Server

In this blog, I will explain how to call web services through a stored procedure in the SQL database.

source https://www.c-sharpcorner.com/Blogs/how-to-call-web-service-using-sql

Understanding Scrum Retrospective

Scrum comes under Agile Umbrella and Scrum Retrospective is an important event that happens in Scrum. This blog will give you a basic understanding of the Retrospective activity.

source https://www.c-sharpcorner.com/Blogs/understanding-scrum-retrospective

Google Combo Chart In Angular 7

This blog will explain how to implement Google Charts in Angular 2+. I have implemented it with Angular 7.

source https://www.c-sharpcorner.com/Blogs/google-combo-chart-in-angular-7

Real World Cloud App - From Start To Finish - The Communications Layer

Real World Cloud App - From Start To Finish - The Communications Layer

source https://www.c-sharpcorner.com/article/real-world-cloud-app-from-start-to-finish-the-communications-layer/

Sunday, March 17, 2019

TypeScript 3.4 RC Released

3.4 gives you faster subsequent builds with the new --incremental flag and type-checking for globalThis. Top-level this is now typed.

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

Azim Premji Donates $7.5 billion

India's second-richest man, Azim Premji, the chairman of Wipro gives $7.5 billion to charity, making country's biggest single donation ever.

source https://www.c-sharpcorner.com/news/azim-premji-donates-75-billion

Deploy An Angular Application On IIS

In this article, we are going to discuss how to deploy an Angular application on IIS.

source https://www.c-sharpcorner.com/article/deply-of-a-angular-application-on-iis/

Web API Self-Hosting

In this blog, we will learn how to self-host a Web API (call the Web API from a client application) in C#.

source https://www.c-sharpcorner.com/Blogs/web-api-self-hosting

Filtration, Sorting, And Pagination In Angular 7 Using Web API And SQL Server

In this article, I am going to perform some tasks like binding records, pagination, sorting, and filtration in an Angular 7 Web application. The back-end used here is a SQL Server database.

source https://www.c-sharpcorner.com/article/filtration-shorting-pagination-in-angular-7-using-web-api-and-sql-server/

Getting Started With Azure DevOps - Part Two

This is a series of articles to get our hands dirty with Azure DevOps (previously known as VSTS).

source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-two/

React And Redux Essentials - Part Three

This series will allow you to learn ReactJS and Redux thoroughly in a steady manner. This is part three of the series.

source https://www.c-sharpcorner.com/article/react-and-redux-essentials-part-three/

SonarQube Configuration For .NET Core Web API

In this article, we will see how we can configure SonarQube to evaluate Web API in .NET Core.

source https://www.c-sharpcorner.com/article/sonarqube-configuration-for-net-core-web-api/

Iterator In C#

In this blog, we are going to look into the details of different kinds of iterators supported by C# and will find out subtle differences between them.

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

Debugging The Azure Function With .NET Framework V1

The .NET Framework developers get this frequent error when Azure function V1 is debugging on local.

source https://www.c-sharpcorner.com/Blogs/debugging-the-azure-function-with-net-framework-v1

Friday, March 15, 2019

Checking Open Ports In Azure

I wrote a blog post on utilizing a VPN server that I built on an Azure Virtual Machine to help facilitate a secure connection whenever I am away from my home network.

source https://www.c-sharpcorner.com/article/checking-open-ports-in-azure/

Getting Started With Azure DevOps - Part One

This is a series of articles to get our hands dirty with Azure DevOps (previously known as VSTS).

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

Introduction To DevOps And Azure DevOps

This article will provide you with the basics about DevOps and Azure DevOps as a one-time solution.

source https://www.c-sharpcorner.com/article/introducing-devops-and-azure-devops/

Office 365 SharePoint Online Management Shell

SharePoint Online is a subset of Office 365 which has come up with SharePoint Online Management Shell to run administrative commands from the command line. These cmdlets help manage the SharePoint Online users and sites.

source https://www.c-sharpcorner.com/article/office-365-sharepoint-online-management-shell/

Xamarin.Forms - Add Android Project In An Existing Project

In this article, you will learn how to add an Android Project in an existing project in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-add-android-project-in-existing-project/

C# 8.0 New Feature - Using Declarations And Static Local Functions

In this article, we are going to learn a new feature of C# 8.0 - Using declarations and Static local functions with examples.

source https://www.c-sharpcorner.com/article/c-sharp-8-0-new-feature-using-declaration-and-static-local-function/

10 Most Important Cryptocurrencies In 2019

There are thousands of cryptocurrencies available but a few of them are the most popular in the current market. In this article, we'll be going through the top 10 cryptocurrencies.

source https://www.c-sharpcorner.com/article/the-10-most-important-cryptocurrencies-in-2019/

TrackBy With ngFor Directive In Angular Application

In this post, we are going to see a very interesting thing, trackyBy with ngFor directive.

source https://www.c-sharpcorner.com/article/trackby-with-ngfor-directive-in-angular-application/

Private Constructor In C#

A private constructor is a special instance constructor. It is generally used in classes that contain static members only. If a class has one or more private constructors and no public constructors, other classes (except nested classes) cannot create instances of this class.

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

Create ASP.NET MVC Web API Using Entity Framework With MySQL Database

In this tutorial, I'm going to show how to create an ASP.NET MVC Web API using Entity Framework for MySql Database.

source https://www.c-sharpcorner.com/Blogs/create-asp-net-mvc-web-api-using-entity-framework-with-mysql-database

How To Check A Particular Column Of A Table Update Using COLUMNS_UPDATED() In SQL Server

In this blog, we will learn how to check if a particular column of a table is updated or not. If the column updates, the current record inserts into a trigger table using the trigger.

source https://www.c-sharpcorner.com/Blogs/how-to-check-a-particular-column-of-a-table-update-or-not-using-columnsupdated-in-sql-server

Setting Up Your First Project In Angular 7 Using Angular CLI

This blog is for beginners to learn to set up their first project in Angular 7 using Angular CLI and change prefix of the components.

source https://www.c-sharpcorner.com/Blogs/setting-up-your-first-project-in-angular-7-using-angularcli

Get Current User Basic Properties Using PNP JS

In this blog, I have explained how to retrieve the current user properties using PNP JS.

source https://www.c-sharpcorner.com/Blogs/get-current-user-properties-using-pnp-js

Visual Studio App Center Integrates with PlayFab

Microsoft has announced a preview release of the Visual Studio App Center Integration with PlayFab, bringing App Center diagnostics data into PlayFab.

source https://www.c-sharpcorner.com/news/visual-studio-app-center-integrates-with-playfab

Thursday, March 14, 2019

ASP.NET MVC WebGrid With CRUD Record From Two Tables And Custom Search Functionality Using Entity Framework Database First Method

This simple tutorial explains how to CRUD (Create, Retrieve, Update, and Delete) records from two one-to-many linked tables (category and product) and display in a web grid.

source https://www.c-sharpcorner.com/article/asp-net-mvc-webgrid-with-crud-record-from-two-tables-and-custom-search-functiona/

Consume Web API In ASP.NET MVC With CRUD Actions

We will see how to create a Web API using entity framework and connect with MS SQL Server. We will consume this Web API in an MVC application and see all CRUD actions.

source https://www.c-sharpcorner.com/article/consume-web-api-in-asp-net-mvc-with-crud-actions/

Inheritance In Ruby On Rails

Today, we are going to learn some interesting concepts about inheritance in Ruby on Rails.

source https://www.c-sharpcorner.com/article/inheritance-in-ruby-on-rails/

Tools Available For Windows Automation

This article explains about the tools available for Windows automation and helps you in choosing the right tool for automating your application.

source https://www.c-sharpcorner.com/article/tools-available-for-windows-automation/

Quick Tips For Writing Clean Code - Part Two

This blog aims at writing clean code and avoiding some common mistakes that programmers usually make while writing code.

source https://www.c-sharpcorner.com/Blogs/quick-tips-for-writing-clean-code-part2

Closures In JavaScript Explained Simply

Closure is a computer science term that defines how a function can maintain a record of the environment in which it was called. This means that a function can keep track of the arguments and variables it was initially called with, even when it’s called outside of that scope.

source https://www.c-sharpcorner.com/Blogs/closures-in-javascript-explained-simply

How To Enable Digital Signature In Digital Signed PDF Using Column Formatting

Enable or show the digital signature from a digital signed PDF with the power of column formatting.

source https://www.c-sharpcorner.com/article/how-to-appear-digital-signature-in-digital-signed-pdf-while-browse-using-spo-doc/

Stratis Full Node Version 3.0.2 Released

Stratis blockchain launches updated Full Node 3.0.2 and Core 1.1.0

source https://www.c-sharpcorner.com/news/stratis-full-node-version-302-released

Enable Mail Profile Back To Basics

I’ve seen many people go through the trouble of setting up database mail and configuring SQL Agent Alerts only to realize it’s not working. The reason in the cases I’ve seen is because they have simply neglected to assign a mail profile to SQL Agent.

source https://www.c-sharpcorner.com/article/enable-mail-profile-back-to-basics/

Wednesday, March 13, 2019

How To Create SQL Database In Azure And Connect With SQL Server Management Studio

In this article, we will learn how to create a SQL Azure Database in Microsoft Azure and how to connect the SQL Azure to SQL Server Management Studio.

source https://www.c-sharpcorner.com/article/how-to-connect-sql-azure-with-sql-server-management-studio/

Performance Consideration For C# Conditional Statements

In our C# programming life, we use If-Else if, Switch case, and If conditional statements frequently. In this article, we will look into the performance of each of these conditional statements in C#.

source https://www.c-sharpcorner.com/article/performance-consideration-for-c-sharp-conditional-statements/

Constructor, Types Of Constructor And Destructor In C++

This blog talks about constrcutors, types of constructors, and destrcutors in C++.

source https://www.c-sharpcorner.com/Blogs/constructor-types-of-constructor-and-destructor-in-cpp

Different Ways Of Implementing Google Column Chart In Angular 7

This blog will explain how to implement Google Charts in Angular 2+ versions. I have implemented it with Angular 7.

source https://www.c-sharpcorner.com/Blogs/different-way-of-implementing-google-column-chart-in-angular-7

TFVC Repository Migration To GIT Repository

In this blog, you will learn to migrate TFVC source control to GIT repository using Microsoft Team Foundation Server DLLs.

source https://www.c-sharpcorner.com/Blogs/tfvc-repository-migration-to-git-repository

How To Create Structural Navigation Nodes In Quick Launch And Top Navigation

SharePoint offers the customization of the navigation feature so that the users can navigate to the different locations and access them quickly.

source https://www.c-sharpcorner.com/Blogs/how-to-create-structural-navigation-nodes-both-in-quick-launch-and-top-navigation-node

SiteCollection Access Restriction

SharePoint Online (SPO), being a cloud-based service, can be accessed from anywhere across the globe with the help of the internet. Due to the organization policies, specific Site Collections in SPO should be restricted with no access outside the corporate network. In this article, let us see how to restrict the access.

source https://www.c-sharpcorner.com/article/sitecollection-access-restriction/

Reverse A String In C# With And Without An Inbuilt Function

This blog explains how to reverse a string in C# using an inbuilt function as well as without using an inbuilt function.

source https://www.c-sharpcorner.com/Blogs/reverse-string-without-inbuilt-function-and-using-inbuilt-function

Xamarin.Forms 3.6 Released

Xamarin.Forms 3.6 is out, boosting Material Design look-and-feel in your Android and iOS apps.

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

Tuesday, March 12, 2019

A Simple Calculator In React.js

In this article, we will learn to build a simple calculator written in React.js. I just wrote this for fun.

source https://www.c-sharpcorner.com/article/a-simple-calculator-in-react-js/

GraphQL In .NET Core Web API With Entity Framework Core - Part Five

In this article, we will see different query formats, the way of using a directive in a query, and the process of defining variables in the query.

source https://www.c-sharpcorner.com/article/graphql-in-net-core-web-api-with-entity-framework-core-part-five/

How To Apply Padding In Xamarin

In this article, you will learn what padding is and how to set it for the layouts. We will also see how to set it for different platforms like UWP, Android and iOS.

source https://www.c-sharpcorner.com/article/how-to-apply-padding-in-xamarin/

Upgrade Scenarios For SharePoint Server 2019

In this article, we will explore high level scenarios of upgrading to SharePoint Server 2019 from prior SharePoint on-premises versions.

source https://www.c-sharpcorner.com/article/upgrade-scenarios-for-sharepoint-server-2019/

Monday, March 11, 2019

Why We Should And Should Not Use .NET Core

In this blog, I will discuss the advantages and disadvantages of .NET Core.

source https://www.c-sharpcorner.com/Blogs/why-should-and-should-not-we-use-net-core

ASP.NET MVC Request Life Cycle

If you have worked on ASP.NET MVC, you must be familiar with how when you type in an URL, the appropriate controller is chosen, and the action fired. Today we will dig a little deeper within the MVC request life cycle.

source https://www.c-sharpcorner.com/article/asp-net-mvc-request-life-cycle/

C# 8.0 New Feature - Ranges And Indices

In this article, we are going to learn the new features of C# 8.0, Ranges and Indices. This introduces new operators and new types - System.Index and System.Range.

source https://www.c-sharpcorner.com/article/c-sharp-8-0-new-feature-ranges-and-indices/

Getting Started With Microsoft Bot Using Visual Studio 2019

In this article, you will learn how to create a Bot application using Visual Studio 2019.

source https://www.c-sharpcorner.com/article/getting-started-with-microsoft-bot-using-visual-studio-2019/

How To Convert Web Link To PDF Without Using iText Library In Android

In this article, we will learn how to convert a Website url to a pdf file in Android.

source https://www.c-sharpcorner.com/article/how-to-convert-web-link-to-pdf-without-using-itext-library-in-android/

MongoDB Find, Operators, And Filters

In this tutorial, we will see how to import JSON data to a MongoDB Database (Collection). We will perform some operations with find and findOne methods. And we will also have some queries with Comparison and Logical Operators.

source https://www.c-sharpcorner.com/article/mongodb-find-operators-and-filters/

Types Of Pages In Xamarin

In this article, you are going to learn about Xamarin Pages. Pages are the most essential part of XAML. They are used to design the screen of an application. Here, we are going to discuss some basic ones.

source https://www.c-sharpcorner.com/article/types-of-pages-in-xamarin/

Upload Files🗒️ In Azure Blob Storage Using ASP.NET Core

In this article, we will discuss how to upload files in Azure Blob Storage using Asp.Net Core.

source https://www.c-sharpcorner.com/article/upload-files-in-azure-blob-storage-using-asp-net-core/

C# Coding Standards 😎

In this article, we’ll learn how we can optimize lines of code, which we should follow to write better, more clear code

source https://www.c-sharpcorner.com/article/c-sharp-coding-standards/

Implementation Of amCharts In React

A go-to library for data visualization, you can use amCharts if you need a simple yet powerful and flexible drop-in data visualization solution. amCharts 4 includes both charts and geographical maps.

source https://www.c-sharpcorner.com/article/implementation-of-amcharts-in-react/

Visual Studio Short Keys And Tips

Here, in this blog, we will learn some Visual Studio shortcut keys and tips that are extremely helpful to developers, testers, and tech leads etc.

source https://www.c-sharpcorner.com/Blogs/visual-studio-short-keys-and-tips

Sunday, March 10, 2019

View Encapsulation In Angular

In this article, we will see what actually view encapsulation is in Angular? And how encapsulation works in Angular.

source https://www.c-sharpcorner.com/article/view-encapsulation-in-angular/

How To Refresh Token For A Website User

Suppose, we have to redirect a user to the Login page after a certain idle time. Let's discuss how to refresh the token for another 5 minutes.

source https://www.c-sharpcorner.com/Blogs/refresh-the-token

Angular Stats - ng build Vs ng build --prod

In this blog, we are going to explore the angular application stats that will help us understand the usage of ng build options.

source https://www.c-sharpcorner.com/Blogs/angular-stats-ng-build-vs-ng-build-prod

Docker - Everything You Need To Know

We have been hearing a lot about Dockers and containers nowadays. They are said to be the next big thing in the world of technology. I decided to explore the enigma of Docker and I must say it’s really impressive. In this article, we will see learn the basics, significance, and usage of Docker.

source https://www.c-sharpcorner.com/article/docker-tutorial/

Encryption And Decryption Using A Symmetric Key In C#

We are going to learn how to use the symmetric key for encrypting and decrypting data in C#.

source https://www.c-sharpcorner.com/article/encryption-and-decryption-using-a-symmetric-key-in-c-sharp/

SharePoint 2019 Self-Service Site Creation

In this article, we will understand the concept of self-service site creation and new feature offerings from SharePoint 2019 for self-service site creation experience.

source https://www.c-sharpcorner.com/article/sharepoint-2019-self-service-site-creation/

Introduction To Mapper NuGet

In this blog, we will talk about my first Mapper NuGet which is based on the Generic Extension method to map objects from one type to another.

source https://www.c-sharpcorner.com/Blogs/mapper-nuget

The Difference Between Azure Active Directory And Windows Active Directory

This blog briefly explains the differences between the Windows Active Directory and Azure Active Directory.

source https://www.c-sharpcorner.com/Blogs/confused-with-term-active-directory

Update List Item Using CSV File - PnP PowerShell - SharePoint 2013/2016/SPO

In this article, we are going to discuss updating a SharePoint List using .csv file using PnP PowerShell Module.

source https://www.c-sharpcorner.com/Blogs/update-list-item-using-csv-file-pnp-powershell-sharepoint-20132016spo

Mantra To Crack Job Interviews

Cracking a job interview is our first step towards fulfilling our dreams and ambitions. Based on my experience being on both sides of the table of the interview, I have formulated these points to focus on in order to crack your next job interview.

source https://www.c-sharpcorner.com/article/mantra-to-crack-job-interviews/

Microsoft Build Announced

Registration is open for Build 2019, the conference will take place May 6-8, 2019 at the Washington State Convention Center in Seattle.

source https://www.c-sharpcorner.com/news/microsoft-build-announced

Saturday, March 9, 2019

10 Tips To Improve Performance Of ASP.NET Core Application

Performance of a website is very important to make users happy. Here are top 10 tips to improve the performance of an ASP.NET Core Web application.

source https://www.c-sharpcorner.com/article/10-tips-to-improve-performance-of-asp-net-core-application/

What Skills Do I Need to Become a Data Scientist?

Data science is growing at a very rapid pace, and unless one cannot extract the true value of a business based on the data collected then this can lead to a huge loss for the company. Regardless of your previous skills, degree or work experience, one needs to know what skills to develop and learn to bag that data science job.

source https://www.c-sharpcorner.com/Blogs/what-skills-do-i-need-to-become-a-data-scientist

Friday, March 8, 2019

Example: How To Use Output Parameter In Stored Procedure In C#

This article, we will learn how to execute stored procedures with output parameters in C# code.

source https://www.c-sharpcorner.com/Blogs/example-on-how-to-use-output-parameter-in-stored-procedure-in-c-sharp

C# ValueTuple Code Example

Tuples is one of the important features of C#. A tuple is a data structure that contains a sequence of elements of different data types.

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

Creating A Chatbot Using Amazon Lex Service - Day Four - Facebook Messenger Integration

This is the last article of this series where we’ll see how to integrate the bot with Facebook Messenger and make it live with Messenger.

source https://www.c-sharpcorner.com/article/creating-a-chatbot-using-amazon-lex-service-day-four-facebook-messenger-integr/

CRUD Operations On CosmosDB Mongo API Using ASP.NET Core

In this article, we will discuss how to create a web application to perform Crud operations using Cosmos DB.

source https://www.c-sharpcorner.com/article/crud-operations-on-cosmosdb-using/

Deserialize XML with Array Node In C#

In this blog, I will explain how to deserialize an XML file with an array and single nodes.

source https://www.c-sharpcorner.com/Blogs/deserialize-xml-with-array-node

Quick Tips for writing Clean Code Part-1

This blog aims on writing clean code and avoid some common mistakes that programmers usually make while writing code.

source https://www.c-sharpcorner.com/Blogs/quick-tips-for-writing-clean-code-part1

C# 8.0 New Feature Swtich Expressions

In this article, we are going to learn about a new feature of C# 8.0, i.e., Switch Expressions.

source https://www.c-sharpcorner.com/article/c-sharp-8-0-new-feature-swtich-expression/

Confidential Computing For Azure Virtual Machines

This article provides an introduction to Confidential Computing and how to spin a Confidential Compute enabled Virtual Machine in Azure.

source https://www.c-sharpcorner.com/article/confidential-computing-for-azure-virtual-machines/

Create A Free MongoDB Atlas Cluster And Connect With MVC

In this article, we will create a free MongoDB Atlas cluster and connect this cluster with an MVC 5 application.

source https://www.c-sharpcorner.com/article/create-a-free-mongodb-atlas-cluster-and-connect-with-mvc/

Creating Drag-n-Drop List In Angular Using Angular Material

In this article, I am going to show you how to implement Drag and Drop Lists in an Angular application.

source https://www.c-sharpcorner.com/article/create-drag-n-drop-list-in-angular-using-angular-material/

Creating An Azure VM From The VHDX/VHD File

In this article, we will learn to convert the VHDX file into VHD, upload it to the Azure Blob storage, create a Managed Image from the VHD, and create a Virtual Machine from the Managed Image.

source https://www.c-sharpcorner.com/article/creating-an-azure-vm-from-the-vhdxvhd-file/

Download Files In ZIP Format In MVC.NET

In this article, we will see how to download files in Zip format in MVC.NET.

source https://www.c-sharpcorner.com/article/download-files-in-zip-formate-in-mvc-net/

SharePoint Server 2019 Office Online Server

Office Online Server (OOS) is a successor of Office Web Apps (OWA). It allows the users to read and edit the Microsoft Office documents in the browser. SharePoint 2016 and 2019’s Durable Links feature requires Office Online Server (OOS) as a pre-requisite. Office Online Server (OOS) needs to be installed on a separate server.

source https://www.c-sharpcorner.com/article/sharepoint-server-2019-office-online-server/

Visual Studio Code Keyboard Shortcut For Windows

In this article, I will discuss various Visual Studio Code keyboard shortcuts that we can use while working on a Windows PC. It will help the developers to boost their performance and efficiency.

source https://www.c-sharpcorner.com/article/visual-studio-code-keyboard-shortcut-for-windows/

Thursday, March 7, 2019

Leadership Challenge 011 - Keith Rosen - Coach To Win, Not To Fix

Many times, as Customer Success Managers, we are trying to get the customer to do something differently. While our intentions may be good, we could be missing an opportunity to reinforce the positive behaviors that could be occurring right before our eyes. I know I am guilty of this.

source https://www.c-sharpcorner.com/article/leadership-challenge-011-keith-rosen-coach-to-win-not-to-fix/

Secure Travel

Traveling in today’s age of technology is a lot easier than in the past. You can start your journey in the morning of one country and be half way across the world by nights end. When traveling, data security is usually always at the forefront of my mind. I recently traveled to a conference.

source https://www.c-sharpcorner.com/article/secure-travel/

What Does “var” Mean In C#?

The “var” keyword is used to declare a var type variable in C#. In this article, you will learn how to use a var in C#.

source https://www.c-sharpcorner.com/article/what-does-var-mean-in-c-sharp/

What Is New In TensorFlow 2.0

TensorFlow 2.0 is Google's machine learning frameworks. Lean what is new in TensorFlow 2.0

source https://www.c-sharpcorner.com/article/what-is-new-in-tensorflow-2-0/

Bot Framework SDK Version 4.3 Released

Recently, Microsoft announced the release of Bot Framework SDK version 4.3, and shared the updates for the Conversational AI releases.

source https://www.c-sharpcorner.com/news/bot-framework-sdk-version-43-released

A Detailed Overview Of Blob Storage

This article will help you learn about the creation of an Azure Blob Storage.

source https://www.c-sharpcorner.com/article/a-detailed-overview-about-blob-storage2/

How To Create Pages Of Different Kinds In Xamarin

This article tells you how to create pages of different kind in Xamarin, how to work with them, and how they differentiate from each other.

source https://www.c-sharpcorner.com/article/how-to-create-page-in-xamarin/

Installing Joomla On Azure

In this article, I will show you how to install Joomla on Microsoft Azure hosting.

source https://www.c-sharpcorner.com/article/installing-joomla-on-azure/

Programming Concurrency In C++ - Part Two

This article is in continuation of my previous article, "Programming Concurrency in C++: Part One". This article will sum up the introduction of concurrency in C++.

source https://www.c-sharpcorner.com/article/programming-concurrency-in-cpp-part-2/

Infinite Scrolling In Angular Application

In this article, we will be implementing infinite scrolling in our Angular application. Now, the question comes to mind, what does infinite scrolling actually mean and what are the advantages of using it. Yes, you will get the answers to all these questions by the end of the article.

source https://www.c-sharpcorner.com/article/infinite-scrolling-in-angular-application/

Microsoft Opens First Datacenters In Africa

Microsoft launches first datacenters in Africa with general availability of Microsoft Azure.

source https://www.c-sharpcorner.com/news/microsoft-opens-first-datacenters-in-africa

Wednesday, March 6, 2019

Backing Up A Database To URL

In a previous post, I talked about some of the available storage options that can be used to back up your databases directly to the cloud. Doing this is a really good way to get your backups off-site and replicated in a single motion, depending on the region and redundancy option select, for minimal cost.

source https://www.c-sharpcorner.com/article/backing-up-a-database-to-url/

How Your Hypervisor Can Impact Your CPU

The most prevalent SQL Server wait type was SOS_SCHEDULER_YIELD. This wait type is typically prevalent on a server undergoing CPU pressure.

source https://www.c-sharpcorner.com/article/how-your-hypervisor-can-impact-your-cpu/

C# Swap Two Variables Without using a Third Variable

This code sample shows how we can swap two integers without using a third integer.

source https://www.c-sharpcorner.com/Blogs/c-sharp-swap-two-variables-without-using-third-variable

Create Report In Salesforce Lightning

In this blog, we will learn how to create a report in Salesforce.

source https://www.c-sharpcorner.com/Blogs/create-report-in-salesforce-lightning

Cascading Dropdown List Using MVC And Web API With Angular 7

In this article, we are going to create a Cascading dropdown list using MVC, Web API, SQL, and Angular 7. Mainly, we will see how to populate state name by country name and display district name by the state, using Angular 7.

source https://www.c-sharpcorner.com/article/cascading-dropdown-list-using-mvc-web-api-and-angular-7/

GraphQL In .NET Core Web API With Entity Framework Core - Part Four

In this article, we will see how we can load all the children of a parent class using DataLoader.

source https://www.c-sharpcorner.com/article/graphql-in-net-core-web-api-with-entity-framework-core-part-four/

How To Configure Message Routing With IoT Hub - Part Two

In this article, we are going to see how to configure message routing with Azure IoT Hub using Azure Stream Analytics. Here, we will route a message to Azure Tables

source https://www.c-sharpcorner.com/article/how-to-configure-message-routing-with-iot-hub-part-two/

How To Implement Token Based Authentication Using Web API, Entity Framework, And Angular 7

In this article, we will learn how to implement token-based authentication using Web API, Entity Framework, and Angular 7.

source https://www.c-sharpcorner.com/article/how-to-implement-token-based-authentication-using-webapi-entity-framework-and-a/

Implement Toastr Notification In Angular 7

In this article, we will learn about the Toastr library and how to implement Toastr in Angular 7 for creating notifications.

source https://www.c-sharpcorner.com/article/implement-toastr-notification-in-angular-7/

Multiple Document Interface (MDI) With RichTextBox

After searching for a long time on the internet, I have read and consolidated knowledge from different websites into one place and created an original MDI application. I hope this will be useful for all coders who want to create a Wordpad like application in C#.NET using Visual Studio.

source https://www.c-sharpcorner.com/article/multi-document-interface-with-richtextbox/

Office 365 Groups And Team Governance

This article explains what Office 365 Groups and Team Governance are and what aspects are included in it, like managing who can create O365 Groups, managing O365 Group Expiration Policy, managing orphan Teams and Groups, and managing guest access in Teams.

source https://www.c-sharpcorner.com/article/office-365-groups-and-team-governance/

New Azure Security Center Capabilities Revealed At RSA 2019

Azure Security Center now leverages machine learning to cut the attack surface of internet-facing virtual machines.

source https://www.c-sharpcorner.com/news/whats-new-in-azure-security-center

How To Use Crystal Report In MVC.NET

In this article, we will learn how to use Crystal Reports in MVC.NET. We will create a PDF file and will export it using Crystal Reports.

source https://www.c-sharpcorner.com/article/use-crystal-report-in-mvc-net/

Calculator Calculation With A Single Line Of Code In C#

In this blog, we will learn how to make calculations without creating a calculator like function.

source https://www.c-sharpcorner.com/Blogs/calculator-calculation-with-single-line-of-code-in-c-sharp

How To Get Outlook Tasks Using Microsoft Graph

This blog shows how to use the Outlook Tasks API to get tasks from Outlook Online in Microsoft Graph Explorer.

source https://www.c-sharpcorner.com/Blogs/manage-outlook-tasks-using-microsoft-graph

Service Fabric Processor Preview Is Available Now

The next generation Azure Event Hubs .NET Standard Service Fabric Processor library integrates Event Hub event consumption with Service Fabric.

source https://www.c-sharpcorner.com/news/service-fabric-processor-is-now-available

Azure Premium Blob Storage Is Now In Public Preview

Premium Block Blob Storage uses a combination of solid-state drives in storage clusters and enhancements to blob storage software to provide high throughput and very fast response times.

source https://www.c-sharpcorner.com/news/azure-premium-blob-storage-is-now-in-public-preview

Tuesday, March 5, 2019

All You Wanted To Know About CORS

This article will provide a simplistic explanation of CORS using a real-world analogy. We will go into the details of what you need to understand & troubleshoot CORS Issues.

source https://www.c-sharpcorner.com/article/all-you-wanted-to-know-about-cors/

Managing Roles And Permissions In Custom Applications

I am building a SaaS application and I want to serve real customers. In this article I am going to explain different ways to define user roles for a SaaS application and for each approach we will look at the merits and demerits.

source https://www.c-sharpcorner.com/article/managing-roles-and-permissions-in-custom-applications/

Using Azure Cosmos DB In MVC Web Application

Create, read, and delete documents in Azure Cosmos DB by using code. Azure Cosmos DB can be accessed by using five different APIs. The underlying data structure in Azure Cosmos DB is a data model based on atom record sequences that enable Azure Cosmos DB to support multiple data models.

source https://www.c-sharpcorner.com/article/using-azure-cosmos-db-in-mvc-web-application/

Using EPPlus To Import And Export Data In ASP.NET Core

In this article, we will use EPPlus to import and export Excel files in ASP.NET Core.

source https://www.c-sharpcorner.com/article/using-epplus-to-import-and-export-data-in-asp-net-core/

How To Setup Diagnostic Logs With An IoT Hub

In this article, you’ll see the steps to enable the diagnostic logs with an IoT Hub. It will help you diagnose the problem and fix it immediately.

source https://www.c-sharpcorner.com/article/how-to-setup-diagnostic-logs-with-an-iot-hub/

React And Redux Essentials - Part One

This series will allow you to learn ReactJS and Redux thoroughly in a steady manner.

source https://www.c-sharpcorner.com/article/react-and-redux-essentials-part-one2/

React And Redux Essentials - Part Two

This series will allow you to learn ReactJS and Redux thoroughly in a steady manner.

source https://www.c-sharpcorner.com/article/react-and-redux-essentials-part-two/

SharePoint 2019 Configure Hybrid Content Types

The SharePoint hybrid content types helps to maintain a single set of content types across SharePoint on-premises server and SharePoint online. The shared content types are maintained at SharePoint online and its read only copy is maintained at SharePoint on-premises server.

source https://www.c-sharpcorner.com/article/sharepoint-2019-configure-hybrid-content-types/

State And Props In React Native Application

In this article, we will see how to use State and Props in a React Native application.

source https://www.c-sharpcorner.com/article/state-and-props-in-react-native-application/

Monday, March 4, 2019

What Is Accelerated Database Recovery In Azure

Microsoft recently announced the preview of Accelerated Database Recovery? ADR is a redesigned SQL database engine feature that improves database recovery process in Azure in the presence of long running transactions.

source https://www.c-sharpcorner.com/article/what-is-accelerated-database-recovery-in-azure2/

5 Reasons Why You Need To Plan To Backup Your Office 365 Data Today

Here are the 5 reasons why you should plan the backup of your Office 365 data as soon as possible, and why you need to backup Office 365 mailbox emails, spreadsheets, appointments etc. right away!

source https://www.c-sharpcorner.com/article/5-reasons-why-you-need-to-plan-to-backup-your-office-365-data-today/

Abstract Class And Interface - Two Pillars In Object Oriented Programming

Abstract classes are those classes which can't be initiated, that is, they are considered as incomplete classes. Let's learn the concepts of Abstract Classes and Interface in OOP.

source https://www.c-sharpcorner.com/article/abstract-class-and-interface-two-pillars-in-object-oriented-programming/

Export Excel File In MVC.NET

In this article, we are learning how to export an Excel file in MVC.NET.

source https://www.c-sharpcorner.com/article/excel-export-in-mvc-net2/

Sunday, March 3, 2019

Microsoft Launches Two New Cybersecurity Services

Microsoft Azure Sentinel reduces threat hunting from hours to seconds and Microsoft Threat Experts offers a one-click connect with top security experts.

source https://www.c-sharpcorner.com/news/microsoft-launches-two-new-cybersecurity-services

Saturday, March 2, 2019

Java Support In Azure Functions Is Now Generally Available

Microsoft announces the general availability of Java support in Azure Functions 2.0

source https://www.c-sharpcorner.com/news/java-support-in-azure-functions-is-now-generally-available

Azure Lab Services Is Now Generally Available

Azure Lab Services GA pricing will go into effect from May 1, 2019.

source https://www.c-sharpcorner.com/news/azure-lab-services-is-now-generally-available

GraphQL In .NET Core Web API With Entity Framework Core - Part Three

In this article, we will see how GraphQL works with multiple tables and exposes through a single Web API in Core.

source https://www.c-sharpcorner.com/article/graphql-in-net-core-web-api-with-entity-framework-core-part-three/

How Xamarin Works On Different Platforms

This article talks about how Xamarin works on different platforms and what is the architecture of Xamarin.

source https://www.c-sharpcorner.com/article/how-xamarin-works-on-different-platforms/

Ember 3.8 Brings New Features And Important Fixes

Along with some important fixes in Ember.js, Ember Data, and Ember CLI; this release brings two new features in Ember.js: element modifier manager and array helper.

source https://www.c-sharpcorner.com/news/ember-38-brings-new-features-and-important-fixes

Friday, March 1, 2019

Ionic React Released In Beta

Ionic React offers all the Ionic components in your React application and support for TypeScript type definitions.

source https://www.c-sharpcorner.com/news/ionic-react-released-in-beta

New Python Extension For Visual Studio Code Available Now

February 2019 release of the Python Extension brings a built-in Test Explorer, validated breakpoints when debugging, and the ability to run code selection in the Python Interactive window.

source https://www.c-sharpcorner.com/news/microsoft-announces-the-february-2019-release-of-the-python-extension-for-visual-studio-code

Class Methods And Variables In Ruby On Rails

Today, we are going to see the class methods, variables, and the to_s method in Ruby programming language.

source https://www.c-sharpcorner.com/article/class-methods-and-variables-in-ruby-on-rails/

Creating A Chatbot Using Amazon Lex Service - Day Three - Slots In AWS Lex

In the last two articles of the tutorial series, we learned how to create a basic chatbot and how to integrate a lambda function to our bot for fulfillment. In this article, we’ll discuss what slots are and how to play around with slots to make our chatbot more interactive and richer.

source https://www.c-sharpcorner.com/article/creating-a-chatbot-using-amazon-lex-service-day-three-slots-in-aws-lex/

How To Install MongoDB Locally And Perform CRUD Operations

In a SQL-based database, the first step is to create the Database. In this article, let us talk about the installation of MongoDB locally and performing the CRUD operations.

source https://www.c-sharpcorner.com/article/how-to-install-mongodb-locally-and-perform-crud-operations/

SharePoint 2013/2016 - Search Database Related Tables Using BCS

In this article, we will see how to search database related tables using BCS.

source https://www.c-sharpcorner.com/article/search-database-related-tables-using-bcs/

Simple Steps To Create A Multi-Node MongoDB Cluster

In this article, we will see how to set up a 3-node MongoDB replica set on your local machine easily. I will set up this cluster in my Windows 10 machine.

source https://www.c-sharpcorner.com/article/simple-steps-to-create-a-multi-node-mongodb-cluster/

Displaying Data From Two Tables With Custom Search Using Entity Framework Database-First Method

This simple tutorial explains how to retrieve data from two one-to-many linked tables (category and product) and display in a web grid.

source https://www.c-sharpcorner.com/article/data-displayed-from-two-tables-with-custom-search-functionality-using-entity-fra/

CI/CD through Azure DevOps

In this blog I will explain how Azure DevOps helps Continuous Integration and Continuous Deployment.

source https://www.c-sharpcorner.com/Blogs/cicd-through-azure-devops