Monday, December 31, 2018

Customize New Form, Edit Form, And Display Form In Modern SharePoint Page Using PowerApps

This article covers step by step guidelines to customize New Form, Edit Form, and Display Form in Modern SharePoint Page. We will use the PowerApps approach to customize the forms.

source https://www.c-sharpcorner.com/article/customize-new-form-edit-form-and-display-form-in-modern-sharepoint-page-using-p/

Getting Started ✍️ With Angular 6 Using Angular CLI - Part 2️⃣

In this article, we are going to learn the basic development commands in Angular CLI ( Command Line Interface ).

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

Remote DataBinding In Kendo SpreadSheet

From this article you will learn how to implement the remote data binding in Kendo spreadsheets.

source https://www.c-sharpcorner.com/article/remote-databinding-in-kendo-spreadsheet/

String Operation In Python

In this article, we will learn how to perform operations on a string in Python, with an example.

source https://www.c-sharpcorner.com/article/string-operation-in-pythonh/

Page Object Model Design Pattern 💻 In Selenium Web Driver

In this article we will learn page object model design pattern in selenium web driver.

source https://www.c-sharpcorner.com/article/c-sharp-corner-signup-page-with-page-object-model-design-pattern-in-selenium/

Overview Of SharePoint Modernization Scanner

The transformation of classic to modern SharePoint is a phased journey. The first phase is to analyze your classic SharePoint site's readiness for modern SharePoint.

source https://www.c-sharpcorner.com/article/overview-of-sharepoint-modernization-scanner/

Create A Simple 📈Chart By Date For The Latest C# Corner Article Count

We will create a simple Line Chart in Blazor using Chart JS. We will show the latest C# Corner article count by date in this chart.

source https://www.c-sharpcorner.com/article/create-a-simple-chart-for-date-wise-c-sharp-corner-latest-articles-count2/

Send Custom Reminder To Your Phone At Specified Intervals Using Azure Logic Apps

This article helps you to learn how to send custom reminders to your phone number at specified intervals using Azure Logic App.

source https://www.c-sharpcorner.com/article/send-custom-reminder-to-your-phone-at-specified-intervals-using-azure-logic-apps/

Solidity For Beginners - Part One

Solidity is the programing language used for developing a smart contract over Ethereum blockchains. Here, in this article, we will learn the basics of Solidity and we’ll also write our first smart contract of "Hello World".

source https://www.c-sharpcorner.com/article/solidity-for-beginners-part-one/

Use SQL Server Management Studio 🌐 To Connect Azure🛢️SQL Database

In this article, we will learn how to use SQL Server Management Studio to connect and query the Azure SQL database.

source https://www.c-sharpcorner.com/article/use-sql-server-management-studio-to-connect-and-query-an-azure-sql-database/

What is AWS Outposts

Amazon recently announced AWS Outposts that allows you to run AWS cloud infrastructure on-premises for a truly consistent hybrid experience.

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

HelloMVC - Creating Our First Web Project With .NET Core CLI On Mac OS

In this video, we will learn to create our first MVC web project using .NET Core CLI on MacOS.

source https://www.c-sharpcorner.com/article/hellomvc-creating-our-first-web-project-with-net-core-cli-on-mac-os/

Understanding Class In Layman Way

In this video, I have tried to simulate a layman formula to understand how to visualize before writing a class in object-oriented programming domain. I hope you would like this whole analogy that I have used in this video. We will start from "what a Class is" to "writing a class". So, do leave your feedback in comments if you like the way I have discussed this important concept.

source https://www.c-sharpcorner.com/article/understanding-class-in-layman-way/

Google Unveils AI Principles Updates

Earlier in June this year, Google unveiled a set of AI Principles that codified how artificial intelligence would be used in research and products going forward

source https://www.c-sharpcorner.com/news/google-unveils-ai-principles-updates

Linux 4.20 Released

Linux 4.20 is now available as the latest stable version of the Linux kernel, with improvements to networking, such as drivers, core networking fixes, and bpf.

source https://www.c-sharpcorner.com/news/linux-420-is-now-available

Sunday, December 30, 2018

Apache NetBeans 10.0 Is Now Available

The Apache NetBeans 10.0 is now available as the latest release for this integrated development environment under the Apache incubator umbrella.

source https://www.c-sharpcorner.com/news/apache-netbeans-100-is-now-available

Google Cloud Launched Beta Version Of SparkR Job Types In Cloud Dataproc

Recently, Google has launched a beta version of SparkR jobs on Cloud Dataproc, a cloud service that lets you run Apache Spark and Apache Hadoop in a cost-effective manner. It also supports distributed machine learning using MLlib.

source https://www.c-sharpcorner.com/news/google-cloud-launched-beta-version-of-sparkr-job-types-in-cloud-dataproc

Connect Twitter To LinkedIn With Azure Logic App

This article helps you to learn how to create a Logic App Flow between Twitter and LinkedIn.

source https://www.c-sharpcorner.com/article/connect-twitter-to-linkedin-with-azure-logic-app/

IoTHubTrigger Azure Function And Azure IoT Hub

Here in this article, we will send some data to our Azure IoT hub and we will connect an Azure Function with our IoT Hub using IoTHubTrigger Event Hub Trigger Attribute.

source https://www.c-sharpcorner.com/article/iothubtrigger-azure-function-and-azure-iot-hub/

Saturday, December 29, 2018

Friday, December 28, 2018

AWS Global Infrastructure

In this article, we will try to understand AWS Global Infrastructure. We will start by learning how users would actually interact with an AWS account along with the concept of AWS Regions, Edge Locations, and Availability Zones and how they are related.

source https://www.c-sharpcorner.com/article/aws-global-infrastructure/

Multiple Layout In React Using React Router V4

This article is for beginners who want to learn how to implement multiple layouts to React using React Router V4. Here, I will show you how we can create multiple layouts or master pages and use those layouts for different components using the React-Router.

source https://www.c-sharpcorner.com/article/multiple-layout-in-react-with-react-router-v4/

Persistent To-Do Application

Will create a QA console to-do application with friendly UX along with persistent data storage without any connectivity with the database.

source https://www.c-sharpcorner.com/Blogs/persistent-todo-application

Adding Custom Styles To Kendo Editor

In my last article, I explained how to work with Kendo Editor. In this blog, I’m going to discuss how to implement custom styles in the Kendo Editor.

source https://www.c-sharpcorner.com/Blogs/adding-custom-styles-in-the-kendo-editor

Dynamic Number Of Rows Of GridView With Controls

This blog describes how to have a fixed number of rows dynamically in a GridView to edit in ItemTemplate. Sometimes, we need to have a number of rows with controls generated dynamically in WebForm. Here, I am going to describe how to do it in a simple way.

source https://www.c-sharpcorner.com/Blogs/dynamic-rows-in-gridview-in-itemtemplate-asp-net

Scalar Function In SQL Server

This article demonstrates how to create and use a scalar function in the SQL Server database. In this blog, we won't go very far. We will perform only basic functions.

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

Entity Framework Core Migrations

This article explains Entity Framework Core migrations and how to use the Table Attributes.

source https://www.c-sharpcorner.com/Blogs/entityframeworkcore-migrations

Programmatically Create PDF Header And Footer In Java

In this blog, we will learn how to add headers and footers when creating a new PDF document in Java applications.

source https://www.c-sharpcorner.com/Blogs/programmatically-create-pdf-header-and-footer-in-java

Make Your App Successful - A Detailed Step-by-Step Guide

Follow this fundamental article to make sure you consider all your options to make your app a success.

source https://www.c-sharpcorner.com/Resources/5244/make-your-app-successful-a-detailed-step-by-step-guide.aspx

Thursday, December 27, 2018

Top 25 Articles Of Year 2018

This article shows the list of the top 25 articles published on the C# Corner website in the year 2018.

source https://www.c-sharpcorner.com/article/top-25-articles-of-year-2018/

MS Flow - Sync Google with SharePoint Calendar List

This flow will sync data from Google Calendar and store in our SharePoint calendar list as soon as new entry is made in Google Calendar.

source https://www.c-sharpcorner.com/Blogs/ms-flow-sync-google-with-sharepoint-calendar-list

Difference Between Compiling And Transpiling

In this blog, I am going to explain the difference between compilation and transpilation. Will also discuss why TypeScript transpiling is not compiling.

source https://www.c-sharpcorner.com/Blogs/what-is-difference-between-compiling-and-transpiling

Create A Sample C# Corner 👨‍🎓Flair With ASP.NET MVC

We will see how to create a sample C# Corner User Flair in ASP.NET MVC application using HtmlAgilityPack. We will also add a provision to save this flair as an image using a third-party JavaScript library html2canvas.

source https://www.c-sharpcorner.com/article/create-a-sample-c-sharp-corner-flair-with-asp-net-mvc/

Multiple Models In Single View Using Entity Framework

In this article, you will learn how to return multiple models (Master Details) data to a View. In many forms/pages, often, we are required to send the data from two tables onto one page. We will achieve the task with a real-world example.

source https://www.c-sharpcorner.com/article/multiple-model-in-single-view-using-entity-framework/

Xamarin.Android - Recognize Celebrities By Camera Using Computer Vision

In this article, you will learn how to consume cognitive services for recognizing a celebrity in Xamarin.Android by using a mobile camera.

source https://www.c-sharpcorner.com/article/xamarin-android-recognize-celebrities-using-cognitive-services-by-camera/

C# Corner SignUp Page Automation 🖥️ Using Selenium Web Driver

In this article, we will see how we can automate the C# Corner Signup page using Selenium Web driver. Selenium is one of the automation testing tools used for the automation of a web application, a Windows or desktop application with the help of Winium, a headless browser application, a mobile Android or iOS app, with the help of Appium etc.

source https://www.c-sharpcorner.com/article/c-sharp-corner-signup-page-automation-using-selenium-web-driver/

Getting Ready For The SharePoint Modernization Journey

In this article, we will explore how we can take a first step towards modernizing the user interface. We are moving from Classic SharePoint to Modern SharePoint. This is the time when we have to leave behind the heavy customizations and look out for lighter weight solutions.

source https://www.c-sharpcorner.com/article/getting-ready-for-sharepoint-modernization-journey/

How To Retweet A Specific Tweet With An Approval Email In Azure Logic App

This article helps you to learn how to create a Logic flow for retweeting a specific tweet with an approval email.

source https://www.c-sharpcorner.com/article/how-to-reweet-the-specific-tweet-with-an-approval-email-with-azure-logic-app/

Create a SQL database 🛢️🌠 in the Azure portal 🎯

In this Article, we will learn how to create an Azure SQL database in the Azure portal and create a sample database.

source https://www.c-sharpcorner.com/article/create-a-sql-database-in-the-azure-portal/

How to Transform a Class into a DataSource

A class can be transformed into a DataSource object using Visual Studio IDE.

source https://www.c-sharpcorner.com/Blogs/learn-how-transform-a-class-in-a-datasource

Wednesday, December 26, 2018

Microsoft Open Sources Trill Engine To Deliver A Trillion Events a Day

Recently, Microsoft has open sourced its internal project - Trill, so that more developers have access to a new temporal query language as well as “a trillion events per day” worth of aggregated data Processor.

source https://www.c-sharpcorner.com/news/microsoft-open-sources-trill-engine-to-deliver-a-trillion-events-a-day

Get Daily Weather Reports Delivered To Your Phone Using Azure Logic Apps

This article helps you to learn how to get the weather notification to your phone number using Azure Logic App.

source https://www.c-sharpcorner.com/article/get-daily-weather-reports-delivered-to-your-phone-using-azure-logic-apps/

Receiving Emails Onto Document Library In SharePoint (On-Premise)

Incoming email is a very useful feature in SharePoint server wherein it enables document libraries to receive and store emails. This is also a pre-requisite for enabling lazy approvals in Nintex workflows that empowers users to take quick actions on workflows through emails using pre-defined key phrases.

source https://www.c-sharpcorner.com/article/receiving-emails-onto-document-library-in-sharepoint-on-premise/

Xamarin.Android - Upload Image To Blob Storage

In this article, you will learn how you can upload images to blob storage through Xamarin.Android. It’s pretty simple to build this app with a native Xamarin platform. I hope you will enjoy and learn something new in Xamarin with Azure.

source https://www.c-sharpcorner.com/article/xamarin-android-upload-image-to-blob-storage/

Migrate Existing Native SSRS Reports To Power BI Report Server

We can migrate our existing SSRS reports to Power BI Report Server. In order to do the successful migration, we need to follow some steps. This article covers step-by-step procedure of migrating the existing Native mode SSRS reports to Power BI Report Server. In short, we will learn SSRS to Power BI migration within this article.

source https://www.c-sharpcorner.com/article/migrate-existing-native-ssrs-reports-to-power-bi-report-server/

Office 365 - Azure Active Directory - Registering/Creating New Azure App

In this article, we will discuss detailed steps for creating/registering new apps from Azure Active Directory.

source https://www.c-sharpcorner.com/article/office-365-azure-active-directory-registeringcreating-new-azure-app/

Tuesday, December 25, 2018

Django For Beginners - Part One

In this tutorial, we will learn how can we create a Django project. Also, we will understand what Django is.

source https://www.c-sharpcorner.com/article/django-for-beginners-part-1/

How Microsoft Office 365 Could Empower Your Digital Transformation

Microsoft Office 365 and its wide variety of capabilities and features sets would increase productivity and decrease the need of IT support.

source https://www.c-sharpcorner.com/article/how-microsoft-office-365-could-empower-your-digital-transformation/

Single Page Application In Blazor With Azure Table Storage

We will create a single page application in Blazor. We will store the data in Azure Table Storage. We will see all the CRUD operations in this Blazor project. For that, we will create a Person app with storing Id, Name, Country, Age and Gender.

source https://www.c-sharpcorner.com/article/single-page-application-in-blazor-with-azure-table-storage/

Sunday, December 23, 2018

Microsoft Decentralized Identities API Available Now

Microsoft has rolled out its decentralized identities (DID) API to allow developers create an identity for a user, application, organization, or anything else.

source https://www.c-sharpcorner.com/news/microsoft-decentralized-identities-api-available-now

Friday, December 21, 2018

Basic Authentication In Web API

Authentication is used to protect our applications and websites from unauthorized access and also restrict users from accessing information from tools like postman and fiddler.

source https://www.c-sharpcorner.com/article/basic-authentication-in-web-api/

Constructing Azure Virtual Machine

In this article, we will explore about the virtual machines, step by step implementation, and the ways of connecting VMs with our local system.

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

Top 7 Reasons Why You Should Use Office 365

Office 365 is not just an email client. It also facilitates some amazing features and functionalities to the users. In this article, I have covered the top 7 reasons why you should use Office 365. Go through the entire article to know more.

source https://www.c-sharpcorner.com/article/top-7-reasons-to-know-why-you-should-use-office-365/

Continuous Deployment🚀 Using Azure DevOps Pipelines🌈 And .NET Project

In this article, we will see how to implement continuous deployment using Azure DevOps for a .NET project.

source https://www.c-sharpcorner.com/article/continuous-deployment-using-azure-devops-pipelines-and-net-project/

Python Print Function

In this article, we will learn how a Python Print Function works. The syntax of the Python print function is given in here and you can learn about the parameters of Python print function as well.

source https://www.c-sharpcorner.com/article/python-print-function/

Visual Studio 2019 New Features

The Visual Studio 2019 preview has been released. This beta release bundles the features that are focused on developer productivity and team collaboration. Let us discuss some core features in this article.

source https://www.c-sharpcorner.com/article/visual-studio-2019-new-features/

Workflow To Auto Create Folder Structure While Creating New Document Set In SharePoint

In this article, we will learn how to create default folders automatically when we create Document Set in SharePoint using SharePoint Designer workflows.

source https://www.c-sharpcorner.com/article/workflow-to-auto-create-folder-structure-while-creating-new-document-set-in-shar/

Xamarin.Forms - Upload Image To Blob Storage

In this article you will learn how you can upload Images to blob storage through Xamarin.

source https://www.c-sharpcorner.com/article/xamarin-forms-upload-image-to-blob-storage/

Azure Function As Output Job Topology Of An Azure Stream Analytics Job

In this article, we are going to see how we can set up an Azure Function as an Output job topology of an Azure Stream Analytics job. Doesn’t that sound interesting?

source https://www.c-sharpcorner.com/article/azure-function-as-output-job-topology-of-an-azure-stream-analytics-job/

CD - Continuous Delivery With Azure Pipelines

In this article, I will be explaining the continuous release, how you would benefit from using it, and will give a practical sample. Continuous Delivery is the name given to the process that automates the build and deployment of a software product into the production phase.

source https://www.c-sharpcorner.com/article/continuous-release/

Do You Know The Most Popular Websites In The World

Internet is growing everyday. But do you know who are the largest contributors to the people being on internet? What are the most used websites over the internet? We will try to know about these internet players, little bit about their business and other stats in this article.

source https://www.c-sharpcorner.com/article/do-you-know-about-the-most-popular-websites-in-the-world/

What Is Azure Data Lake

A data lake is where a vast amount of raw data or data in its native format is stored. Unlike a data warehouse which stores data in files or folders (a hierarchical structure), Data Lakes provide unlimited space to store data, unrestricted file size and a number of different ways to access data, as well as providing the tools necessary for analyzing, querying, and processing.

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

Google Acquires DevOps Research and Assessment

The software giant Google has acquired the DevOps Research and Assessment (DORA) and made it a part of Google Cloud.

source https://www.c-sharpcorner.com/news/google-acquires-devops-research-and-assessment

Microsoft Announces General Availability of Static Websites on Azure Storage

Recently, Microsoft announced the general availability of static websites on Azure Storage, which provides the ability to serve content from HTML, CSS and JavaScript files hosted on Azure Storage.

source https://www.c-sharpcorner.com/news/microsoft-announces-general-availability-of-static-websites-on-azure-storage

Thursday, December 20, 2018

ASP.NET MVC 5 - Limit Upload File Size

This article is about uploading of files by limiting/restricting the desired upload file size by implementing a custom data annotation/attribute component on ASP.NET MVC5 platform.

source https://www.c-sharpcorner.com/article/asp-net-mvc5-limit-upload-file-size/

Building A Personal VPN Azure Solution

There are various VPN Services that you can subscribe for a monthly/annual fee, that offer you the ability to ensure that you have a secure connection. Beyond just having a secure connection, you could also select which country you want the end point to be.

source https://www.c-sharpcorner.com/article/building-a-personal-vpn-azure-solution/

Directories in C#

The Directory class in the .NET Framework class library provides static methods for creating, reading, copying, moving, and deleting directories. In the .NET Framework, the System.IO namespace and its sub namespaces contain the classes and other types to perform I/O operations.

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

SharePoint Framework - Test SPFx WebParts on Modern Pages

In this article, we will explore how we can test the SharePoint framework web parts on a modern page instead of testing them on the workbench. SharePoint Framework client web parts work well on both, classic and modern SharePoint. SharePoint provides workbench to test the web parts individually.

source https://www.c-sharpcorner.com/article/sharepoint-framework-test-spfx-webparts-on-modern-pages/

Static Data Masking (SSMS 18.0 Preview)

In SSMS 18.0 preview, Microsoft has introduced us to Static Data Masking, a new feature that allows you to create a cloned copy of your database and replace sensitive data with a new data (fake data, referred to as masked). You can use this for things like development of business reports and analytics, troubleshooting, database development and even sharing data with outside teams or third parties.

source https://www.c-sharpcorner.com/article/static-data-masking-ssms-18-0-preview/

What Are Apache Cassandra Database's Advantages And Usage

This article reviews basics of Apache Cassandra and its advantages and usages. Apache Cassandra is the easiest truly big-data database that can scale and replicate data globally in a master-less configuration. What used to be in the hands of only the biggest in Silicon Valley is now available as a mature database to the masses.

source https://www.c-sharpcorner.com/article/are-you-dealing-with-distributed-database-have-you-done-research-about-apache-c/

Stratis Releases Stratis Core Wallet

Recently, Stratis announced the production release of the Stratis Core wallet. As per the company statement this release of Stratis Core runs with the latest version of the Stratis Full Node as the back end, making this release the most stable and secure to date.

source https://www.c-sharpcorner.com/news/stratis-announced-the-production-release-of-the-stratis-core-wallet

Stratis Distributed Ledger Technology (DLT) Released

Stratis Distributed Ledger Technology (DLT) is now available as a production release, the company made the announcement via official website.

source https://www.c-sharpcorner.com/news/stratis-distributed-ledger-technology-dlt-released

Stratis Blockchain Full Node Released

Recently, Stratis announced the production release of the Stratis C# Full Node on Mainnet. As per company statement the Stratis Full Node uses the Microsoft .NET Core platform and is a C# port of Bitcoin Core

source https://www.c-sharpcorner.com/news/stratis-launches-the-production-release-of-the-stratis-c-sharp-full-node

New Code Compare v5.0 with Greatly Improved Structural Comparison for C# 6.0/7.0 and VB

When we started working on the release of Code Compare, v5.0, we set ourselves the task of improving structural comparison for the latest versions of the C# and VB languages in Visual Studio 2017.

source https://www.c-sharpcorner.com/news/new-code-compare-v50-with-greatly-improved-structural-comparison-for-c-sharp-6070-and-vb

Wednesday, December 19, 2018

FileInfo in C#

The FileInfo class in the .NET Framework class library provides static methods for creating, reading, copying, moving, and deleting files using the FileStream objects.

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

GitLab Introduces GitLab Serverless

GitLab has announced a new platform Gitlab Serverless, that is intended to enable enterprises to deploy serverless functions and applications on any cloud or infrastructure directly from the GitLab UI.

source https://www.c-sharpcorner.com/news/gitlab-introduces-gitlab-serverless

Az version 1.0 Released

Microsoft's Azure Team has announced the release of Azure PowerShell ‘Az’ Module version 1.0.

source https://www.c-sharpcorner.com/news/az-version-10-released

Xamarin.Android - Build Real-life Application Using TCP/IP - Part Two

In the last article, I had completed the first module of the client application. Let’s start to build a server application for workstations.

source https://www.c-sharpcorner.com/article/build-real-life-application-using-tcpip-part-two/

ASP.NET MVC 5 - DocuSign🖋️- Validating And Viewing Document(s) On A Modal-Dialog

In this article, we will see how to validate the DocuSign document by viewing it in Modal Dialog using an iframe in our web application.

source https://www.c-sharpcorner.com/article/asp-net-mvc-5-docusign-validating-and-viewing-the-documents-on-a-modal-dia/

FFmpeg Deployment With AWS Lambda Under Node.js Platform

I was working on FFmpeg for a task related to audio files, and it worked fine on my local machine. So, I wanted to bundle it up in AWS Lambda but I had to struggle a lot. Here is how you can deploy FFmpeg with AWS LambdaWS Lambda, with the help of some NPM.

source https://www.c-sharpcorner.com/article/ffmpeg-deployment-with-aws-lambda-under-node-js-platform/

Group By Aggregate Functions In SQL

Aggregate functions are the built-in functions in SQL. They are used for specific operations like to compute the Average of the numbers, Total Count of the records, Total sum of the numbers etc. These are also called Group functions because these functions apply to the group of data.

source https://www.c-sharpcorner.com/article/group-by-having-aggregate-functions/

Office 365 New Admin Center Preview

In this article I'll discuss the few changes (usability features) in the new Admin center preview.

source https://www.c-sharpcorner.com/article/office-365-new-admin-center-preview/

Office 365 - SharePoint Online - Resolving "Unapproved Verbs" Warning

In this article, I’ll explain in detail the meaning of the warning: "The names of some imported commands from the module 'Microsoft.Online.SharePoint.PowerShell' include unapproved verbs that might make them less discoverable." when importing the "Microsoft.Online.SharePoint.PowerShell" module.

source https://www.c-sharpcorner.com/article/office-365-sharepoint-online-resolving-unapproved-verbs/

Bootstrap 4 Card Classes

In this write-up, we will learn about Bootstrap 4 Card classes. Bootstrap is an open source framework to create responsive web applications. Bootstrap card classes are useful to create bordered boxes. Bootstrap 4 cards classes replace old panels, wells, and thumbnails.

source https://www.c-sharpcorner.com/Blogs/bootstrap-4-card-classes

Overview Of MSSQL Logs

Database Logs are used for any modification/transaction on table production or during development from their Database Server.

source https://www.c-sharpcorner.com/Blogs/mssql-logs2

Tuesday, December 18, 2018

Show Content In Kendo Tooltip Based On Text Length

I already discussed the implementation of the kendo tooltip using jQuery in my last blog. In this blog, I’m going to discuss how to customize the kendo tooltip based on the requirement.

source https://www.c-sharpcorner.com/Blogs/show-content-in-kendo-tooltip-based-on-text-length

What Is SSL Or TLS

This blog explains what SSL, or TLS, is.

source https://www.c-sharpcorner.com/Blogs/what-is-ssl-or-tls

PowerShell Script - Synchronize The User Profile Properties From AD To SharePoint Online User Properties

In this blog, I'll share the PowerShell script to synchronize the Office 365 AD properties with SharePoint Online user profile properties.

source https://www.c-sharpcorner.com/Blogs/office-365-powershell-script-synchronize-the-user-profile-properties-from-ad-to-sharepoint-online-user-properties

Share Cookie Across Sub Domain In ASP.NET

In this blog, you will learn how to share a cookie across sub-domains in ASP.NET.

source https://www.c-sharpcorner.com/Blogs/share-cookie-across-sub-domain-in-asp-net

Business Analysis For Azure Service Fabric And Azure Functions

This blog will let you decide choosing over Azure Service Fabric and Azure Functions for your cloud solutions.

source https://www.c-sharpcorner.com/Blogs/business-analysis-for-azure-service-fabric-and-azure-functions

Xamarin.Android - Build Real-life Application Using TCP/IP - Part One

The purpose of this project is to develop an Android-based application which will serve the administrator with on-demand remote surveillance and controlling of workstations of a workplace. The project will involve the development of two applications, one will run on workstations and the other one will run on the mobile phone of the Administrator. Both of these applications will be connected through Wi-Fi.

source https://www.c-sharpcorner.com/article/build-real-life-application-using-tcpip-part-one/

Getting Started With Angular 6 Using Angular CLI - Part One

Today, we are going to learn the most popular Single Page Application creation framework, called AngularJS, using Angular CLI (Command Line Interface).

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

How To Create A Web Service Project In .NET Using Visual Studio

Here we will use Visual Studio 2017 to create a web service project in .NET framework. We will understand a simple way to create a web service and then consume web service to get output of web service on a web page.

source https://www.c-sharpcorner.com/article/how-to-create-a-web-service-project-in-net-using-visual-studio/

SharePoint Framework - SPFx Development With SharePoint 2016

In this article, we will explore how we can get our SharePoint 2016 OnPremise environment ready for SharePoint Framework and start developing SPFx client web parts.

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

Simple Way To Execute A Function In A Component From Another Component

We will execute a function in a component from another component in Angular. We will pass the data from one component to another component as well.

source https://www.c-sharpcorner.com/article/simple-way-to-execute-a-function-in-a-component-from-another-component/

Using Cognitive Service Computer Vision API, Text Analytics API With Azure Logic App

This article helps you to learn how to convert the text in an image to digital format and save the output into an Excel file with language detection, sentiment, and Key phrases using Microsoft Cognitive Services in Azure Logic App.

source https://www.c-sharpcorner.com/article/using-cognitive-service-computer-vision-api-text-analytics-api-with-azure-logic/

Skype's New Feature: Skype Translator

Skype Translator will help you to translate chat or call in your prefered language.

source https://www.c-sharpcorner.com/news/skypesharp39s-new-feature-skype-translator2

Important Questions For Interview C# Part 1 - Basics

In this video, which is important to freshers as well as experienced professionals, I have discussed a couple of very important questions being asked during C# interviews.

source https://www.c-sharpcorner.com/article/important-questions-for-interview-c-sharp-part-1-basic/

Automating Business Process With Azure Bot, MS Flow and SharePoint Online

This is the recording of my latest webinar on automating the Business Process with Azure Bot, MS Flow, and SharePoint Online.

source https://www.c-sharpcorner.com/article/online-webinar-automate-business-process-with-azure-bot-ms-flow-and-sharepoin/

Monday, December 17, 2018

ASP.NET MVC 5 - Limit Upload File Type Extensions Via Custom Data Annotation/Attribute

This article is about uploading of image file by limiting/restricting the desire upload file type extensions via implementing custom data annotation/attribute component on ASP.NET MVC5 platform.

source https://www.c-sharpcorner.com/article/asp-net-mvc5-limit-upload-file-type-extensions-via-custom-data-annotationattr/

Google Charts Configuration Generator

In this article, we are going to learn how to generate the configuration of Google Charts and implement it in your chart with some easy steps.

source https://www.c-sharpcorner.com/article/google-charts-configuration-generator/

Transform Classic SharePoint Pages To Modern Look And Feel

We have been using Classic SharePoint for many years. The Classic SharePoint offers nice wiki and web part pages to represent our information. Microsoft is rolling new updates to SharePoint Online on a frequent basis. At this time we are living in two worlds of SharePoint - Classic SharePoint and Modern SharePoint.

source https://www.c-sharpcorner.com/article/transform-classic-sharepoint-pages-to-modern-look-and-feel/

Handling Multiple Instances Of Caching Providers Using EasyCaching

In this article, you will learn how to handle multiple instances of caching providers when using EasyCaching in your ASP.NET Core project.

source https://www.c-sharpcorner.com/article/using-easycaching-to-handle-multiple-instance-of-caching-providers/

Hyperledger Ursa Joins Hyperledger Products Family

Usra is a modular, flexible cryptography library that allows other to use existing, time tested, and trusted cryptographic libraries but also new cryptographic library implementations being developed.

source https://www.c-sharpcorner.com/news/hyperledger-ursa-joins-hyperledger-products-family

An Overview Of Microsoft Office 2018 - Facts You Should Know

Have a look at MS Office 365 2018. Discover the facts, features, and benefits of using Office 365 and why it is perfect for small, medium, and large enterprise businesses.

source https://www.c-sharpcorner.com/article/an-overview-of-microsoft-office-2018-facts-you-should-know/

Learn Angular Step By Step In Easy Way - Chapter One

From this article, I am starting a tutorial to learn Angular 2 or above versions of it from scratch. This is the first chapter of Angular where we will learn what actually Angular is and how to do its set up on our system so that we can build an application with Angular.

source https://www.c-sharpcorner.com/article/angular-tutorial-learn-angular-step-by-step-in-easy-way/

JavaScript Testing Using Mocha And Chai

In this article, I am going to discuss one of the popular Unit Testing frameworks, Mocha and the assertion framework chai.js.

source https://www.c-sharpcorner.com/article/javascript-testing-using-mocha-and-chai/

On-Premises Disaster Recovery Set Up In Azure Cloud Using Azure Site Recovery

ASR is a tool which is provided by Microsoft to handle replication and disaster recovery.

source https://www.c-sharpcorner.com/article/on-premises-disaster-recovery-set-up-in-azure-cloud-using-azure-site-recovery/

Programming Concurrency In C++ - Part One

This article will help you get started with concurrency and will also introduce you to the features C++ offers in order to support concurrent programming. In this series of articles, I will not only talk about what concurrent programming is but we’ll also be looking into the features that C++ standards 11, 14 and 17 have brought to support concurrent programming.

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

Sunday, December 16, 2018

Oracle Announces Cloud Native Framework

Oracle has introduced the Oracle Cloud Native Framework - a cloud-native solution that spans public cloud, on-premises, and hybrid cloud deployments.

source https://www.c-sharpcorner.com/news/oracle-announces-cloud-native-framework

Rust 2018 Released

Rust team has announced the first major edition of Rust since 1.0 (Rust 2015). According to the team, the new version is a culmination of feature stabilization throughout the year.

source https://www.c-sharpcorner.com/news/rust-2018-released

Azure Stream Analytics Job And Tools For Visual Studio

Creating an Azure Stream Analytics job and working with them is always a fun. And what if there is a tool which helps you create a stream solution in Visual Studio so that you don’t want to go over the browser and do some manual button clicks? That’s where the Azure Data Lake and Stream Analytics Tool extension come into the play.

source https://www.c-sharpcorner.com/article/azure-stream-analytics-job-and-tools-for-visual-studio/

Dependency Injection with Serverless Functions

Port your interfaces and classes from your Web API to a serverless function using dependency injection. This article demonstrates how to bootstrap AWS Lambda and Azure Serverless Functions with dependency injection.

source https://www.c-sharpcorner.com/article/dependency-injection-with-serverless-functions/

Are the DBAs paranoid by nature?



source https://www.c-sharpcorner.com/article/are-the-dbas-paranoid-by-nature2/

Saturday, December 15, 2018

SQL Server Development Best Practice Guide

We all use the best practices while writing the sql code. However, for those who use on or off the MS laied out best practices and new to the database platform would be highly benefited while following the best practices.

source https://www.c-sharpcorner.com/article/sql-server-development-best-practice-guide/

What Is New In C# 8.0

Microsft has released this video where the project head of C# language, Mads Torgersen is talking about new features of C# 8.0.

source https://www.c-sharpcorner.com/article/whats-new-in-c-sharp-8-0/

Thursday, December 13, 2018

Azure Serverless Functions With Real World Scenario

In this article, we will see how we can trigger an Azure function and make third-party HTTP post-call from there. Let's automate this process using Azure Functions.

source https://www.c-sharpcorner.com/article/azure-serverless-functions-with-real-world-scenario/

Create And Build An Email Bot Using Microsoft Bot Framework

The Bot Application runs inside an application, like Cortana, Skype, Email, web chat, Facebook, Message, etc. Users can interact with bots by sending them messages, commands, and inline requests. You control your bots using HTTPS requests to the bot API.

source https://www.c-sharpcorner.com/article/create-and-build-an-email-bot-using-microsoft-bot-framework/

SharePoint Framework - Configure SPFx WebPart Icon

In this article, we will explore how we can configure icons for SharePoint framework client web parts and various available mediums to refer to for icons. SharePoint framework client web parts, when being added to a page, display icon and title. The icons help end users to build some perspective about the web part.

source https://www.c-sharpcorner.com/article/sharepoint-framework-configure-spfx-webpart-icon/

SQL Server Vulnerability Assessment

SQL Server Vulnerability Assessment (VA) in SQL Server Management Studio 17.4 or later lets SQL Server scan your databases for potential security vulnerabilities and can be run against SQL Server 2012 or higher. If you are not on a newer version on SSMS.

source https://www.c-sharpcorner.com/article/sql-server-vulnerability-assessment/

HTML 5 Web Storage

Before HTML 5, the local data in client side was stored in the cookies. Unlike cookies, now the web application can store the data locally within the browser which can’t be transferred to the server.

source https://www.c-sharpcorner.com/Blogs/html-5-web-storage

Proxy With Angular 6+ And SharePoint Environment

This blog will help you in setting up the development environment for SharePoint 2013, 2016, 2019 and SP Online with Angular 6+ version which will serve the request locally.

source https://www.c-sharpcorner.com/Blogs/proxy-with-angular-6-and-sharepoint-environment

MongoDB Server On Alibaba Cloud

Since the early days of NoSQL, many database engines have been presented in the market. MongoDB is, no doubt, one of the pioneers in the scalable, fault-tolerant NoSQL databases.

source https://www.c-sharpcorner.com/article/mongodb-server-on-alibaba-cloud/

Wednesday, December 12, 2018

Authentication And Authorization In ASP.NET Core MVC Using Cookie

Security is the main concern of modern applications because anyone can steal your data if it is not secured. So, if you are going to create an application where the data security is a primary concern, then think about Authentication and Authorization.

source https://www.c-sharpcorner.com/article/authentication-and-authorization-in-asp-net-core-mvc-using-cookie/

An Introduction To Azure Stream Analytics Job

The capability of an Azure Stream Analytics Job is huge, and here in this post we are going to discuss this.

source https://www.c-sharpcorner.com/article/an-introduction-to-azure-stream-analytics-job/

Expansion Panel In Angular Using Ignite-ui-angular

Ignite-UI’s Angular expansion panel is very useful in situations when we need to show lots of things and we have limited space in a web application, especially in mobile-based applications because mobiles have comparatively small screens to render controls.

source https://www.c-sharpcorner.com/article/expansion-panel-in-angular-using-ignite-ui-angular/

Get Email Activity And Mailbox Usage Details Of All Users Using Graph API

In this article, I would like to explain the steps to get all the email activity and details of O365 users using Graph API.

source https://www.c-sharpcorner.com/article/get-all-the-users-email-activity-and-mailbox-usage-using-graph-api/

SharePoint Framework - Debugging SPFx Solutions

In this article, we will explore the options to debug the SharePoint framework solutions in order to find out the specific issue.

source https://www.c-sharpcorner.com/article/sharepoint-framework-debugging-spfx-solutions/

Delete Unattached Azure Storage Account

After deleting the VMs, users are not sure whether they have deleted the associated storage account or not. Let's see how to overcome this problem.

source https://www.c-sharpcorner.com/Blogs/delete-unattached-azure-storage-account

Kendo Splitter Using jQuery

From this blog, you will learn how to implement the kendo splitter using jQuery. Kendo splitter is the widget which is used to split two elements in an HTML page.

source https://www.c-sharpcorner.com/Blogs/kendo-splitter-using-jquery

Bootstrap 4 Table Classes

In this write-up, we will learn about Bootstrap 4 Table classes. Bootstrap is an open source framework to create responsive web applications.

source https://www.c-sharpcorner.com/Blogs/bootstrap-4-table-classes

PostgreSQL - Some Basics

There are many differences in the syntaxes of PostgreSQL and other database queries. Mentioned are some commonly used ones.

source https://www.c-sharpcorner.com/Blogs/postgresql-some-points-while-working-with-postgresql

Display Single DataTable Data In Different Columns Of DataGridView

Here, I will dispaly the data of a single data table in the different columns of DataGridView in C# WindowsForms application.

source https://www.c-sharpcorner.com/Blogs/display-single-datatable-data-in-different-column-of-datagridview

Tuesday, December 11, 2018

Overview Of Angular Animation

This article will teach you how to add animations to your Angular apps

source https://www.c-sharpcorner.com/article/overview-of-angular-animation/

Azure Redis Cache With Azure SQL In Blazor Project

In this article we will discuss output caching using Azure Redis Cache with Azure SQL database in Blazor projects and create an Indian post office application.

source https://www.c-sharpcorner.com/article/azure-redis-cache-with-azure-sql-in-blazor-project/

SharePoint Framework - Integrating Adaptive Cards With SPFx

In this article, we will explore how we can use Adaptive Cards with SharePoint framework client web parts. SharePoint Framework (SPFx) based web parts support integration with various JavaScript framework and libraries. We can include the npm package in our solution to get started using the various functionalities offered by that npm package.

source https://www.c-sharpcorner.com/article/sharepoint-framework-integrating-adaptive-cards-with-spfx/

Convert Number Into Words Using Recursion

This article explains how to convert a number into words using recursion. I am posting this article to help the developers in the situation where they need to convert an amount into words for reporting purposes and make data more informative.

source https://www.c-sharpcorner.com/article/convert-number-to-words-using-recursion/

CRUD Operation Using Dapper In C#

This article describes how to perform CRUD operations on the database using the dapper object relation mapper tool.

source https://www.c-sharpcorner.com/article/crud-operation-using-dapper-in-c-sharp/

Getting Started With ASP.NET MVC - Part Four

This article explains about different types of parameters, Integrated View and Controller, and Integrated View and Controller using Model. I hope this is very helpful for new learners.

source https://www.c-sharpcorner.com/article/getting-started-with-asp-net-mvc-part-fourth/

Working With Microsoft Teams

Team’s collaboration features are simplified, well-integrated, and capable of delivering end to end capabilities.

source https://www.c-sharpcorner.com/article/working-with-microsoft-teams-chapter-1-teams-meeting-1-2-34/

Showing Tooltip On Selected Text In Drop-down Using JavaScript

In this blog, I will show you how to add a tooltip for the drop-down selected text on a mouseover event.

source https://www.c-sharpcorner.com/Blogs/show-tooltip-for-dropdown-selected-text-using-javascript

Using Open Source Graph In SharePoint/O365

It has been a long-standing problem to represent real-time data from SharePoint lists. For simple and quick graphs, Chart.js and Google Charts are considered quick and robust solutions.

source https://www.c-sharpcorner.com/Blogs/open-source-graph-in-sharepoint-o365

Difference Between Undefined And Null In JavaScript

This blog explains the difference between undefined and null in JavaScript. It is very important to know when we get a variable as undefined and when we get it as null.

source https://www.c-sharpcorner.com/Blogs/difference-between-undefined-and-null-in-javascript

Manage Dashboard In Microsoft 365 Admin Center

Let us learn about the new admin center to manage Office 365. Also, we will see how to add or remove cards in the home page of the Admin Center.

source https://www.c-sharpcorner.com/Blogs/manage-dashboard-in-microsoft-365-admin-center

SPFx | NPM Install Error | npm ERR! 404 Not Found - event-stream@3.3.6

I created an SPFx solution almost a month ago. It was working fine for some time, but today, it started getting the "npm ERR! 404 Not Found: event-stream@3.3.6" error which was quite strange. Let us see how to resolve this issue.

source https://www.c-sharpcorner.com/Blogs/spfx-npm-install-error-npm-err-404-not-found-eventstream336

Dynamic Multiple Time Countdown Display Using jQuery

Here, I have prepared an example for dynamic multiple countdown display setup using jQuery and server-side data in MVC C#.

source https://www.c-sharpcorner.com/Blogs/multiple-timer-display-count-down-using-j-query

Create And Build A Skype Bot Using Microsoft Bot Framework

A bot application runs inside an application, like Cortana, Skype, web chat, Facebook, Message, etc. Users can interact with bots by sending them messages, commands, and inline requests. You control your bots using HTTPS requests to the bot API.

source https://www.c-sharpcorner.com/article/create-and-build-a-skype-bot-using-microsoft-bot-framework/

Monday, December 10, 2018

Send And Receive File From SharePoint Online Using Azure Bot Framework

In this video, we will see how to send and receive the files from SharePoint Online using Azure Bot Framework.

source https://www.c-sharpcorner.com/article/send-and-receive-file-from-sharepoint-online-using-azure-bot-framework/

Salary of Twitter CEO Jack Dorsey

What is the annual salary to top paid CEOs? How much salary Twitter CEO gets in a year?

source https://www.c-sharpcorner.com/news/salary-of-twitter-ceo-jack-dorsey

Convert Tweet Into Audio File Using Cognitive Service With Azure Logic App

This article helps you to learn how to Convert and save tweet with specific hashtag into audio file using Microsoft Cognitive Services in Azure Logic App. Logic App is a cloud-based service. It allows us to react to an event in one service (such as -SharePoint online) and do something with the data from that event into another Service (such as Twitter).

source https://www.c-sharpcorner.com/article/convert-twitter-tweet-into-audio-file-using-cognitive-service-with-azure-logic-a/

Get All The SharePoint Site Collection Usage Details Using Graph API

In this article, we will see the steps to check all the SharePoint site collection usage details using Graph API. The process is quite simple; just follow along.

source https://www.c-sharpcorner.com/article/get-all-the-sharepoint-site-collection-usage-details-using-graph-api/

How To Handle "android.os.FileUriExposedException" In Android

In this article, we will learn how to handle “android.os.FileUriExposedException”, if we have an app that shares files with other apps using a URI on API 24+. As of Android N, we need to use FileProvider API.

source https://www.c-sharpcorner.com/article/how-to-handle-android-os-fileuriexposedexception-in-android/

New Feature And Steps For Installing Visual Studio 2019 Preview

This article explains how to install Visual Studio 2019 Preview in a step by step way.

source https://www.c-sharpcorner.com/article/new-feature-and-steps-for-installing-visual-studio-2019-preview/

Test Your ASP.NET Core Web API With Swagger

Testing of Web APIs is always a challenge because it exposes the end-point rather than the UI. Testing such things may have a dependency on third-party tools, such as fiddler and Post-Man, to Web API endpoints. Swagger can resolve this issue.

source https://www.c-sharpcorner.com/article/test-your-asp-net-core-web-api-with-swagger/

On-Screen Signature Capture Using React

In this quick tutorial, we will learn how to capture on-screen signature from the user using HTML canvas. Also, we will cover different properties and functions available with the React-canvas-draw package.

source https://www.c-sharpcorner.com/Blogs/onscreen-signature-capture-using-react

ASP.NET MVC 5 - DocuSign - Getting, Storing, Listing And Downloading The Document(s) In Our Web Application

In this article, we will see how to get documents from DocuSign and store them in our local directory as the file and list in our web application.

source https://www.c-sharpcorner.com/article/asp-net-mvc-5-docusign-gettingstoring-and-listing-the-documents-in-our-we/

How To Create An Ubuntu Virtual Machine In Azure

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

source https://www.c-sharpcorner.com/article/how-to-create-ubuntu-virtual-machine-in-azure/

Bootstrap 4 Utility Classes - Part Four

In this write-up, we will learn about Bootstrap 4 utility classes or helper classes. This is the fourth part of this series of Bootstrap 4 utility classes. In this part we will discuss text classes, block element classes, vertical align classes and close icon classes. Utility classes are useful to add style quickly without writing CSS classes.

source https://www.c-sharpcorner.com/Blogs/bootstrap-4-utility-classes-part-four

Saturday, December 8, 2018

ASP.NET MVC5 - Upload Image/File as File

This article is about uploading of image file as file on ASP.NET MVC5 platform. I shall be demonstrating uploading of image file as file on ASP.NET MVC5 platform. This article is not specific to image file only, you can use the provided solution with any type of file format as well.

source https://www.c-sharpcorner.com/article/asp-net-mvc5-upload-imagefile-as-file/

How To Convert Federated Domain To Managed Domain In Azure AD - Part One

In this article, we will see how to convert the Federated domain which is using the ADFS Authentication using against the On-premises Active Directory to Managed Authentication against Azure Active Directory(AAD).

source https://www.c-sharpcorner.com/article/how-to-convert-federated-domain-to-managed-domain-in-azure-ad-part-one/

Unit Testing Using Jasmine

Now, we can move to JavaScript frameworks for unit testing like jasmine, mocha, and jest. These are not only three frameworks available but these three are very popular among many more frameworks. Jasmine is very first we can say.

source https://www.c-sharpcorner.com/article/unit-testing-using-jasmine/

Using Cognitive Service Face API with Azure Logic App

This article helps you to learn how to use Cognitive Service Face API in Logic App Flow.

source https://www.c-sharpcorner.com/article/using-cognitive-service-face-api-with-azure-logic-app/

Friday, December 7, 2018

How to become a blockchain developer

This article covers a few common blockchain developer questions such as: How do I become a blockchain developer? What skills do I need to become a blockchain developer? Where do I start? and What is the best blockchain for me?

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

Creating A Web App Service In Azure Database For MySQL - A Basic Introduction

This article about Azure database Server from MySQL. And Its help to faster, Trust and Manage your Database Servers. Azure supporting to Secure, Update and Quickly build the Database Server. Azure Database for MySQL provides fully managed the MySQL database as a service.

source https://www.c-sharpcorner.com/article/basic-introduction-about-creating-web-app-service-to-azure-database-for-mysql/

Containerizing N-Tier MVC .NET Framework Application With Docker

In this article, i will explain how to containerize a simple N-Tier CRUD MVC application using docker. We will create a separate app server and database server container images and deploy and run the simple N-Tier MVC application

source https://www.c-sharpcorner.com/article/containerizing-n-tier-mvc-net-framework-application-with-docker/

Enable SOAP And REST On Same WCF Service And Contract

In this post, we will see both SOAP and REST enabled in same WCF service using same contract. People may think, WCF is an outdated technology after Web API became so popular. But I feel, we can still use WCF for many occasions. That is the reason behind I write this post.

source https://www.c-sharpcorner.com/article/enable-soap-and-rest-on-same-wcf-service-and-contract/

SharePoint Framework - Handle Web Part Property Changes

SharePoint web parts from its existence (since Classic SharePoint era) support properties. They are generally referred to as web part properties, which allow configuring the web part behavior based on the value specified. We are gradually moving towards Modern SharePoint. SharePoint Framework (SPFx) based web parts are also supporting web part properties. As Modern SharePoint is based on HTML and JavaScript.

source https://www.c-sharpcorner.com/article/sharepoint-framework-handle-web-part-property-changes/

SharePoint Solution For Very Large Documents

Let us learn how to handle very large documents like Product Manuals, Keying instructions files using SharePoint, especially, when you have a large set of documents which are hundreds of thousands of pages.

source https://www.c-sharpcorner.com/article/sharepoint-solution-for-very-large-documents/

ASP.NET MVC 5 - DocuSign - Sign On A Document And Track Envelopes

In this article, we will track the Envelope status to find out whether the Recipient(s) signed or not on the particular document using envelope id.

source https://www.c-sharpcorner.com/article/asp-net-mvc5-docusign-track-envelopes/

Bootstrap 4 Utility Classes - Part Three

In this write-up, we will learn about Bootstrap 4 utility classes or Helper classes. This is the Third part of this article series of Bootstrap 4 utility classes. In this Part we will discuss spacing ,position,Background Colors utilities classes. Utility classes is useful to add style quickly without writing CSS classes.

source https://www.c-sharpcorner.com/Blogs/bootstrap-4-utility-classes-part-three

Thursday, December 6, 2018

Creating A Reusable Grid Component For Blazor

In this article, we will create a reusable grid component for Blazor called BlazorGrid. It will display the user data in a grid and supports client-side pagination.

source https://www.c-sharpcorner.com/article/creating-a-reusable-grid-component-for-blazor/

Data Binding In Template Driven Forms In Angular

In this article we are going to learn how to do data binding in template driven forms. We will also see what are the requirements when we want to work with template driven forms. As we already know that template driven forms is the approach in angular to create form where most of the code is written in html. Also we know how to enable the template driven forms by adding formsModule in our application.

source https://www.c-sharpcorner.com/article/data-binding-in-template-driven-forms-in-angular/

How To Return An Image Result From Web API Using .NET Core

In this article, we will create a Web API project in .NET Core and we will learn how to return an image while you hit an API. You would have seen earlier how to return a string response or an object response using Web API. Today we will learn how to return an image from a web API. We will use .NET Core as the framework to develop this Web API. I will be using Visual Studio 2017 for this development activity.

source https://www.c-sharpcorner.com/article/how-to-return-an-image-result-from-web-api-using-net-core/

How To Upgrade AADConnect Agent From Old Version To New Version InPlace Upgrade

AADConnect Server plays important role in the Office 365 Hybrid setup. Hence that AADConnect upgrade should be taken care very seriously if it is also being used for Password Sync.

source https://www.c-sharpcorner.com/article/how-to-upgrade-aadconnet-agent-from-old-version-to-new-version-inplace-upgrade/

Sharegate Tips And Tricks For Migration To SharePoint

In this article, we will discuss about tips and tricks that can be useful to carry out smoother migration and avoid any common mistakes. There are numerous third party tools available in the market to migrate the content from SharePoint OnPremise to SharePoint Online. Sharegate is one of the widely used migration tool. More information about Sharegate can be read here.

source https://www.c-sharpcorner.com/article/sharegate-tips-and-tricks-for-migration-to-sharepoint/

SQL Data Discovery And Classification In SSMS

Data exploration and documentation can be cumbersome, classifying data can be one of those tedious but necessary things. With the introduction of such things as GDPR there is an ever greater need to classify and label your sensitive data. Microsoft attempts to help us out with this in the new SQL Data Discovery and Classification feature in SQL Server Management Studio (SSMS). This a new feature is available in Azure SQL Database and SSMS 17.5 and higher. It can be used against databases in SQL Server 2008, compatibly mode 100, and greater.

source https://www.c-sharpcorner.com/article/sql-data-discovery-and-classification-in-ssms/

Xamarin.Forms - Emotion Recognition Using Cognitive Service

In this article you will learn how to Recognise emotions in images using Cognitive Service in Xamarin forms. Xamarin.Forms code runs on multiple platforms - each of which has its own filesystem. This means that reading and writing files is most easily done using the native file APIs on each platform. Alternatively, embedded resources are a simpler solution to distribute data files with an app.

source https://www.c-sharpcorner.com/article/xamarin-forms-emotion-recognition-using-cognitive-service/

Office 365 - SharePoint Online Default Admin Experience Setting

In this article I'll discuss new setting available for new SharePoint admin center to open default "SharePoint admin center" either in classic "SharePoint admin center" or new "SharePoint admin center"

source https://www.c-sharpcorner.com/Blogs/office-365-sharepoint-online-default-admin-experience-setting

Add And Remove Site Columns From Site Content Type

In this blog post, I am going to add and remove site columns in existing site content type. Content types empower you to arrange, oversee, and handle content reliably across your sites. To view all content types used in the site collection.

source https://www.c-sharpcorner.com/Blogs/add-and-remove-site-columns-from-site-content-type

How To Login With Encrypted Password In ASP.NET

In this blog, I will demonstrate how to create a login form with an encrypted password using ASP.NET step by step. I will decrypt the password from the database and login to the dashboard. I will implement sign out functionality and also prevent browser forward and backward using JavaScript.

source https://www.c-sharpcorner.com/Blogs/how-to-login-with-encrypted-password-in-asp-net

ONNX Runtime Open Sourced

Recently, at its Connect(); conference 2018, Microsoft has announced the open sourcing of its Open Neural Network Exchange?(ONNX) Runtime?on?GitHub.

source https://www.c-sharpcorner.com/news/onnx-runtime-open-sourced

Microsoft Releases Updates To Outlook for iOS

Recently, Microsoft announced updates to Outlook for iOS with recognizable avatars and optimized swipe and scroll usability making it even better and faster than ever

source https://www.c-sharpcorner.com/news/microsoft-releases-updates-to-outlook-for-ios

Wednesday, December 5, 2018

7 Ways To Avoid jQuery .each() Method With An Equivalent JavaScript .forEach() Method

This tutorial explains the 7 important ways to work with the JavaScript .forEach() method so that you can replace your jQuery .each() method's code with it.

source https://www.c-sharpcorner.com/article/7-ways-to-avoid-jquery-each-method-with-an-equivalent-javascript-foreach-m/

How To Implement NLog In WebAPI

NLog is a flexible and free logging platform for various .NET platforms, including .NET standard. NLog makes it easy to write to several targets. (database, file, eventviewer).

source https://www.c-sharpcorner.com/article/how-to-implement-nlog-in-webapi/

Top 5 Best Programming Languages For Blockchain Development

In this article, I will talk about the most popular programming language for blockchain development.

source https://www.c-sharpcorner.com/article/top-5-best-programming-languages-for-blockchain-development/

Add Office 365 Group As A Member In Power BI App Workspace

In this article, we will talk about the easy and faster approach to add the users within the Power BI App Workspace. For Larger organization it is always a tedious task to add the users one by one as a member in Power BI Workspace. Power BI App Workspace facilities us to add the Office 365 Group as a member in the App Workspace.

source https://www.c-sharpcorner.com/article/add-office-365-group-as-a-member-in-power-bi-app-workspace/

Connect To SharePoint Online Site With App Only Authentication

In this article, we will explore various options to connect to SharePoint Online. Pros and Cons of each option and mainly how we can connect SharePoint Online site with App Only Authentication.

source https://www.c-sharpcorner.com/article/connect-to-sharepoint-online-site-with-app-only-authentication/

Go For Golang - Introduction And Environment Setup

Go is a general-purpose language, which was designed with systems programming in mind. At first Go feels more or less like C or C++, but it's certainly more than that. Three key aspects that make Go standout are, that it is compiled, garbage collected and above all it has explicit support for concurrent programming.

source https://www.c-sharpcorner.com/article/go-for-golang-introduction-environment-setup/

How To Make Attachments Mandatory In SharePoint Lists

We might come across scenarios where we must work with “attachments”. Ideally – SharePoint libraries are the answer, but due to various reasons we might still have to use lists rather than library. Now, there is no direct means to make an “Attachments” field mandatory in SharePoint Lists. But, we can very easily get it worked around with a little bit of tweaks here and there. Read on to know how!

source https://www.c-sharpcorner.com/article/how-to-make-attachments-mandatory-in-sharepoint-lists/

How To Use Dynamic To Return Different Objects On Runtime In C#

A lot of time you get a requirement to return different kind of object from a single method. Is it possible? Yes there are ways by which you can deliver different objects on run time and dynamic is one of those solution.

source https://www.c-sharpcorner.com/article/how-to-use-dynamic-to-return-different-objects-on-runtime-in-c-sharp/

Xamarin.Forms - Face Detection Using Cognitive Service

In this article you will learn how to detect human faces using Cognitive Service in Xamarin forms. Xamarin.Forms code runs on multiple platforms - each of which has its own filesystem. This means that reading and writing files is most easily done using the native file APIs on each platform. Alternatively, embedded resources are a simpler solution to distribute data files with an app.

source https://www.c-sharpcorner.com/article/xamarin-forms-face-detection-using-cognitive-service/

Accessing Raspbian OS Files In Windows 10

I am using the Operating System Windows 1o in my machine, and I will not be able to open the Linux based files in Windows 10 as it cannot identify those file types. Hm, it is expected, and nothing wrong it. But we have a workaround to do that. Here in this article, I will explain the steps you should be followed. Let’s skip the introduction and start doing some amazing things. Let’s just start then.

source https://www.c-sharpcorner.com/article/accessing-raspbian-os-files-in-windows-10/

Blazor - Publishing A Component To NuGet Gallery

In this article, we will learn how to publish a reusable Blazor component to nuget gallery. We will use Visual Studio 2017 to build and create the nuget package.

source https://www.c-sharpcorner.com/article/blazor-publishing-a-component-to-nuget-gallery/

Creating A nopCommerce Site In Azure As App Service

We will create a nopCommerce site in Azure as an App Service. We will install all the features with SQL Server database and in admin mode we will create one category and product too.

source https://www.c-sharpcorner.com/article/create-a-nopcommerce-site-in-azure-as-app-service/

Tuesday, December 4, 2018

Microsoft Announces General Availability Of Azure Database For MariaDB

Recently, at Connect(); 2018 conference, Microsoft has announced the general availability (GA) of Azure Database for MariaDB. According to the company, the service offers an enterprise-ready, fully managed community version of MariaDB.

source https://www.c-sharpcorner.com/news/microsoft-announces-the-general-availability-ga-of-azure-database-for-mariadb

Data Breached Of 500 Million Starwood Guests

Recently, Marriott's guest reservation system was hacked, potentially exposing the personal information of approximately 500 million guests.

source https://www.c-sharpcorner.com/news/data-oreach-of-500-million-starwood-guests

Microsoft Announces Cloud Native Application Bundles (CNAB)

Today, at Microsoft Connect(); 2018, the company revealed Cloud Native Application Bundle (CNAB), an open source cloud-agnostic specification for packaging and running distributed applications.

source https://www.c-sharpcorner.com/news/microsoft-announces-cloud-native-application-bundles-cnab

Microsoft Open Sources WPF and Windows Forms

WPF and Windows Forms are open source now and available on Github as a part of .NET Core ecosystem.

source https://www.c-sharpcorner.com/news/microsoft-open-sources-wpf-and-windows-forms

Deploying Angular 7 App To Firebase Hosting (With Extra Tips)

Today, I will show you the steps to publish an Angular 7 application to Firebase Hosting. Firebase is a mobile and web application development platform developed by Firebase, that was acquired by Google in 2014.

source https://www.c-sharpcorner.com/article/deploy-angular-7-app-to-firebase-hosting-with-extra-tips/

Fetching All Attachments From A List Using SharePoint Framework WebPart

Here, we are going to learn how to fetch all the attachments from a SharePoint List using SharePoint Framework with PnP JavaScript library.

source https://www.c-sharpcorner.com/article/get-all-attachments-from-list-in-spfx-webpart/

Introduction To Azure Durable Functions

Durable Functions is an extension of Azure Functions. It enables to write stateful functions in a serverless environment, and it allows us to define workflows in code. The extension lets define stateful workflows in a new type of function called an orchestrator function.

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

Cloud Computing And Azure Infrastructure

This article will tell you the basic and foremost concepts about “Cloud Computing” and “Azure Infrastructure”. You’ll learn more about cloud computing and Azure in my coming articles. So stay tuned for next articles. Read this article, then feel free to give your feedback.

source https://www.c-sharpcorner.com/article/cloud-computing-and-azure-infrastructure/

Get All The Users In An O365 Organization Using Graph API

In this article, I would like to explain and share the NodeJS code to get all the users from O365 using Graph API and will also discuss how to validate the raph api users results again the o365 admin portal.

source https://www.c-sharpcorner.com/article/get-all-organization-users-from-o365-using-graph-api/

What Is WCF And Why Should We Use It?

WCF stands for ‘Windows communication foundation’. WCF is Microsoft platform for building distributed and interoperable application.

source https://www.c-sharpcorner.com/article/what-is-wcf-why-should-we-use-wcf/

Bootstrap 4 Utility Classes - Part Two

In this article, we will learn about Bootstrap 4 utility classes or Helper classes. This is the second part of this article series of Bootstrap 4 utility classes. In this Part we will discuss height and width classes, shadow class and Visibility class. Utility classes is useful to add style quickly without writing CSS classes.

source https://www.c-sharpcorner.com/Blogs/bootstrap-4-utility-classes-part-two

Monday, December 3, 2018

Find Methods, Operators, And Filters In MongoDB

In this video of MongoDB Series, I will show how to import JSON data to a MongoDB Database (Collection) and perform some operations with find and findOne methods. Also, we will see some queries with comparison and logical operators, such as - $eq, $gt, $nin, $and etc.

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

How To Connect On-Premise SQL Server From Microsoft Flow Using Azure On-Premise Data Gateway

In this article, we will learn how to connect on-premise SQL Server from Microsoft Flow using on-premise data gateway. This article will help you to understand how to use Azure on-premise gateway with the help example - connect on-premise SQL server from Microsoft flow with step by step.

source https://www.c-sharpcorner.com/article/how-to-connect-on-premise-sql-server-from-microsoft-flow-using-azure-on-premise/

Are MicroServices Just A New Marketing Term

Microservices is a great way to decouple an application for faster modernization, improved functionality and better performance, but done incorrectly or without proper architectural understanding, teams can find their efforts taking longer or not delivering the results they were expecting. When you get down to technologies for microservices, you can get tripped up in language wars. Very few companies use multiple technologies across their portfolio to create different functionalities, and this creates complexity for developer teams, particularly when they are asked to do microservices. Scripting languages like Python will never be as fast as compiling languages, like .NET or Java, but then you get into the vendor wars.

source https://www.c-sharpcorner.com/article/are-microservices-just-a-new-marketing-term/

How To Connect Office 365 Exchange Online Services To PowerShell

In this post, I explained how to connect the Office 365 Exchange Online Services to PowerShell. Here, I also discussed how we connect the Exchange Online, Skype for Business Online, and Security & Compliance Center with Windows PowerShell.

source https://www.c-sharpcorner.com/article/how-to-connect-the-office-365-exchange-online-services-to-the-powershell/

Managing Your Azure Resources Via Mobile

Microsoft Azure offers up a lot of technologies that you can play around with. One thing that you might not know is that they also offer up a mobile presence to help manage your Azure resource. The application is available for download for your mobile devices from the app store (Apple or Google).

source https://www.c-sharpcorner.com/article/managing-your-azure-resources-via-mobile/

Specification Pattern In C# - Composite Specifications

This article is a continuation of my first article on Specification Pattern in C#. I recommend that you read it for a better understanding of background concepts. In the first part of this article, I introduced the specification pattern and how it can help to avoid violating the ‘O’ of SOLID principles of programming. Here, I’ll basically show how two or more specifications can be combined together to achieve more interesting results.

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

Bootstrap 4 Utility Classes - Part One

In this article, we will learn about Bootstrap 4 utility classes or Helper classes. Utility classes is useful to add style quickly without writing CSS classes.By using utility classes we can add and remove some style Quickly and make element responsive.

source https://www.c-sharpcorner.com/Blogs/bootstrap-4-utility-classes-part-one

Azure Service Fabric 6.4 Released

Service Fabric runtime has been started rolling out to the various Azure regions with corresponding SDK and tooling updates. The new release was announced at Ignite conference earlier this year, in September.

source https://www.c-sharpcorner.com/news/azure-service-fabric-64-released

Amazon Releases Corretto : A No-cost Distribution of OpenJDK

Recently, Amazon has announced the preview of Amazon Corretto, a no-cost distribution of standard Java

source https://www.c-sharpcorner.com/news/amazon-releases-corretto-a-nocost-distribution-of-openjdk

Sunday, December 2, 2018

Quick ReactJs Cheat Sheet

In this resource, you will find about quick snippets of React concepts like Component, State, Props, Properties, Nesting, and so many other great things about that.

source https://www.c-sharpcorner.com/Resources/4724/quick-reactjs-cheat-sheet.aspx

Learn About Data Structures And Algorithm (DSA) - Part Four

This article will tell you about the crucial concepts of data structures and algorithms in terms of understanding the comparison between the array and linked list. This article is the fourth one in the series of “Data Structure and Algorithm (DSA)”. You’ll learn more about data structures and algorithms in details in my coming articles. So stay tuned for next articles.

source https://www.c-sharpcorner.com/article/learn-about-data-structures-and-algorithm-dsa-part-four/

What Is GUID In C#

GUID (or UUID) is an acronym for 'Globally Unique Identifier' (or 'Universally Unique Identifier'). A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated.

source https://www.c-sharpcorner.com/article/what-is-guid-in-c-sharp/

Amazon Introduces Quantum Ledger Database

Amazon just announced Amazon Quantum Ledger Database (Amazon QLDB), a fully managed ledger database and provides a transparent, immutable, and cryptographically verifiable transaction log. Owned by a central trusted authority.

source https://www.c-sharpcorner.com/news/amazon-introduces-quantum-ledger-database

Saturday, December 1, 2018

Amazon Announces AWS Ground Station

Recently at AWS re:Invent, Amazon Web Services, announced AWS Ground Station, a new service that makes it easy and cost-effective for customers to download data from satellites into AWS.

source https://www.c-sharpcorner.com/news/amazon-announces-aws-ground-station

Amazon Announced Amazon Managed Blockchain Service

Amazon Managed Blockchain supports two popular open source blockchain frameworks - Ethereum and Hyperledger Fabric. You can choose the one that best fits your needs.

source https://www.c-sharpcorner.com/news/amazon-announced-amazon-managed-blockchain-service

Amazon Announces Amazon DynamoDB Transactions, CloudWatch Logs Insights, And Firecracker

Amazon has made a number of new announcements at its AWS re:Invent 2018 conference to enable developers to get started with non-virtual environments, artificial intelligence, and gain deeper insights.

source https://www.c-sharpcorner.com/news/amazon-reinvent-announces-amazon-dynamodb-transactions-cloudwatch-logs-insights-and-firecracker

Friday, November 30, 2018

Google Plans Go 2

Golang programming community has started working on the next version of golang programming language, Go 2.

source https://www.c-sharpcorner.com/news/google-plans-go-2

Datetime Zone Issue In Liquid - Dynamics 365 Portal

This article is about the date time format and zone issue in Dynamics 365 Portal. Dynamics 365 CE store date time in UTC format in CRM DB and when you will display date field on Dynamics 365 Portals it will display same date which sometime leads to incorrect date & time. If you are facing same issue this article can help you to fix it.

source https://www.c-sharpcorner.com/article/datetime-zone-issue-in-liquid-dynamics-365-portals/

Deploy Blazor Application On AWS Cloud Using Elastic Beanstalk

In this post, we will see how to deploy a Blazor application on Amazon Web Server (AWS Cloud) using Elastic Beanstalk. AWS Elastic Beanstalk is an orchestration service offered from Amazon Web Services for deploying web applications (infrastructure) which orchestrates various AWS services. With Elastic Beanstalk, we can easily deploy and manage web applications in the AWS Cloud without worrying about the infrastructure that runs those applications.

source https://www.c-sharpcorner.com/article/deploy-blazor-application-on-aws-cloud-using-elastic-beanstalk/

Install And Configure Azure On-Premise Data Gateway

In this article, we will learn how to install and configure Azure on-premise data gateway.

source https://www.c-sharpcorner.com/article/install-and-configure-azure-on-premise-data-gateway/

Create An Azure File Sync Service

File Sync Service allows us to synchronize our on-premises server files to Azure files supported by Storage Accounts. In this demo, I need Server 2016, Storage Account, and File Sync Service.

source https://www.c-sharpcorner.com/article/create-an-azure-file-sync-service/

Create Custom Directive In Angular

In this article, we will understand what is directive in angular and why we need of directive, and how to create custom directives.

source https://www.c-sharpcorner.com/article/create-custom-directive-in-angular/

Exploring Go As A C Family Developer

In a nutshell, I personally think that Go can be a quick and easy replacement for your background tasks. It contains several improvements and language-provided features, such as memory-management, interprocess communication, deferred functions, extensibility for types and much more. Some of the concepts do come from languages like JavaScript, and some concepts are more of Go itself.

source https://www.c-sharpcorner.com/article/exploring-go-as-a-c-family-developer/

The Necessity Of Learning JavaScript

The agenda was simple which technology or programming language to be part of training. This training was for fresh graduate trainees. It was an interesting session traversing almost 12 new software technologies or programming languages.

source https://www.c-sharpcorner.com/article/the-necessity-to-learn-javascript/

DockerOps - Getting Started With Docker

This article will be part of the articles published under the competition, and I will try my best to cover up all the aspects of Docker, and containerization of the applications with this tutorial collection of the articles.

source https://www.c-sharpcorner.com/article/dockerops-getting-started-with-docker/

Thursday, November 29, 2018

Python Package (PyPI) for Azure Artifacts Available In Preview

Recently Microsoft has unveiled the preview availability of its Python packaging (PyPI) capabilities for Azure Artifacts.

source https://www.c-sharpcorner.com/news/python-package-pypi-for-azure-artifacts-available-in-preview

Microsoft Announces TypeScript 3.2 RC

Microsoft has announced the TypeScript 3.2 RC the release candidate of its next version of TypeScript.

source https://www.c-sharpcorner.com/news/typescript-32-rc-announced

How much data is on the Internet

Data growth has been immense in past few years and it is growing faster than ever. As a matter of fact, 90% of the Internet data has been created in last 2 years.

source https://www.c-sharpcorner.com/article/how-much-data-is-on-the-internet/

How To Track Or Trace A Message In Office 365 Exchange Online

In this article, we will learn how to track or trace a message in Office 365 Exchange Online using PowerShell. To learn the process of tracking or tracing the message in Office 365 Exchange Online, we follow this step by step process.

source https://www.c-sharpcorner.com/article/how-to-track-or-trace-the-message-in-office-365-exchange-online/

New Resumable Online Index Create SQL Server 2019

SQL Server 2019 brings a very exciting new feature that is long overdue. Resumable Online Index Create is one of my favorite new things. This, paired with the Resumable Index Rebuilds introduced with SQL Server 2017, really gives database administrators much more control over index processes.

source https://www.c-sharpcorner.com/article/new-resumable-online-index-create-sql-server-2019/

What is AWS Firecracker

Amazon recently announced a new machine learning service for virtualization called AWS Firecracker. Firecracker uses Kernal based virtual machine (KVM), a virtualization infrastructure for the Linux kernel.

source https://www.c-sharpcorner.com/news/what-is-aws-firecracker

How To Create Web Part Page In SharePoint 2013/2016/2019 Programmatically Using CSOM

Basically, CSOM has not exposed any inbuilt functions which will help us in creating web part page template in SharePoint 2013/2016/2019. By using CSOM functions we can create wiki pages, modern pages and also publishing page but we cannot create web part pages.

source https://www.c-sharpcorner.com/Blogs/how-to-create-web-part-page-in-sharepoint-201320162019-programmatically-using-csom2

BizTalk SQL Database - Configuration Errors And Resolution

This article is intended to be a knowledge base of BizTalk SQL database configuration Errors, Causes, and Resolutions documented in all stages/components of BizTalk. If database not configured in the manner that Microsoft requires, then we would see these types of errors. Let’s check the cause and solution for these errors.

source https://www.c-sharpcorner.com/article/biztalk-sql-database-configuration-errors-and-resolution/

How To Enable HTTPS In ASP.NET Web API

In this article you will see How we can enable https in ASP.Net Web Api. We will start with discussing all the steps required to enable https in asp.net web api. And then we will discuss all the steps in details. Also, you will see how we can enable https support for development server.

source https://www.c-sharpcorner.com/article/how-to-enable-https-in-asp-net-web-api/