Thursday, January 31, 2019

Microsoft Announced Project Rome SDK For Android and iOS version 1.0

Recently, Microsoft announced the availability of version 1.0 of Project Rome SDK for Android and iOS, which is a device-independent platform that enables building usercentric experiences across devices.

source https://www.c-sharpcorner.com/news/microsoft-announced-project-rome-sdk-for-android-and-ios-version-10

Clone A Project In Visual Studio 2019

In this article, we are going to learn how to clone a project from a server using Visual Studio 2019.

source https://www.c-sharpcorner.com/article/clone-project-with-visual-studio-2019/

Create an Angular 7 App with ASP.NET Core 2.1

This step by step getting started tutorial explains how to build an Angular 7 Web application by using Angular 7 Web Application (.NET Core) Template and ASP.NET Core MVC Application in Visual Studio 2017.

source https://www.c-sharpcorner.com/article/create-an-angular-7-app-with-asp-net-core-2-1/

Creating POCO Class Library Using Reverse Engineering

In this article, we will learn how to create a POCO class library by the reverse engineering technique using EF Core Power Tools in Visual Studio 2017.

source https://www.c-sharpcorner.com/article/create-poco-class-library-using-reverse-engineer/

oImplement Registration Page Using Angular With ASP.NET MVC

Recently, I have searched how to implement registration form using Angular 2 Forms with ASP.NET MVC. In this article, let us see how.

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

Wednesday, January 30, 2019

Use SQS To Offload Asynchonous Tasks

Learn to use Amazon's Simple Queue Service to improve the performance of customer-facing services by offloading asynchronous tasks.

source https://www.c-sharpcorner.com/article/improve-application-performanac/

Working With Cluster Logs

The Powershell cmdlet get-clusterlog is a quick and handy way to get information from the Windows Cluster. This cmdlet will create a text log file for all nodes or a specific node (if specified) within a failover cluster.

source https://www.c-sharpcorner.com/article/working-with-custer-logs/

Backing Up And Restoring Database Without Using .bak File

In this article, we will discuss how to backup and restore the database without using the .bak file in SQL Server.

source https://www.c-sharpcorner.com/article/backing-up-and-restoring-database-without-using-bak-file/

Collections In Ruby On Rails

In this article, we will see some of the collections in Ruby on Rails, with their syntaxes and example programs.

source https://www.c-sharpcorner.com/article/collections-of-ruby-on-rails/

Configure SharePoint Server 2019

In this article, we will explore how to configure the SharePoint 2019 using AutoSPInstaller, set up an active directory, and add users to the active directory.

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

Debug A Web Application Using VSCode

There are many ways to debug a web application. Let us learn the debug process using VS Code.

source https://www.c-sharpcorner.com/article/debugging-in-web-application-using-vscode/

NuGet Package To Manage CosmosDB Objects

I created a useful NuGet Package for managing CosmosDB functions, stored procedures, and triggers along with our app code. You can learn about this package in this article.

source https://www.c-sharpcorner.com/article/manage-cosmosdb-objects-with-this-nuget-package/

.NET Core Load Environment Specific Custom Config File

In this article, we will see how we can load environment specific config files and use data accordingly.

source https://www.c-sharpcorner.com/article/net-core-load-environment-specific-custom-config-file/

Limitations Of Office 365 Shared Mailbox And How To Overcome These

Do you know the limitations of the Microsoft Office 365 Shared Mailbox? Have you ever faced the data retrieval issues with these shared mailboxes? Here’s how you can overcome this.

source https://www.c-sharpcorner.com/article/what-are-office-365-shared-mailbox-limitations-and-how-to-overcome/

.NET Core 3 Preview 2 Released

Microsoft has released the second preview of its development platform .NET Core 3.0, which bring many new features in .NET Core 3.0 and C# 8.

source https://www.c-sharpcorner.com/news/net-core-3-preview-2-released

Microsoft Becomes First Global Cloud Service Provider For The Indian State Punjab

The Department of Governance Reform of Punjab, a state in northern India, has entered in partnership with the tech giant Microsoft to offer cloud services in the state.

source https://www.c-sharpcorner.com/news/microsoft-becomes-the-first-global-cloud-service-provider-for-the-indian-state-punjab

The preview of OpenAPI Specification v3 Support in Azure API Management Released

Recently, Microsoft has introduced support for the OpenAPI specification v3 in Azure API Management.

source https://www.c-sharpcorner.com/news/the-preview-of-openapi-specification-v3-support-in-azure-api-management-released

Microsoft Joins The SciKit-Learn Consortium

Microsoft has joined the SciKit-learn Consortium. In this news, let us learn more about this step of the software giant.

source https://www.c-sharpcorner.com/news/microsoft-joins-the-scikitlearn-consortium

Tuesday, January 29, 2019

Azure Advisor

Azure offers a lot of value-added services included with the price of what you pay . One of the things really, I like is Azure Advisor. this service provides information about your entire Azure landscape. It gives you a complete overview of your system needs including possible ways to save money.

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

Create A Blazor App With Google ☁️Cloud SQL Using MySQL Engine

We will see how to create a Google Cloud SQL instance using the MySQL engine and will create a single page application in Blazor.

source https://www.c-sharpcorner.com/article/create-a-blazor-app-with-google-cloud-sql-using-mysql-engine/

Development On PowerApps For Office 365 - Part Four

This article is part of a series of complete development on PowerApps. Today, we will develop an app and see a real-time scenario of what Power App has to offer.

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

DIY Google AI Assistant Using A Raspberry Pi

This assistant will actively listen to your voice and respond to your queries, all you need to say is “OK Google” followed by your query.

source https://www.c-sharpcorner.com/article/diy-google-ai-assistant-using-a-raspberry-pi2/

Getting Started With Smart Contracts In C#

In this article, I will explain the development tools and steps required to write your first smart contract in C# and Visual Studio 2017.

source https://www.c-sharpcorner.com/article/getting-started-with-smart-contracts-in-c-sharp/

How To Alert/Monitor Spending Limit Of A Resource Group In Microsoft Azure

In this article, we will see how to monitor the spending limit of a particular resource group in Azure. And if it exceeds the limit, send an alert to the admin.

source https://www.c-sharpcorner.com/article/how-to-alertmonitor-spending-limit-for-resource-group-in-microsoft-azure/

How To Use/Switch Screens On Microsoft PowerApps In Office 365

There are many small fixations or steps to make your PowerApps completely functional. Some of them can be achieved directly and some of them have their tricky way. Here in this article, we are going to see one of those fixations.

source https://www.c-sharpcorner.com/article/how-to-useswitch-screens-on-microsoft-powerapps-in-office-365/

Planning The Migration Of Application To Azure PaaS

Many organizations are planning to migrate their existing workload to Azure to achieve performance, scaling, the flexibility of resource consumption, and Pay-as-you-go plans. Let us see how to plan the migration of workloads to Azure PaaS.

source https://www.c-sharpcorner.com/article/migration-plan-to-azrue-paas/

SharePoint 2019 MS Flow Integration

In this article, we will explore how we can integrate MS Flow with SharePoint Server 2019 on-premises using the gateway.

source https://www.c-sharpcorner.com/article/sharepoint-2019-ms-flow-integration/

Upload And Download File To Azure Blob Storage Using C#

There are multiple ways I found on the internet to upload content to Azure Blob Storage. Let us cover some of those in this article.

source https://www.c-sharpcorner.com/article/upload-and-download-file-to-azure-blob-storage-using-c-sharp/

Xamarin.Forms - Working With Firebase Storage CRUD Operations

In this article, you will learn how to upload, download, and delete files using Firebase Storage in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-working-with-firebase-storage-crud-operations2/

Monday, January 28, 2019

Implementing C# String Array

Learn how to implement string arrays in C#.

source https://www.c-sharpcorner.com/article/implementing-c-sharp-string-array/

C# Hidden Gems - Discards Variable (_)

This will be a series of multiple blog posts to explore some of the hidden gems among C# features. Hidden gems are the surprisingly useful features of C#, not being used much by common developers.

source https://www.c-sharpcorner.com/Blogs/c-sharp-hidden-gems-sharp1-discards-variable

The Difference Between Parcelable And Serializable In Android

Parcelable and Serializable interfaces are used to serialize the objects in Android, but based on their implementation and working, they are different. You must know the advantages and disadvantages of both before using them in your awesome applications.

source https://www.c-sharpcorner.com/Blogs/difference-between-parcelable-and-serializable-in-android

Image Resize And Upload With Dynamic Width And Height Values

This blog explains how to resize a given image and save using ASP.NET C# and VB.

source https://www.c-sharpcorner.com/Blogs/image-resize-and-upload-with-dynamic-width-and-height-values

How to Get And Delete All Site Columns And Content Types From SharePoint Site Using C#

In this blog, we are going to learn the process of fetching all the site columns and content types from a SharePoint website and then deleting them in bulk.

source https://www.c-sharpcorner.com/Blogs/how-to-get-and-delete-all-site-columns-and-content-types-from-sharepoint-site-using-c-sharp

ASP.NET Web API Query String Parameter

In this article, we are going to learn query string parameters in ASP.NET Web API.

source https://www.c-sharpcorner.com/article/asp-net-web-api-query-string-parameter/

Cryptocurrency Exchanges 💱

Cryptocurrency has gained so much attraction nowadays. Still, people have confusion as to where they buy Bitcoin or other cryptocurrencies. This article provides a list of cryptocurrency exchanges from where you can buy or sell cryptocurrencies.

source https://www.c-sharpcorner.com/article/cryptocurrency-exchanges/

Generate Access Token For Dynamics 365 Single Tenant Server To Server Authentication

In Dynamics 365 integration scenarios, most of the times, we need to authenticate only single tenant. Since now Dynamics 365 authentication through Azure AD only (for online instances) is recommended, let’s see how to do it.

source https://www.c-sharpcorner.com/article/generate-access-token-for-dynamics-365-single-tenant-server-to-server-authentica/

Generic Extension Method To Map Objects From One Type To Another

In this article, we will learn about Generic Extension method to map objects from one type to another.

source https://www.c-sharpcorner.com/article/generic-extension-method-to-map-objects-from-one-type-to-another/

How To Add Azure Active Directory B2B Collaboration Users In Azure Portal

Here, we will see how we can add Azure AAD B2B Collaboration users to the Azure Portal.

source https://www.c-sharpcorner.com/article/how-to-add-azure-active-directory-b2b-collaboration-users-in-the-azure-portal/

Installing WordPress On Azure

In this article, I’m going to show you how to install WordPress on Microsoft Azure hosting. We will install the WordPress certified by Bitnami.

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

.NET Core Web API Logging Using NLog In RabbitMQ

In this article, we will see how we can log information or errors in Event Log using Nlog in RabbitMQ.

source https://www.c-sharpcorner.com/article/net-core-web-api-logging-using-nlog-in-rabbitmq/

How To Install Python And Configure It With Visual Studio Code Editor With Git Bash

In this article, we will learn what Python is and how to install and execute it using IDLE IDE. We will see how to configure Python with Visual Code and Git Bash.

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

Microsoft Announces General Availability Of Azure Data Box Disk

Recently, Microsoft has announced the general availability of Azure Data Box Disk, an SSD-based solution for offline data transfer to Azure.

source https://www.c-sharpcorner.com/news/microsoft-announces-the-general-availability-of-azure-data-box-disk

Saturday, January 26, 2019

Intel Open Sources A Distributed Deep Learning Platform For Kubernetes - Nauta

The chip giant, Intel has launched a new open-source platform named 'Nauta' which enables data scientists and developers use Kubernetes and Docker to conduct distributed deep learning (DL) at scale.

source https://www.c-sharpcorner.com/news/intel-open-sources-a-distributed-deep-learning-platform-for-kubernetes-nauta

Dynamic Versioning Of JavaScript And CSS Files In C#

In this post, we will see automatic JS and CSS versioning to update the browser cache whenever the files are changed on the server.

source https://www.c-sharpcorner.com/article/create-dynamic-js-version-in-c-sharp/

Integrate Azure Blob In Azure Functions

In this article, you will learn how to perform Azure blob binding in Azure functions.

source https://www.c-sharpcorner.com/article/integrate-azure-blob-in-azure-functions/

Server-Side Processing With Custom Range Filtering Using MVC And Entity Framework

I have added my own custom search area with input fields to implement server-side processing with custom range filtering in jQuery DataTables.

source https://www.c-sharpcorner.com/article/server-side-processing-with-custom-range-filtering/

Friday, January 25, 2019

Microsoft Acquires Citus Data

Recently Microsoft unveiled the acquisition of Citus Data which is an open-source extension to PostgreSQL that transforms PostgreSQL into a distributed database.

source https://www.c-sharpcorner.com/news/microsoft-acquires-citus-data

Top 10 Jobs in the USA for 2019

Here is a list of most in-demand and most paying jobs in the USA.

source https://www.c-sharpcorner.com/article/top-10-jobs-in-the-usa-for-2019/

ASP.NET MVC 5 - Kendo UI - Working With Editors📝 And Customizing Those

In this article, we will see how to work with Editors and customize these using Kendo UI in ASP.NET MVC5 and Entity Framework.

source https://www.c-sharpcorner.com/article/asp-net-mvc5-kendo-ui-how-to-work-with-editors-and-customize-it/

Lazy Loading Of Modules In Angular 7

In this article, we’ll learn the implementation of lazy loading in Angular.

source https://www.c-sharpcorner.com/article/lazy-loading-concept-in-angular-7/

.NET Core Web API Logging Using NLog In Event Log

In this article, we will see how we can log information or errors in Event Log using Nlog in NET Core Web API.

source https://www.c-sharpcorner.com/article/net-core-web-api-logging-using-nlog-in-event-log/

RDLC Report Using WPF And C#

RDLC stands for Report Definition Language Client Side. It is used to create reports the with the in-built services provided by Microsoft.

source https://www.c-sharpcorner.com/article/rdlc-report-using-wpf-and-c-sharp/

Remote Desktop Connection Error In Microsoft Azure

In this lesson, we are going to learn how to fix the Azure Remote Desktop Connection error.

source https://www.c-sharpcorner.com/article/remote-desktop-connection-error-in-microsoft-azure/

Virtual Directory Inside Of ASP.NET Core App In IIS

Let us see how to create and use a virtual directory inside an ASP.NET Core App in IIS.

source https://www.c-sharpcorner.com/article/virtual-directory-inside-of-asp-net-core-app-in-iis/

Getting Client IP Address Or Local IP Address In JavaScript

Have a look at this blog to learn how can we get the local IP address of a user in JavaScript.

source https://www.c-sharpcorner.com/Blogs/getting-client-ip-address-or-local-ip-address-in-javascript

SQL Query To Calculate Age Using Given Date Of Birth (DOB)

Date of Birth can be used to calculate the age in years, months, and days.

source https://www.c-sharpcorner.com/Blogs/sql-query-to-calculate-age-using-given-date-of-birth-dob

Azure Event Hubs: An Overview

This blog is about Event Hub, a Big Data streaming platform to send and receive event data.

source https://www.c-sharpcorner.com/Blogs/azure-event-hub

Introduction To ES6 Main Concepts

In this article, we will cover some of the important syntaxes of ES6 for JavaScript programmers.

source https://www.c-sharpcorner.com/article/introduction-to-es6-main-concepts/

Thursday, January 24, 2019

Ionic Framework 4.0 Released As A Web-Based Design System and App Framework

Recently, Ionic Framework released its latest version 4.0. This release makes Ionic a framework that can be used with any front-end frameworks.

source https://www.c-sharpcorner.com/news/ionic-framework-40-released-as-a-webbased-design-system-and-app-framework

Azure AI Services With Azure Serverles - Code It

In this video, I am going to code a blob-triggered Azure Function which will analyze an image using Microsoft Computer Vision API and broadcast analysis to the connected clients using Azure SignalR Service. The code has been uploaded at http://bit.ly/2Wh6cWM.

source https://www.c-sharpcorner.com/article/azure-ai-services-with-azure-serverles-code-it/

How To Start Programming | A Step-by-Step Tutorial

This video talks about the programming pathway every college student should follow to start programming!

source https://www.c-sharpcorner.com/article/how-to-start-programming-step-by-step-tutorial/

Skills Needed For Data Scientist And Data Analyst Roles

This video describes the differences between the Data Scientist and Data Analyst roles. Also, we will talk about the skills needed for this role.

source https://www.c-sharpcorner.com/article/skills-needed-for-data-scientist-and-data-analyst/

Develop And Deploy Azure Function Using Visual Studio

From this article, you will learn how to develop an Azure Functions app using Visual Studio and deploy it in Azure as an Azure Functions App Service.

source https://www.c-sharpcorner.com/article/develop-deploy-azure-function-using-visual-studio/

Expand/Collapse Table Rows With jQuery

In this article, we will explore two ways to expand/collapse HTML table rows.

source https://www.c-sharpcorner.com/article/expandcollapse-table-rows-with-jquery/

Remotely Debug Blazor App On Azure From Visual Studio

In this article, we will see how to debug a Blazor App hosted on Azure remotely, through Visual Studio 2017.

source https://www.c-sharpcorner.com/article/remotely-debug-blazor-app-on-azure-from-visual-studio/

Demystifying The Resultant Objects From Service Fabric Cluster Creation

In this article, I will be going through all the objects that result from the Create Service Fabric Cluster template.

source https://www.c-sharpcorner.com/article/service-fabric-cluster-in-azure/

SharePoint 2019 PowerApps Integration

In this article, we will learn how to integrate SharePoint 2019 PowerApps.

source https://www.c-sharpcorner.com/article/sharepoint-2019-powerapps-integration/

SSRS Manual Deployment And Configuration In SharePoint

In this post, I have explained how to manually deploy and configure SSRS in SharePoint.

source https://www.c-sharpcorner.com/article/ssrs-manual-deployment-and-configuration-in-sharepoint/

How To Get All Orphan Users Present In SharePoint On-Premise Site

An orphaned user is a user account that is available in SharePoint site but that user can't access SharePoint any longer. Let us see how to get a list of all the orphaned users in a SharePoint On-Premise website.

source https://www.c-sharpcorner.com/Blogs/how-to-get-all-orphan-users-present-in-sharepoint-onpremise-site

Yammer Moderation Using MS Flow

This blog explains the use of MS Flow template 'Moderate Yammer for profanity' and helps to delete offensive yammer posts.

source https://www.c-sharpcorner.com/Blogs/yammer-moderation-using-ms-flow

Wednesday, January 23, 2019

Calling SQL Server With HTTP Webhooks

In this article, I will introduce you to Enzo Online’s SQL Server webhook, a free service you can use to call a SQL Server database hosted in the cloud using HTTP commands so that you can easily program against a relational database using simple HTTP commands.

source https://www.c-sharpcorner.com/article/calling-sql-server-with-http-webhooks/

How To Setup IAM User And AWS CLI And Upload Download Files Using S3 Bucket Using AWS CLI

In this article, we will learn how to create an AWS IAM user and attach policies and how to install and configure AWS CLI and how to create S3 bucket and how to upload, download and delete file from S3 bucket using AWS CLI.

source https://www.c-sharpcorner.com/article/how-to-setup-iam-user-and-aws-cli-and-upload-download-files-using-s3-bucket-usin/

Azure Backup Storage Options

As a database administrator, I am very conscious of how data is being backed up. Up until SQL Server 2012, you were limited to backing up your databases to a physical device. That device could be a tape, local disk, or network storage. After successfully creating a backup, if you’re doing it right, the backups then had to be moved off-site for disaster recovery purposes.

source https://www.c-sharpcorner.com/article/azure-backup-storage-options/

React With TypeScript

This is a very good combination to develop client-side applications. The advantage of this combination is that React is one of the best frameworks in terms of performance. Similarly, TypeScript is having some better features as compared to JavaScript.

source https://www.c-sharpcorner.com/article/react-with-typescript2/

Go 1.11 Gets Support On Google Clouds

Google Cloud recently announced the Go support on Cloud Functions.

source https://www.c-sharpcorner.com/news/go-111-gets-support-on-google-clouds

How And Where To Learn Microsoft Technologies For Free

This video is especially for college and university students who want to know about different Microsoft Technologies and how they can learn these technologies for free. I hope you all will like this video!

source https://www.c-sharpcorner.com/article/how-and-where-to-learn-microsoft-technologies-for-free/

Machine Learning Concepts For Dummies Part 7 - Linear Regression Coefficient of Determination

This video describes the concept of Linear Regression Coefficient of Determination and its importance while building a Machine Learning Regression Model.

source https://www.c-sharpcorner.com/article/machine-learning-concepts-for-dummies-part-7-linear-regression-coefficient-of/

Ternary Operator | Null Coalesce Operator | C# Tutorial

This video is about the two commonly used operators in C# - 1)Ternary Operators 2)Null Coalesce Operators The video tells how you can utilize these two operators and minimize the number of lines of code and keep your code clean yet readable.

source https://www.c-sharpcorner.com/article/ternary-operator-null-coalesce-operator-c-sharp-tutorial/

Hyperledger Announces Hyperledger Grid, Blockchain For Supply Chain

Hyperledger just announced a new blockchain project focus on building supply chain solutions.

source https://www.c-sharpcorner.com/news/hyperledger-announces-hyperledger-grid-blockchain-for-supply-chain-solution

Confessions of Angry Programmers podcast - How To Tell Your Open Source Projects Are Done with Jeff Fritz (from Microsoft)

Join use for the 5th episode of this podcast featuring guest Jeff Fritz from Microsoft.

source https://www.c-sharpcorner.com/news/confessions-of-angry-programmers-podcast-how-to-tell-your-open-source-projects-are-done-with-jeff-fritz-from-microsoft

Abstraction Vs Encapsulation In OOPS

This is a basic example of Abstraction vs Encapsulation we read in books, but it becomes very confusing when you try to search them online and explain from a technical perspective.

source https://www.c-sharpcorner.com/article/abstraction-vs-encapsulation-in-oops/

ASP.NET MVC 5 - Kendo UI - Working With MultiColumnComboBox Using EF

In this article, I will demonstrate how to work with MultiColumnComboBox in ASP.NET MVC5 using Kendo UI and EF

source https://www.c-sharpcorner.com/article/asp-net-mvc5-kendo-ui-working/

Clinic Management Project Using ASP.NET MVC 5

In this post, I am going to demonstrate how to build a clinic project covering most basic features, such as patient registration, making appointments and attendances.

source https://www.c-sharpcorner.com/article/clinic-management-project-using-asp-net-mvc-5/

Step By Step Guide To Deploy Bulk SSRS Reports In SharePoint From BIDS Or SSDT

This tutorial will provide the steps to deploy/publish SSRS reports in SharePoint Site from BIDS/SSDT.

source https://www.c-sharpcorner.com/article/step-by-step-guide-to-deploy-bulk-ssrs-reports-in-sharepoint-from-bids-or-ssdt/

Sub Queries In SQL Server

Literally it is the nesting technique of one query within the other. If you make nested queries up to multiple levels then it will be a worst case scenario in your project which will affect the performance. Sub queries are also termed as Nested queries.

source https://www.c-sharpcorner.com/article/sub-queries-in-sql-server/

5 Quick Ways To Delete Duplicate Records From Database Which Every Developer Must Know

In this tutorial, I explain the 5 quick ways to delete duplicate records from any database table. These ways must be known to every developer.

source https://www.c-sharpcorner.com/article/5-quick-ways-to-delete-duplicate-records-from-database-which-every-developer-mus/

Limiting Search For A Specific Library In SharePoint 2013

In this article, we see how to limit the search functionality for a specific library in SharePoint. We will be using SharePoint 2013.

source https://www.c-sharpcorner.com/article/limiting-search-for-a-specific-library-in-sharepoint-2013/

Set Up ⚙️ Angular 7 Beta On Windows, Linux, And Mac 💻

We will learn how to set up Angular 7 to Angular 7 Beta versions on Windows, Linux, and Macintosh systems in a few minutes.

source https://www.c-sharpcorner.com/article/set-up-angular-7-beta-version-in-windows-linux-and-mac/

Tuesday, January 22, 2019

Scheduling Things To Run In SQL Server

A key part of the SQL Server Agent is the ability to schedule jobs. While you can create one schedule for each agent job, frequently with applications like Reporting Services, users use Shared Schedules across multiple jobs. For instance, you can set a schedule to run at 8 am on week days or run every 2 hours or pick from a predefined list of schedules that already exist in the MSDB database. These are very convenient.

source https://www.c-sharpcorner.com/article/scheduling-things-to-run-in-sql-server/

Datatable To PDF In C#

In this article, I have explained how to convert a DataTable into PDF using C# and iTextSharp.

source https://www.c-sharpcorner.com/article/datatable-to-pdf-in-c-sharp/

Getting Started ✍️With Angular Routing🔀Using Angular CLI – Part 3

In this article we are going to learn the basic routing concepts in Angular 6 using Angular CLI (Command Line Interface ).

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

How To Use Nswag With ASP.NET Core And Generate Client Code With Nswag Studio

In this article, we are going to learn how to use NSwag with ASP.NET core and along with it, we are going to learn how to generate client code from it in a step by step way.

source https://www.c-sharpcorner.com/article/how-to-use-nswag-with-asp-net-core-and-generate-client-code-with-nswag-studio/

SharePoint Server 2019 User Experience

SharePoint 2019 is the latest OnPremise version of SharePoint. SharePoint 2019 is built on foundational release of SharePoint 2016. This means there are no huge architectural changes in SharePoint 2019 than its predecessor version - SharePoint 2019. However from the end user perspective the experience has been changed a lot. SharePoint 2019 has been updated to new modern experience.

source https://www.c-sharpcorner.com/article/sharepoint-server-2019-user-experience/

Xamarin.Forms - Bing News Search Using Cognitive Service

In this article, you will learn how to search News using the Bing Search API Cognitive Service in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-bing-news-search-using-cognitive-service/

Function And Address In Solidity

In Ethereum smart contract, function and address are broadly used value types. This article talks about the usage of function and address including examples.

source https://www.c-sharpcorner.com/article/address-and-function-in-solidity/

Microsoft Azure - Setting Up Data Science Windows 2016 Virtual Machine

This article is about setting up Microsoft Azure Data Science Windows 2016 Virtual Machine into our Microsoft Azure paid subscription account.

source https://www.c-sharpcorner.com/article/microsoft-azure-setting-up-data-science-windows-2016-virtual-machine/

Disable Sharing A Document With External User From SharePoint Online Tenant

In this article, I will discuss the steps for disabling the sharing of a document with external users from O365 organizations using SharePoint Admin Center.

source https://www.c-sharpcorner.com/article/stop-sharing-the-document-for-external-user-from-tenant-in-sharepoint-online/

Working With Survey 📈📉 List In SharePoint

In this article, you will learn how to create a Survey list in SharePoint and how to manage it.

source https://www.c-sharpcorner.com/article/working-with-survey-list-in-sharepoint/

Monday, January 21, 2019

Performance: Exception Trapping

Last year while presenting my Rock Your Code: Code and App Performance in Microsoft .NET session at a conference, one of the attendees asked me if using the When() clause is faster or not when trapping Exceptions. I found the question intriguing, so I set out to do performance testing for his question.

source https://www.c-sharpcorner.com/Blogs/performance-exception-trapping

C# Index Type

In this article, you learn how to use the Index type in C#.

source https://www.c-sharpcorner.com/article/c-sharp-index-type2/

Git Operations With Visual Studio - Part Two 🚀

In this post, I am going to explain some of the advanced Git operations using Visual Studio, like merging, resolving conflict, sync etc.

source https://www.c-sharpcorner.com/article/git-basic-operations-with-visual-studio/

I Don't Know Crap About Security (Or At Least I Didn't)

Recently, I was involved in a project where I got a chance to work on its security and frankly, I didn't know anything about security. In this write-up, I have shared how I went through it.

source https://www.c-sharpcorner.com/article/i-dont-know-crap-about-security-or-at-least-i-didnt/

LocalBroadcastManager In Android

LocalBroadcastManager allows us to register for and send broadcast of intents to local objects within an application or process.

source https://www.c-sharpcorner.com/article/localbroadcastmanager-in-android/

How To Insert Multiple Data Using Reactive Form In Angular 7

In this article, we will learn how to insert multiple data items using Reactive Forms in Angular. We will build a demo application for easy understanding.

source https://www.c-sharpcorner.com/article/angular-7-multiple-data-save-using-formgroup-formarray/

Deploying A Blazor Application On Firebase

In this article, we will learn how to deploy a Blazor application on Firebase. We will create a client-side application using Blazor and host it on Firebase.

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

Jetpack Features In Android

This article illustrates the new features of Jetpack and how its features make development faster.

source https://www.c-sharpcorner.com/article/jetpack-features-in-android/

.NET Core Web API Logging Using NLog In Text File

In this article, we will see how we can log a piece of information or error in a text file using Nlog in .NET Core Web API.

source https://www.c-sharpcorner.com/article/net-core-web-api-logging-using-nlog-in-text-file/

Set Up Amazon EC2 Windows Server

In this article, you will learn how to setup Amazon EC2 Windows Server and how to connect EC2 instance using RDP client.

source https://www.c-sharpcorner.com/article/setup-amazon-ec2-windows-server/

SharePoint App Operations Using PnP PowerShell

PnP PowerShell can be used to automate the deployment, publishing, installing, upgrading, and retracting of apps in SharePoint Online as well as SharePoint on-premises.

source https://www.c-sharpcorner.com/Blogs/sharepoint-app-operations-using-pnp-powershell

Memoirs Of A Developer

Memoirs of a developer, a short story of my career.

source https://www.c-sharpcorner.com/Blogs/memoirs-of-a-developer

Sunday, January 20, 2019

Handling CORS Policy In Azure Functions

From this article, you will learn how to handle the CORS in Azure Functions using Azure portal.

source https://www.c-sharpcorner.com/article/handling-cors-in-azure-function/

Integrating Graph API With Node.js App On Azure

This article describes the steps for integrating SharePoint, Microsoft Graph API, and Node.js apps on Azure.

source https://www.c-sharpcorner.com/article/integrating-graphapi-with-node-js-app-on-azure/

Scheduling Work With WorkManager In Android

WorkManager is a part of architecture components in Jetpack. This allows us to schedule a task asynchronously and specify the conditions in which they should run. We can create tasks and hand it off to WorkManager to run immediately or periodically.

source https://www.c-sharpcorner.com/article/scheduling-work-with-workmanager-in-android/

Step By Step Guide To Create SSRS Reports App In SharePoint

Reading this tutorial, you will learn how to create an SSRS Reports App In SharePoint.

source https://www.c-sharpcorner.com/article/step-by-step-guide-to-create-ssrs-reports-app-in-sharepoint/

Switching From Google Apps To Office 365

Switching from Google Apps to Office 365 is a new trend in businesses today. Let's take a moment to discuss why businesses or organizations are migrating from G Suite to MS Office 365. Also, we will see how to perform data migration, such as emails, documents, labels, contacts and much more from Google Apps user account to Office 365 mailboxes.

source https://www.c-sharpcorner.com/article/switching-from-google-apps-to-office-365/

What Is Virtual Machine? | Easy Explanation

In this video, I have explained what Virtual Machines are, why do they even exist, and what their applications are!

source https://www.c-sharpcorner.com/article/what-is-virtual-machine-easy-explanation/

Priorities Of A Passionate Developer

Anyone that has been around me knows that I'm quite passionate about my craft, and if you are reading this, you probably have a bit of that inside you as well.

source https://www.c-sharpcorner.com/article/priorities-of-a-passionate-developer/

Saturday, January 19, 2019

Friday, January 18, 2019

Analyzing Live Data Streams In Cloud Using Raspberry Pi, DHT11, And ThingSpeak

In this IoT article, we will use a Raspberry Pi and ThingSpeak to analyze the temperature and humidity.

source https://www.c-sharpcorner.com/article/analyzing-temperature-and-humidity-using-raspberry-pi-and-thji/

Dynamics 365 - Execute Multiple Requests

Sometimes, in projects, we have a requirement where we need to undertake the actions at once on numerous records in the system over an entity. In this article, we will see how to achieve that.

source https://www.c-sharpcorner.com/article/dynamics-365-execute-multiple-request/

I Don't Know

I'm writing this post to let you know that it's completely fine to not know something, and often, a simple "I don't know" can make everyone's lives, including your own, much, much easier.

source https://www.c-sharpcorner.com/article/i-dont-know/

Learn ASP.NET Core MVC With MSSQL Using Dapper ORM (RESTful) And Swagger UI

In this article, we will learn ASP.NET Core MVC with MSSQL using dapper asynchronously in the data access layer and testing API in Swagger UI.

source https://www.c-sharpcorner.com/article/learn-asp-net-core-mvc-with-mssql-using-dapper-orm-restful-and-swagger-ui/

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

In this fourth part of the series, I will focus on the queueing using the Azure Service Bus and microservices using Azure Functions.

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

Set Up Flutter In Windows

In this step-by-step guide, we will see how to set up Flutter in a Windows operating system.

source https://www.c-sharpcorner.com/article/setup-flutter-in-windows/

Setup SharePoint 2019 Developer VM In MS Azure

In this article, we will explore how we can setup SharePoint 2019 developer VM in MS Azure.

source https://www.c-sharpcorner.com/article/setup-sharepoint-2019-developer-vm-in-ms-azure/

Software Soup

It's interesting how the two: parenthood and development, might intersect a bit more in unusual ways than one might think. a few nights back when I was reading a bedtime story with my son entitled "Ice Cream Soup". It's a perfect analogy for the world of software. See how!

source https://www.c-sharpcorner.com/article/software-soup/

Xamarin.Forms - Working With Firebase Realtime Database CRUD Operations

In this article, you will learn how to use Firebase Realtime Database with CRUD Operations in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-working-with-firebase-realtime-database-crud-operations/

Thursday, January 17, 2019

Google Like A Jedi

This blog is devoted to beginners to learn a way to googling and avoiding long waits for forum answers.

source https://www.c-sharpcorner.com/Blogs/google-like-a-jedi

Create Your Own Cryptocurrency In Private Consortium Network Ethereum Azure Blockchain

In this article, we will create our own cryptocurrency and our own private consortium network in Azure. We will be using Ethereum proof-of-work consortium solution from Azure.

source https://www.c-sharpcorner.com/article/create-your-own-cryptocurrency-in-private-consortium-network-ethereum-azure-bloc/

An Overview of Delegate In C#

In this piece of content, we will learn about delegates in C# programming. Delegate is one of the most common and the most useful concepts and every developer must have the basic knowledge of delegate.

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

Detect Noise Level Audio Decibels In MXChip Azure IoT DevKit

In this post, you will learn how you can calculate the noise level using the microphone of Azure IoT DevKit MXChip AZ3166 IoT Device.

source https://www.c-sharpcorner.com/article/detect-noise-level-audio-decibels-in-mxchip-azure-iot-devkit/

Floating Widget In Android

This article illustrates how floating widgets behave and operate in Android. Floating widgets are nothing but simple action buttons that perform some action and always overlay, can float anywhere on the entire screen.

source https://www.c-sharpcorner.com/article/floating-widget-in-android/

How To Use Retrofit 2 With Android Using Kotlin

In this article, we will learn how to use Retrofit 2 with Kotlin Android to build an application.

source https://www.c-sharpcorner.com/article/how-to-use-retrofit-2-with-android-using-kotlin/

Introduction To NEO Blockchain

NEO Blockchain is one of the most popular public blockchains in the world. This article is a basic introduction to NEO Blockchain from a developer's perspective.

source https://www.c-sharpcorner.com/article/introduction-to-neo-blockchain/

Using Windows 10 IoT Core Into Raspberry Pi

In this article, we will see how to use Windows 10 IoT Core into Raspberry Pi 3 device. We need to download certain software tools and applications. Let's see what they are and how to use them.

source https://www.c-sharpcorner.com/article/learn-window-10-iot-core-into-raspberry-pi2/

Office 365 - Microsoft Graph Beginning - Part one

In this first article of the Microsoft Graph series, we will discuss the basics of Microsoft Graph.

source https://www.c-sharpcorner.com/article/office-365-microsoft-graph-beginning-part-one/

Retrieve Mailbox Folders Using Microsoft Graph API

In this article, I have explained how to retrieve all the mailbox folders from your Office 365 account using Microsoft Graph API end-point.

source https://www.c-sharpcorner.com/article/retrieve-mailbox-folders-using-microsoft-graph-api/

SharePoint Framework - Display Google Fit Information

In this article, we will explore how we can use Google Fit REST APIs in SPFx web part and develop a web part which helps to display the key fitness information (activity time spent, distance traveled, calories burned, step count) from the Google Fit data source.

source https://www.c-sharpcorner.com/article/sharepoint-framework-display-google-fit-information/

Improve SQL Query Performance

In this blog, I will explain how to improve the performance of your SQL query. As a developer, we know any SQL query can be written in multiple ways but we should follow the best practices/techniques to achieve better query performance.

source https://www.c-sharpcorner.com/Blogs/improve-sql-query-performance2

Machine Learning Concepts For Dummies Part 6 - Linear Regression Ordinary Least Square Method

This video describes the basics of Linear Regression, more specifically, the Ordinary Least Square Technique.

source https://www.c-sharpcorner.com/article/machine-learning-concepts-for-dummies-part-6-linear-regression-ordinary-least/

Overview Of Cloud Computing And Its Types

In this video, you can learn about Cloud Computing, the types of cloud computing, types of cloud computing services, and the various Cloud Service Providers.

source https://www.c-sharpcorner.com/article/what-is-cloud-computing-types-of-cloud-computing-explained-in-detail/

Can We Have Function Overloading In JavaScript

This video talks about the feasibility of function overloading in JavaScript like it is present in other programming languages. It shows why we can't overload a method but how can we override a JavaScript function.

source https://www.c-sharpcorner.com/article/can-we-have-function-overloading-in-javascript/

Virtual Reality Vs Augmented Reality | Quick Overview With Examples

In this video, you will learn about what Virtual Reality is and what Augmented Reality is. Also, will see the difference between Virtual Reality and Augmented Reality. I will also discuss how you can start developing apps and website on both the platforms.

source https://www.c-sharpcorner.com/article/virtual-reality-vs-augmented-reality-quick-discussion-with-examples/

Wednesday, January 16, 2019

R3 Launches Corda Network

R3 has announced the launch of a public Corda Network Foundation to administrate a public network of blockchain nodes in the network.

source https://www.c-sharpcorner.com/news/r3-launches-corda-network

Microsoft Azure - Remote Desktop Connection To Data Science Windows 2016 Virtual Machine

This article is about making a remote desktop connection to Microsoft Azure Data Science Windows 2016 Virtual Machine.

source https://www.c-sharpcorner.com/article/microsoft-azure-remote-desktop-connection-to-data-science-windows-2016-virtual/

AES Encryption/Decryption With Angular 7

In this article, I am going to explain AES encryption/decryption with Angular 7 so that we can communicate with each other securely via an Angular app.

source https://www.c-sharpcorner.com/article/aes-encryptiondecryption-with-angular-7/

Confirm Dialog In Angular Using Bootstrap Modal

This article shows how to create a custom component for Confirm Dialog in Angular using modal popup of bootstrap.

source https://www.c-sharpcorner.com/article/confirm-dialog-in-angular-using-bootstrap-modal/

IAM Policis In AWS Account And Service Layer

In this article we will be discussing about IAM policies, along with this we will try to understand how to interpret and write IAM policies. IAM policies are an essential component of assigning permission to AWS IAM users, Groups and Roles.

source https://www.c-sharpcorner.com/article/iam-policis-in-aws-account-and-service-layer/

Introduction To Voice User Experience Design

Not just a primer on designing the voice interaction model for Alexa; this article covers invocation names, intents, utterances, and slots, as well as, practical lessons learned from deploying Alexa Skills to production. Google Home and Dialog Flow design are also discussed.

source https://www.c-sharpcorner.com/article/intents-utterances-and-slots/

Introduction To ASP.NET Core Routing

In this article, you will learn how to set and use MVC mechanism and how to use routing in ASP.NET Core.

source https://www.c-sharpcorner.com/article/introduction-to-asp-net-core-routing/

Prepare Charts Based On Generated C# Corner Statistics Data Using TUI Charts Library

In this article, we will prepare charts based on the generated C-Sharp Corner statistics data using TUI Charts Library.

source https://www.c-sharpcorner.com/article/prepare-charts-based-on-generated-c-sharpcorner-statistics-data-using-tui-charts/

Serverless Integration Design Pattern

Every option has its own pros & cons. Based on client requirement analysis with each option we found option 2, Azure Function and Event Hub approach most suitable for this type of integration.

source https://www.c-sharpcorner.com/article/serverless-integration-design-pattern/

Angular 7 Table Reusable Filter Pipe

In this blog you can learn how to make filter pipes for angular components.

source https://www.c-sharpcorner.com/Blogs/angular-7-table-reusable-filter-pipe

Azure Policy And Procedure Management

Let's look into the usage of Azure Policy to help organizations comply and manage policy and procedures to meet regulatory requirements.

source https://www.c-sharpcorner.com/article/azure-policy-procedure-management/

Accept Payment In Cryptocurrency 💰 To Your Shopping Cart 🛒

Many big firms have already started accepting payment in Bitcoin, including Overstock, KFC Canada, Microsoft, Reddit, Subway, Shopify and the list goes on. If you think to start with the same, then this article is for you. Here, we'll see how you can enable cryptocurrency payments in your shopping cart.

source https://www.c-sharpcorner.com/article/accept-cryptocurrency-in-your-shopping-cart/

ASP.NET MVC 5 - Matchheight.js📦 - Create Equal Height Of Columns In Row Using jQuery

Here, we are going to learn how to match the height of the tallest of each row by the column height and why should learn this.

source https://www.c-sharpcorner.com/article/asp-net-mvc5-matchheight-js-create-equal-height-rows-and-columns-in-differen/

Dynamic ASP.NET Core Configurations 🗒️ With Consul KV

This piece of information introduces three ways to dynamic ASP.NET Core configurations with Consul KV. Usually, the configurations in .NET and .NET Core apps are stored in configuration files, such as App.config, Web.config, or appsettings.json.

source https://www.c-sharpcorner.com/article/dynamic-asp-net-core-configurations-with-consul-kv/

Tuesday, January 15, 2019

Basic Concepts Of Ruby Language - Part Two

In this write-up, we will see some important concepts in Control structures in the Ruby language. You have already learned this concept in other languages but it is different here.

source https://www.c-sharpcorner.com/article/basic-concepts-of-ruby-language-part-two/

Scheduling Jobs With JobScheduler In Android

The JobScheduler API batches the similar work requests together and executes them based on available resources, specified condition, or interval. It improves the battery life and memory of the device because it has the ability to schedule background tasks with the tasks of other applications.

source https://www.c-sharpcorner.com/article/scheduling-jobs-with-jobschedular-in-android/

Block Downloading For View-Only Links In SharePoint Online And OneDrive

Another great feature released by Microsoft in Office 365 for SharePoint/OneDrive for Business is file sharing. Let us get an overview of this new feature that enables the user to share view-only links with other users without allowing them to download the file.

source https://www.c-sharpcorner.com/article/sharepoint-online-onedrive-block-download-for-view-only-links/

Get Started With SharePoint Migration From SharePoint On-Premise To Online Using ShareGate

This article series explores the best practices and recommendations for SharePoint migration. During this entire article series, we will talk about how we can perform a successful migration from SharePoint On-Premise to SharePoint Online using Sharegate tool.

source https://www.c-sharpcorner.com/article/get-started-with-sharepoint-migration-steps-to-start-migration-from-sharepoint/

Generate C# Corner Statistics Data Based On Available Information On Website

In this first part of the series, we will see how to generate or prepare C# Corner Statistics data based on available information on the site using Web Scrapping with the help of Cheerio.js.

source https://www.c-sharpcorner.com/article/how-to-generate-or-prepare-c-sharpcorner-statistics-data-based-on-available-info/

Integrate Azure Queue Storage In Azure Functions

In this article, you will learn how to create an Azure Function using HTTP trigger template and integrate it with Azure Queue Storage.

source https://www.c-sharpcorner.com/article/integrate-azure-queue-storage-in-azure-functions/

SharePoint Server 2019 Library Settings Options In Modern Experience

Modern libraries are popular in SharePoint Online and finally land on SharePoint-On prem with the release of SharePoint Server 2019.

source https://www.c-sharpcorner.com/article/sharepoint-server-2019-library-settings-options-in-modern-experience/

Working With Issue 🐞 Tracking List In SharePoint

This article contains the basic information of Issue Tracking lists available in SharePoint. In here, you will learn how to create an Issue list, how to edit the issues, along with other basics of Issue Tracking lists.

source https://www.c-sharpcorner.com/article/working-with-issue-tracking-list-in-sharepoint/

Angular Console - User UI Interface For CLI

Angular Console is a new tool provided by Angular to create an Angular application using user interface. Angular Console is just another way to way to use Angular CLI, in simple words it’s just a visual representation of CLI commands.

source https://www.c-sharpcorner.com/Blogs/angular-console-user-ui-interface-for-cli

Saving Excel File Data To SQL Server Database Using Windows Desktop Application C#

This blog explains how to insert data into the SQL Server database from an Excel using stored procedure with the help of XML for bulk data insertion using the Windows desktop application and Visual Studio 2017.

source https://www.c-sharpcorner.com/Blogs/saving-excel-file-data-to-sql-server-database

Angular 7 Table Reusable Sorting Pipe

In this blog, you will learn how to make reusable sorting pipes for Angular components. Angular pipes can be used to make custom pipes and sort the array and array of objects.

source https://www.c-sharpcorner.com/Blogs/angular-7-table-reusable-sorting-pipe

How To Use InClause In LINQ And Lambda

In this blog, I will demonstrate the usage of InClause in LINQ and Lambda and how to use it in our application.

source https://www.c-sharpcorner.com/Blogs/how-to-use-incluse-in-linq-and-lambda

Retrieve SP List Item's Column Value In SPFx Application Customizer Using PNP

In this blog article, I am going to describe all the steps required to get SharePoint list field values by using SharePoint Framework model which is SPFx.

source https://www.c-sharpcorner.com/Blogs/retrieve-sp-list-items-column-value-in-spfx-application-customizer-using-pnp2

What is Internet of Things? How to Learn IoT?

In this video, I've explained what IoT is, what are the applications of IoT, and how you can start learning IoT development.

source https://www.c-sharpcorner.com/article/what-is-internet-of-things-how-to-learn-iot-iot-for-everyone/

Why Multiple Inheritance 🎯 Is Not Allowed In C# And Java?

In this video, I have discussed a very simple explanation of why multiple-inheritance using classes is not allowed in C# and Java kind of OOP based programming languages. Though there can be other explanation, I have taken the one which makes a crisp and clear response to this question. This is important must-know concept, especially, for experienced software professionals as this is an important interview question.

source https://www.c-sharpcorner.com/article/why-is-multiple-inheritance-not-allowed-in-c-sharp-or-java/

Monday, January 14, 2019

How Many Software Developers Are There in the World?

Do you wonder how many software developers are in the world? Here is a breakdown of all IT personnel in the world.

source https://www.c-sharpcorner.com/article/how-many-software-developers-are-there-in-the-world/

ASP.NET MVC From Beginning - Part One

In this article we learned the basics of Asp.net Mvc, features of Asp.net Mvc, and folder structure of an Mvc project. This is the first part of this article series. In this article we will discuss data sharing between controller to view and action methods with a demo project.

source https://www.c-sharpcorner.com/article/asp-net-mvc-from-beginning-part-one/

ASP.NET MVC 5 - Kendo UI - How To Group The MultiColumnComboBox values And Working With Events

In this article, I will demonstrate how to group the MultiColumnComboBox values and how to work with events in ASP.NET MVC5 using Kendo UI and EF.

source https://www.c-sharpcorner.com/article/asp-net-mvc5-kendo-ui-grouping-in-multicolumncombobox-and-customize-it/

Getting Started With Google Fitness REST API

In this article, we are going to explore Google Fitness REST APIs and the Google developer playground to start programming with REST APIs.

source https://www.c-sharpcorner.com/article/getting-started-with-google-fitness-rest-api-part-2/

Interoperability Of Kotlin - Calling Java Fragment In A Kotlin Activity

This article tells the process of calling a Java code into Kotlin activity. We will see how two different extension files like .kt and .java communicate with each other.

source https://www.c-sharpcorner.com/article/interoperability-of-kotlin-calling-java-fragment-in-kotlin-activity/

NHibernate Querying In Core 2.2 Framework

NHibernate O/RM framework is one of the competitors of Entity Framework and one of the most popular of the old frameworks of .NET. Let's learn about NHibernate Querying In Core 2.2 Framework.

source https://www.c-sharpcorner.com/article/nhibernate-querying-in-core-2-2-framework/

Step By Step SonarQube Setup And Run SonarQube Scanner

SonarQube is an open-source automatic code review tool to detect bugs, vulnerabilities and code smell in your code. Today, we are going to learn how to setup SonarQube on our machine to run SonarQube scanner on our code project.

source https://www.c-sharpcorner.com/article/step-by-step-sonarqube-setup-and-run-sonarqube-scanner/

What Is TensorFlow.js

Learn what TensorFlow.js is all about and how it is useful in running machine learning models in a Web browser using JavaScript.

source https://www.c-sharpcorner.com/article/what-is-tensorflow-js/

Xamarin.Forms - Bing Image Search Using Cognitive Service

In this article, you will learn how to search images using Bing Search API using Cognitive Service in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-bing-image-search-using-cognitive-service2/

Different Types Of Clauses In SQL Server

In this blog, we are going to learn about clauses in SQL Server. Clauses are used with table expressions and help in finding the result.

source https://www.c-sharpcorner.com/Blogs/different-types-of-clause-in-sql-server

How To Remove All Document Libraries From SharePoint Site Using C#

In this write-up, we will see how to delete the entire document libraries in the site programmatically.

source https://www.c-sharpcorner.com/Blogs/how-can-remove-all-document-libraries-from-sharepoint-site-using-c-sharp

Escape/ Unescape With UrlEncode/UrlDecode In ASP.NET/ jQuery

This blog tells how to send an HTML string to a controller action using Escape and use that string in a Controller action using UrlEncode.

source https://www.c-sharpcorner.com/Blogs/escape-unescape-with-urlencodeurldecode

4 Simple Steps To learn Machine Learning

In this video, I've explained - what Machine Learning is, what are the applications of Machine Learning, how you can start learning Machine Learning and what is next after you learn ML.

source https://www.c-sharpcorner.com/article/4-simple-steps-to-learn-machine-learning/

SharePoint Framework Development With React

This is a recording of my webinar where I have explained how to develop a SharePoint Framework application using React. This video gives a detailed overview of the process for deep understanding.

source https://www.c-sharpcorner.com/article/sharepoint-framework-development-with-react/

When To Use❓Abstract Class And Interface In C# Programming

In this video, I have discussed, in details, the scenarios in which you should use abstract class and interface and the scenarios when the interface works better. I have started from defining the abstract class and interface and later, I have discussed the respective scenarios in an easy manner so that you understand this concept logically.

source https://www.c-sharpcorner.com/article/when-to-use-abstract-class-and-interface-in-c-sharp-programming/

Sunday, January 13, 2019

Cryptocurrency Section Announced

We have added a new Cryptocurrency section to C# Corner to help the developers learn about this fast-emerging concept.

source https://www.c-sharpcorner.com/news/cryptocurrency-section-announced

What is the Most Popular Blockchain in the World?

There are more than two thousand blockchain projects. Do you wonder which blockchain is the most popular blockchain among them all? In this article, I list the world’s most popular blockchains based on their rankings.

source https://www.c-sharpcorner.com/article/what-is-the-most-popular-blockchain-in-the-world2/

20 Tools I Use As A Software Developer

Here I showcase top 20 useful tools in a software developer's life, to be used on a daily basis.

source https://www.c-sharpcorner.com/article/20-tools-i-use-as-a-software-developer/

How To Integrate Swagger In an .NET Core Web API

Swagger helps developers design, build, document, and consume RESTful Web API. This blog shows how you can integrate Swagger in your .NET Core Web API project.

source https://www.c-sharpcorner.com/article/how-to-integrate-swagger-in-an-net-core-web-api/

Friday, January 11, 2019

Development On PowerApps For Office 365 - Part Three

Here, we will see how we developers connect SharePoint to our PowerApps and use it for various functionalities through the app.

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

Getting Data From Azure In Android And Windows Using Xamarin.Forms

This article is about getting data from Azure. We will see how to create a storage account and upload your image or pdf etc. and access the data in Android using Xamarin.Forms.

source https://www.c-sharpcorner.com/article/getting-data-from-azure-in-android-and-windows-using-xamarin-forms/

SharePoint Framework - React Partial State Update

In this article, we will explore how we can partially update the state in SPFx web part. We will use React JS in this example. For this article, I am using SharePoint Framework version 1.7.1

source https://www.c-sharpcorner.com/article/sharepoint-framework-react-partial-state-update/

Stream Sensor Data In Real-Time With IoT Hub Using PowerBI

In this article, let us see how to stream Sensor Data in Real-Time with IoT Hub using PowerBI and send temperature data into the cloud via Azure IoT Hub.

source https://www.c-sharpcorner.com/article/stream-sensor-data-in-real-time-with-iot-hub-using-power-pi/

The Go Program Structure 🗜️

Every single programming language has got its own syntax or structure; it's own flavor and that's what makes it standout. Go is no different. It's easy and elegant in its own way, making to it fun to play with.

source https://www.c-sharpcorner.com/article/the-go-program-structure/

TRIM Function In SQL Server 2017

TRIM() is a new function introduced in SQL Server 2017 which helps to remove the white space/characters from both sides of a string. Let us see all aspects of this function in detail.

source https://www.c-sharpcorner.com/article/trim-function-in-sql-server-2017/

WMI Implementation With ORMi

I have written a new .NET library named as ORMi to communicate to WMI (Windows Management Instrumentation). In this article, let's get an overview of ORMi.

source https://www.c-sharpcorner.com/article/wmi-implementation-with-ormi/

Payment Gateways To Accept Cryptocurrencies 💰

Are you running an online business and want to start accepting payment with Bitcoin and other cryptocurrencies? To do that, you will need to know about payment gateways that accept cryptocurrencies. Here in this article, we'll see major payment gateways that you can integrate with your cart project easily.

source https://www.c-sharpcorner.com/article/cryptocurrency-payment-gateways-to-accept-cryptocurrencies/

Google Fit REST API - Overview

In this introductory article, we will get an overview of working with Google Fit REST API.

source https://www.c-sharpcorner.com/article/google-fit-rest-api-overview-part-1/

Using FullCalendar For Dynamics 365 Portals

This article is about using FullCalendar in Dynamics 365 Portals.

source https://www.c-sharpcorner.com/article/using-fullcalendar-for-dynamics-365-portals/

Remove Azure Active Directory

In this blog, let us see how to remove unused Azure Active Directories linked to your account without contacting their administrators.

source https://www.c-sharpcorner.com/Blogs/remove-azure-active-directory

Access Denied For SharePoint Site Collection Administrator

In this blog, I would share the solution to the access denied issue for SharePoint site collection administrator.

source https://www.c-sharpcorner.com/Blogs/access-denied-for-sharepoint-site-collection-administrator

Thursday, January 10, 2019

Get Started With SharePoint Migration - Overview Of Sharegate Migration Tool - Part Two

This is the article series for the best practices and recommendations for SharePoint migration. During this, we will talk about how we can perform a successful migration from SharePoint On-Premise to SharePoint Online using Sharegate tool.

source https://www.c-sharpcorner.com/article/get-started-with-sharepoint-migration-overview-of-sharegate-migration-tool-pa/

CrossRefCollection - Add A Multi-Dimensional Dictionary Collection To The Language

I’m building a library to identify audio encodings used in a byte stream and there’s a lot of look-up tables required to determine bit rates, sample sizes, and so on. So, I decided to build a little extension to System.Collections.Generic that creates a multi-dimensional Dictionary collection that allows for strongly typed row/column keys and data values accessing data by a multi-parameter indexer function.

source https://www.c-sharpcorner.com/article/crossrefcollection-add-a-multi-dimensional-dictionary-collection-to-the-langua/

Data Types In Python

We have already used datatypes in other computer programming languages. So, you might be familiar with the concept. Let's discuss Python datatypes.

source https://www.c-sharpcorner.com/article/datatypes-in-python/

Deploy Angular App Using Azure DevOps Build And Release Pipelines Easy Way

Let us see how we can deploy an Angular app to Azure easily by configuring the build and release pipelines in Azure DevOps.

source https://www.c-sharpcorner.com/article/deploy-angular-app-using-azure-devops-build-and-release-pipelines-easy-way/

Emoji In Python 😎

Emoji has become a vital part of our daily chats. Learn how to print Emojis in Python.

source https://www.c-sharpcorner.com/article/emoji-in-python/

Get Activity Details Of All OneDrive Users Using Microsoft Graph API

In this article, I will explain the steps to check all the activities of OneDrive users, using Graph API.

source https://www.c-sharpcorner.com/article/get-all-onedrive-users-activity-details-using-microsoft-graph-api/

Overview Of Azure Functions

Azure Functions is a serverless architecture. Let's get an overview of this functionality through this post.

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

ReactJS Application Without Installing NPM

In this write-up, we will learn to create a React application using React CDN, without installing any npm package.

source https://www.c-sharpcorner.com/article/reactjs-application-without-installing-npm/

SharePoint Framework - React-based Carousel

Carousel is a widely used functionality in SharePoint world. Modern SharePoint does not provide Carousel as a ready web part to use, however, we can utilize any third-party controls to meet the business needs.

source https://www.c-sharpcorner.com/article/sharepoint-framework-react-based-carousel2/

Sync A Property From Azure Active Directory To SharePoint Online Using PowerShell

In this post, we will look into the simple process of syncing an Azure AD property to SharePoint Online.

source https://www.c-sharpcorner.com/article/sync-a-property-from-azure-active-directory-to-sharepoint-online-using-powershel/

Tweeting Using Logic Apps - Error "Media Type Unrecognized" When Sending Image With Tweets

This article examines an error when tweeting an image using a logic app. The imageData property is used to pass the image as a base64string. The data is sent to the Logic App using an HTTP trigger.

source https://www.c-sharpcorner.com/article/tweeting-using-logic-apps-error-media-type-unrecognized-when-sending-image-wi/

SharePoint Designer 2013 Opens Blank Workflow When 'Edit Workflow' Clicked

When trying to edit workflow in SharePoint Designer, it opens the workflow as blank. This is quite a known issue troubling developers.

source https://www.c-sharpcorner.com/Blogs/sharepoint-designer-2013-opens-workflow-blank-when-clicked-on-edit-workflow-option

Calculate Working Days Using Apex In SalesForce

In this blog, we will learn how to calculate the number of working days between two dates excluding Holidays and Weekends.

source https://www.c-sharpcorner.com/Blogs/calculate-working-days-using-apex-in-salesforce

Smart Countertop Oven Showcased By Whirlpool At CES 2019

According to the company's sub-brand WLabs, the appliance automatically recognizes the type of food placed inside and it also sets the time and temperature required for a personalized and perfected result.

source https://www.c-sharpcorner.com/news/smart-countertop-oven-by-whirlpool-allows-you-to-see-your-food-through-an-internal-camera

Intel Showcases Technology For Next Era Of Computing At CES 2019

The chip giant, Intel has showcased numerous CCG developments at CES 2019, including its latest Intel Xeon Scalable products with advanced AI and memory capabilities and 9th Gen Intel Core desktop products.

source https://www.c-sharpcorner.com/news/intel-showcases-technology-for-next-era-of-computing-at-ces-2019

Google Announces Cloud DNS Forwarding

Recently, Google has announced new capability named as Cloud DNS forwarding that allows the resources, both in the cloud and on-premises, to find each other through DNS.

source https://www.c-sharpcorner.com/news/google-announces-cloud-dns-forwarding

Wednesday, January 9, 2019

An Effective Coding And Code Review Technique

Coding and Code review are the most basic building blocks of any software product. Any lapse may severely affect the schedule, quality, and of course the cost. Not only in the review but a few issues can also be found at a later stage as well. That may lead to rework.

source https://www.c-sharpcorner.com/article/an-effective-coding-and-code-review-technique/

What Is C# Used For

C# Language is one of the most versatile, flexible, and modern programming language that allows developers to build all kind of applications including Windows client, Web applications, and native mobile apps.

source https://www.c-sharpcorner.com/article/what-is-c-sharp-used-for/

Tuesday, January 8, 2019

AWS Account And Service Layer

This layer is more about Identity Access Management (IAM). In this series of articles we'll look at some of the basic concepts and purposes surrounding AWS Identity and Access Management (IAM).

source https://www.c-sharpcorner.com/article/aws-account-and-service-layer/

Basic Concepts Of Ruby Language

In this article, let us see about some basic concepts of Ruby language. It will help you to learn this language easily.

source https://www.c-sharpcorner.com/article/basic-concepts-of-ruby-language/

Create .NET Core Web API (C#) In MonoDevelop On Ubuntu 18.04

In this article, I will show how to create your first project with .NET Core (C#) in MonoDevelop on Ubuntu 18.04.

source https://www.c-sharpcorner.com/article/create-net-core-web-api-c-sharp-in-monodevelop-on-ubuntu-18-04/

Object List With Services Using Angular

In this article, we will see how to work around Object List with Services in Angular.

source https://www.c-sharpcorner.com/article/objectlist-with-services-using-angular/

ASP.NET MVC5 - Rotativa📦 - Easy Way To Create PDF And Image Files

In this article, we will see how to generate image/PDF/print PDF documents using Rotativa. It's a framework and provides free APIs to convert our HTML to PDF and Image.

source https://www.c-sharpcorner.com/article/asp-net-mvc5-rotativa-easy-way-to-create-pdf-and-image-files/

SharePoint On-Premise To Online (Office 365) Migration Best Practices Using Sharegate - Part One

This is the article series for the best practices and recommendations for SharePoint migration. During this entire article series, we will talk about how we can perform a successful migration from SharePoint On-Premise to SharePoint Online using Sharegate tool.

source https://www.c-sharpcorner.com/article/best-practices-for-sharepoint-on-premise-to-sharepoint-online-office-365-migra/

Corporate Portal Maturity Model

In this article, we will learn what Portal Maturity model is.

source https://www.c-sharpcorner.com/article/corporate-portal-maturity-model/

Introduction To Angular 7 Animations Using Bootstrap 4

In this article, we will learn how to apply varieties of animations in Angular 7 application using Bootstrap 4.

source https://www.c-sharpcorner.com/article/introduction-to-angular-7-animations-using-bootstrap-4/

Migrate SharePoint 2013 To SharePoint Online

Content Matrix Console - SharePoint Edition is a client application used to migrate SharePoint Lists, Libraries, and even entire SharePoint Site Collections/Site. We will see how to perform the migration using this.

source https://www.c-sharpcorner.com/article/migrate-sharepoint-2013-to-sharepoint-online/

MXChip Device With Pressure, Humidity, Temperature Info Using Azure IoT Workbench

In this article, we will see how to set up our MXChip and get all the information, such as - Temperature, Humidity, Pressure etc. received to our Azure IoT Hub.

source https://www.c-sharpcorner.com/article/mxchip-device-with-pressure-humidity-temperature-info-using-azure-iot-workbenc/

A Deep Dive Into Joins In SQL

In this article, we will go through a deep understanding of SQL Joins from scratch.

source https://www.c-sharpcorner.com/article/overview-of-joins-in-sql/

Understanding JSON Web Tokens (JWT)

In this article, we are going to understand about JSON Web Token which is known as JWT.

source https://www.c-sharpcorner.com/article/understanding-json-web-tokens-jwt/

Monday, January 7, 2019

Bobby Tables: A guide To Preventing SQL Injection

A guide to preventing SQL injection for ADO.NET, ASP. ColdFusion, COM, C#, Delphi, Entity Framework, and many other languages.

source https://www.c-sharpcorner.com/Resources/5357/bobby-tables-a-guide-to-preventing-sql-injection.aspx

How To Create A Console App📲 Using C# In Visual Studio

In this video, I have demonstrated how we can create a basic console app using Visual Studio and C# as language. This video will help the beginners to touch the ground for the first time with no complexity. I have kept it very easy just to give you a boost at start.

source https://www.c-sharpcorner.com/article/how-to-create-a-console-app-using-c-sharp-in-visual-studio/

Web Chat 4.2 Now Supports Cognitive Services

Recently, the Azure team unveiled the latest version of Web chat i.e. 4.2, which now supports the new Cognitive Services.

source https://www.c-sharpcorner.com/news/web-chat-42-supports-cognitive-services

What Is Blockchain

Learn what blockchain is all about, what blockchain is used for, and where you can start learning blockchain technology.

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

Telemetry SDK 4.2 Released

Azure has announced the release of Bot Framework SDK version 4.2 to enhance monitoring, telemetry, and analytics capabilities of the SDK.

source https://www.c-sharpcorner.com/news/telemetry-sdk-42-released

GitHub Announced Unlimited Free Private Repos And Unified Enterprise

GitHub has announced two new offerings - GitHub Free service and GitHub Enterprise.

source https://www.c-sharpcorner.com/news/github-announced-unlimited-free-private-repos-and-unified-enterprise

Create Hello World Application📱Using React Native

In this article, we will learn how to create your first application using React Native. We can create a native mobile app using JavaScript and React.

source https://www.c-sharpcorner.com/article/create-hello-world-applicationusing-react-native/

Creating Azure Blobs Using ASP.NET Core C# Console Application

This article will be helpful for those who are trying to get their hands on Azure and looking to start something in Azure. In today’s world, there are media everywhere such as images, videos, audios etc. So in order to store them securely on the cloud, we can use Azure blob storage.

source https://www.c-sharpcorner.com/article/creating-azure-blobs-using-asp-net-core-c-sharp-console-application/

Importing Azure Function Swagger JSON In Azure API Management

There are multiple ways to create Swagger from Azure Function App. In this article, we will learn how to import Azure Function Swagger JSON in Azure APIs.

source https://www.c-sharpcorner.com/article/importing-azure-function-swagger-in-azure-api-management/

List View Control With CRUD And Search Record

Though ASP.NET Web Form is an old concept, still many developers prefer it for rapid application development. This tutorial will teach you how to perform CRUD operation in an ASP.NET Web Form.

source https://www.c-sharpcorner.com/article/list-view-control-with-crud-and-search-record/

Working With Promoted Link List In SharePoint

This article explains the Promoted Link List in details. It covers what Promoted link list is, how we can create a promoted link list, and how we can add items in Promoted Link list etc

source https://www.c-sharpcorner.com/article/working-with-promoted-link-list-in-sharepoint/

Xamarin.Forms - Bing Web Search Using Cognitive Service

In this article, you will learn how to search web pages using Cognitive Service in Xamarin.Forms. Xamarin and Cognitive Services together can infuse your apps, websites, and bots with intelligent algorithms to see, hear, speak, understand, and interpret your user needs through natural methods of communication. Let's learn how to work around these services.

source https://www.c-sharpcorner.com/article/xamarin-forms-bing-web-search-using-cognitive-service/

How To Read Data On Action Buttons In Adaptive Cards

In this article, we will take a look at how we can react to the Action button in the Adaptive cards.

source https://www.c-sharpcorner.com/article/botframework-reactive-adaptive-cards-how-to-read-data-on-action-buttons-in-adap2/

Working With Link Lists In SharePoint

This article explains about link list template in SharePoint. This will be a quick start for the newcomers in SharePoint.

source https://www.c-sharpcorner.com/article/working-with-link-lists-in-sharepoint/

ASCII Values Of Alphabets And Numbers In SQL Server

In this blog, we will understand the usage of ASCII function in SQL Server and find ASCII values of capital and small alphabets.

source https://www.c-sharpcorner.com/Blogs/ascii-values-of-alphabets-and-number-in-sql-server

Host ASP.NET Core - Web API (RESTful) In Azure App Service

In this blog, we will learn how to host an ASP.NET Core Web API in Azure App Service.

source https://www.c-sharpcorner.com/Blogs/learn-asp-net-core-web-api-restful-in-azure-app-service

How To Draw Heart Shaped ImageView In Excel And Convert The ImageView To PDF

In this blog, I will show you how to display images with irregular shapes, such as a love heart outline, eclipse outline, and cloud outline etc. And then, convert the Excel Image View shapes to PDF.

source https://www.c-sharpcorner.com/Blogs/how-to-draw-heart-shaped-imageview-in-excel-and-convert-the-imageview-to-pdf

Strict Mode In JavaScript

Strict mode in JavaScript is a modern way of writing the JavaScript code that changes the JavaScript silent errors into thrown errors. We will see how to use Strict Mode in JS.

source https://www.c-sharpcorner.com/Blogs/strict-mode-in-javascript

PowerShell - SharePoint Online List Item CRUD Operation

I have written a few code samples that will help you to perform the CRUD operation on a SharePoint list using PnP PowerShell. This is helpful to the beginners who are starting to work on SharePoint.

source https://www.c-sharpcorner.com/Blogs/powershell-sharepoint-online-list-item-crude-operation

What Is Azure Stack

Azure Stack allows businesses to bring Azure cloud offerings locally on-premises by providing hybrid cloud offerings. Azure Stack solves latency and connectivity problems by providing on-premises cloud hosting to meet regulatory and policy requirements. This article explains Azure Stack and how it works.

source https://www.c-sharpcorner.com/article/what-is-azure-stack/

Sunday, January 6, 2019

Machine Learning Concepts For Dummies Part 5 - Linear Regression Relative Absolute Error and Root Mean Square Error

This video describes the concepts of Relative Absolute Error and Root Mean Square Error in the context of Linear Regression.

source https://www.c-sharpcorner.com/article/machine-learning-concepts-for-dummies-part-5-linear-regression-relative-absolu/

Generate A Description Of An Image Using Cognitive Service And Microsoft Flow

In this article, you will see how to generate a description of an image using Cognitive Service and Microsoft Flow.

source https://www.c-sharpcorner.com/article/generate-a-description-of-an-image-using-cognitive-service-and-microsoft-flow/

Google reCAPTCHA In ASP.NET MVC

reCAPTCHA is a free service that protects your website from spam and abuse.

source https://www.c-sharpcorner.com/Blogs/google-recaptcha-in-asp-net-mvc

WCF - Windows Communication Foundation

This article helps to explain the architecture of WCF - Windows Communication Foundation.

source https://www.c-sharpcorner.com/Blogs/all-what-you-need-to-know-about-wcf

Step By Step Guide To Setup Your SharePoint Framework Development Environment

In this post, I will guide you through a step by step process to prepare your SharePoint framework environment. Before that, we will get to the definition of SPFx.

source https://www.c-sharpcorner.com/Blogs/step-by-step-guide-to-setup-your-sharepoint-framework-development-environment

Creating New Project In Xamarin

This blog is about creating a new blank project in Xamarin and also about creating your first cross platform app.

source https://www.c-sharpcorner.com/Blogs/creating-new-project-in-xamarin

Saturday, January 5, 2019

What Is The Most Popular Database In The World

Do you wonder which database is the most popular database in the world? Is it MySQL or SQL Server or Oracle? This article lists world’s most popular databases and their rankings. MySQL is supposed to be the most widely used databases in the world.

source https://www.c-sharpcorner.com/article/what-is-the-most-popular-database-in-the-world/

APPROX_COUNT_DISTINCT Function In SQL

We all have written queries that use COUNT DISTINCT to get the unique number of non-NULL values from a table. This process can generate a noticeable performance hit especially for larger tables with millions of rows. Many times, there is no way around this. To help mitigate this overhead SQL Server 2019 introduces us to approximating the distinct count with the new APPROX_COUNT_DISTINCT function.

source https://www.c-sharpcorner.com/article/approxcountdistinct-function-in-sql/

Connect SharePoint Site To Office 365 Group

In this article, we will explore how we can connect a classic SharePoint site to an Office 365 group using UI and scripted approach.

source https://www.c-sharpcorner.com/article/connect-sharepoint-site-to-office-365-group/

Git Basic Operations With Visual Studio

In this post I am going to show some basic Git operations using Visual Studio without using the Git command line tool.

source https://www.c-sharpcorner.com/article/git-with-visual-studio-basic-operations/

PowerShell - How To Develop Interactive Logs

In this article, we will look for developing a logging mechanism for PowerShell automation components that can provide logs not just in form of a flat file but also as interactive html format.

source https://www.c-sharpcorner.com/article/powershell-how-to-develop-interactive-logs/

Progressive Web App (PWA) In ASP.NET Core

In this article we are going to implement Progressive Web App in Asp.Net Core.

source https://www.c-sharpcorner.com/article/progressive-web-app-pwa-in-asp-net-core/

SharePoint Framework - React AutoBind Events

In this article, we will explore how we can bind actions to controls in SharePoint framework solutions developed using React. Also, how we can autobind the events to the control.

source https://www.c-sharpcorner.com/article/sharepoint-framework-react-autobind-events/

Friday, January 4, 2019

What 🤷‍♀️is the salary of a blockchain developer

Blockchain developers are one of the highest-paid software developers today. This article talks about blockchain developer salaries. Salary of a blockchain engineer, salary of a blockchain architect.

source https://www.c-sharpcorner.com/article/what-is-the-salary-of-a-blockchain-developers/

Thursday, January 3, 2019

RxJS Operators In Angular

In this blog, I'm going to explore the use of RxJS Operators. I will be demonstrating some of the real-time use cases of our day to day work and handling complex response in an easy way.

source https://www.c-sharpcorner.com/Blogs/rxjs-operators-in-angular

Delete Duplicate Record From SQL Database Using CTE

How to delete duplicate records from a SQL data table using CTE (common table expression). Specifies a temporary named result set, known as a common table expression (CTE).

source https://www.c-sharpcorner.com/Blogs/delete-duplicate-record-from-sql-data-table-using-cte