Thursday, February 28, 2019

Visual Studio 2019 Release Candidate Launched

The company announced the Release Candidate(RC) for Visual Studio 2019. Also, Soon a version of Visual Studio Enterprise 2019 will bring a preview of Time Travel Debugging (TTD) integrated with the Snapshot Debugger.

source https://www.c-sharpcorner.com/news/visual-studio-2019-release-candidate-launched

CRUD With Blazor Using Google Cloud Firestore

We will create a Single Page Application (SPA) using Blazor and Google cloud Firestore. We will perform CRUD operations on it to understand the data manipulation by Firestore.

source https://www.c-sharpcorner.com/article/crud-with-blazor-using-google-cloud-firestore/

Deploying An App On IBM Cloud With Cloud Foundry

Here, I will give you an introduction to the cloud and will show how to deploy a sample .NET application to the IBM Cloud.

source https://www.c-sharpcorner.com/article/deploying-an-app-on-ibm-cloud-with-cloud-foundry/

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

In this article, we will see how we can pass an argument with GraphQL query and expose the same using Web API Core.

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

Common Table Expression (CTE) In SQL Server

According to the CTE documentation, Common Table Expression is a temporary result set or a table in which we can do CREATE, UPDATE, DELETE but only within that scope. That is, if we create the CTE in a Stored Procedure, we can’t use it in another Stored Procedure.

source https://www.c-sharpcorner.com/article/common-table-expressioncte-in-sql-server/

Generate JSON Payload Using MS Flow

In this article, we will see how to generate JSON Payload using MS Flow without Postman and Custom Script.

source https://www.c-sharpcorner.com/article/generate-json-payload-using-ms-flow/

SharePoint 2019 Configure Hybrid Taxonomy

In this article, we will explore how we can setup hybrid taxonomy. Also, we will configure synchronization between cloud and on-premises taxonomy.

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

Update List Items Using CSV File

In this blog, we will see the process of updating a SharePoint List using PnP PowerShell Module.

source https://www.c-sharpcorner.com/Blogs/update-list-item-using-csv-file

Connecting To Database Using .NET Core, SQL Server, And Scaffolding

In this blog, I'll explain how to retrieve data from a SQL Server Database using .NET Core and Entity Framework.

source https://www.c-sharpcorner.com/Blogs/connection-to-database-using-net-core-sqlserver-and-scaffolding

Wednesday, February 27, 2019

Google Releases Dart 2.2

Dart is back with a new stable release 2.2, bringing faster native code and support for set literals.

source https://www.c-sharpcorner.com/news/google-releases-dart-22

How To Use JWT Authentication With Web API

In this article, we will learn how to use JWT Token Security with Web API.

source https://www.c-sharpcorner.com/article/how-to-use-jwt-authentication-with-web-api/

Knowing The Options

In this article we will take a look at the built-in @@Options function that will show you what options are enabled on your local SQL Server Management Studio client.

source https://www.c-sharpcorner.com/article/knowing-the-options/

Dynamics 365 - Introduction To Virtual Entity

With the release of Dynamics 365 (Online) in July 2017, the concept of Virtual Entities has been introduced in Dynamics CRM. Virtual Entities as an initial feature supports the basic functionality to read the data from External Sources and present the same as a list or a record in Dynamics CRM.

source https://www.c-sharpcorner.com/article/dynamics-365-introduction-to-virtual-entity/

XML Parser In JavaScript

From this blog, you will learn how to parse a string to XML and vice versa.

source https://www.c-sharpcorner.com/Blogs/xml-parser-in-javascript

Text Formatting In Kendo UI Grid With Angular

In this blog, we are going to learn how to add formatted text in Kendo Grid using Angular6.

source https://www.c-sharpcorner.com/Blogs/text-formatting-in-kendo-ui-grid-with-angular6

JavaScript Prerequisites To React - Part Two

This article will try to cover all the JavaScript prerequisites to learn ReactJS.

source https://www.c-sharpcorner.com/article/javascript-pre-requisites-to-react-part2/

Why Agile Is Important In Software Development

In this article, we will discuss why Agile methodology is required in software development.

source https://www.c-sharpcorner.com/article/why-agile-is-important-in-software-development/

Configuring A Blazor App

In Blazor, we don’t have anything that looks like an environment (we have limited access to the client computer) or an executable argument that would set the configuration. Let's see how to configure a Blazor app.

source https://www.c-sharpcorner.com/article/configuring-a-blazor-app/

Toastr Like Notification Component In Angular 7

This article shows how to create custom component for notification in Angular 7.

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

Turbo Systems Launched - A No Code Engagement Platform

Working across any systems of record, Turbo enables users to rapidly deploy the custom applications and automate the core functions.

source https://www.c-sharpcorner.com/news/turbo-systems-launched-a-nocode-engagement-platform

Add Modern SharePoint Site Page In Microsoft Teams

Microsoft Teams is a chat-based workspace that brings together people, conversations, content, and tools for easier collaboration. SharePoint sites include the modern page feature, which allows you to engage the team members with important or interesting stories.

source https://www.c-sharpcorner.com/article/add-modern-sharepoint-site-page-in-microsoft-teams/

Creating A Chatbot Using Amazon Lex Service - Day Two - AWS Lambda Functions

In the last article of this tutorial series, we learned what chatbots are and how we can create a basic chatbot using Amazon Lex service. In this article, we will learn how to create Lambda functions in AWS and hook to the chatbot that we created in the last article.

source https://www.c-sharpcorner.com/article/creating-a-chatbot-using-amazon-lex-service-day-two-aws-lambda-functions/

Implementing UnitOfWork And Repository Pattern

Repository pattern is extensively used in Web API projects. There is another concept called ‘UnitOfWork’ which works with repository pattern. Today, I will show you a nice way to implement ‘UnitOfWork’ with ‘Repository Pattern’.

source https://www.c-sharpcorner.com/article/implementing-unitofwork-and-repository-pattern/

Performing CRUD Operations In Xamarin.Forms

In this article, we are going to learn about the CRUD (create, read, update, delete) operations in Xamarin.Forms. At the end of the article, you will be able to perform basic functionalities with the SQLite database.

source https://www.c-sharpcorner.com/article/performing-crud-operations-in-xamarin-forms/

Tuesday, February 26, 2019

AWS Summit - Reserve Your Seat

According to the Amazon, whether you are a new user to the cloud or an experienced one, you will learn something new at AWS Summit.

source https://www.c-sharpcorner.com/news/aws-summit-reserve-your-seat

Active Directory Java Connector Is Open Sourced Now

DDC is designed to help free up precious time for the ‘big’ tasks. The goal of this library is to make easy interaction with any LDAP Directory Server.

source https://www.c-sharpcorner.com/news/active-directory-java-connector-is-open-sourced-now

Creating A Chatbot Using Amazon Lex Service - Day One - Initial Bot

In this tutorial series, we’ll discuss how to create a real-time chatbot using Amazon Lex service and deploy the bot over Facebook messenger. The reader does not need to have prior knowledge of bot creation as the article will demonstrate bot creation and deployment step by step using explanatory pictures.

source https://www.c-sharpcorner.com/article/creating-a-chatbot-using-amazon-lex-service-day-one-initial-bot/

Entity Framework VS Stored Procedure (What Is important - Development Time Or Performance)

In an existing system application which I am working on, we need to decide whether we should use entity framework or stored procedure to optimize the performance of our application.

source https://www.c-sharpcorner.com/article/entity-framework-vs-stored-procedure-what-is-important-development-time-or-pe/

Setting Colors And Styles In Application Resources

In this article, we will learn how to set up a theme or a color for your Xamarin application and change this by using a toggle.

source https://www.c-sharpcorner.com/article/setting-colors-and-styles-in-application-resources/

Use Of UseClientCachingForSearch Property In BDC Model

When we compared the OOTB and Custom BDC model files (.bdcm), we found that one additional property called UseClientCachingForSearch was used in the OOTB BDC model. Then, we started investigating this property and found that this is the property that produced the magical number for OOTB BCS.

source https://www.c-sharpcorner.com/article/use-of-useclientcachingforsearch-property-in-bdc-model/

Single Page App In SharePoint Using React

In this article, I will be covering the steps to create a Single Page Application (SPA) in Sharepoint using ReactJS.

source https://www.c-sharpcorner.com/article/single-page-app-in-sharepoint/

Microsoft Launches Azure Kinect DK Sensor Bringing AI To The Edge

Microsoft has launched the new Azure Kinect as a developer kit - powered by the power of the cloud.

source https://www.c-sharpcorner.com/news/microsofts-launches-azure-kinect-dk-sensor-bringing-ai-to-the-edge

Monday, February 25, 2019

Add A Directory To PATH Environment Variable in Windows 10

Learn how to Add A Directory To PATH Environment Variable in Windows 10.

source https://www.c-sharpcorner.com/article/add-a-directory-to-path-environment-variable-in-windows-10/

Demystifying The Resultant Objects From Service Fabric Cluster Creation - Part Three

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

source https://www.c-sharpcorner.com/article/demystifying-the-resultant-objects-from-service-fabric-cluster-creation-part-iii/

SharePoint - Emoji 😉 In Site Name 😲

Now, we can use emoji inside the site name of the site collection. It does not matter where you want it, it works on SharePoint Online as well as OnPrem.

source https://www.c-sharpcorner.com/article/sharepoint-emoji-in-site-name/

Tabbed Page In Xamarin.Forms Using Fresh MVVM

In this tutorial, we will learn how create Tabbed Page in Xamarin.Forms using Fresh MVVM. We already learned how to create your master details page in my previous tutorials. If you are new to Fresh MVVM, you can read my previous article here.

source https://www.c-sharpcorner.com/article/tabbed-page-in-xamarin-forms-using-fresh-mvvm/

How To Configure Message Routing With IoT Hub - Part One

In this article, we are going to see how to configure message routing with Azure IoT Hub. Here, we will route a message to a storage account.

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

Install And Configure TFS 2018 Free Edition On Windows 10 Easily

In this article, we will see how to install and configure TFS 2018 on our Windows machine. I am using my Windows 10 machine.

source https://www.c-sharpcorner.com/article/install-and-configure-tfs-2018-on-windows-10-easily/

jQuery PJAX Implementation In ASP.NET Core

You can make an entire website work asynchronously using PJAX plugin of jQuery. I will show you how to implement it in ASP.NET Core.

source https://www.c-sharpcorner.com/article/jquery-pjax-implementation-in-asp-net-core/

Sync SPO Group Users To SPO Lists Using MSFlow

In this article, you will learn how to add SharePoint Online Group users to SharePoint Online List as a value.

source https://www.c-sharpcorner.com/article/sync-spo-group-users-to-spo-lists-using-msflow/

Types Of Xamarin Layouts

This article is about Xamarin Layouts that are used to compose the user interface controls into visual structures.

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

After Samsung, Huawei Introduces Its Foldable 5G Phone - Mate X

Huawei introduced its foldable phone - Mate X, priced at $2,606.

source https://www.c-sharpcorner.com/news/after-samsung-huawei-introduces-its-foldable-5g-phone-mate-x

Sunday, February 24, 2019

Microsoft released free office application as part of Windows 10 OS.

Microsoft launched a new application to work with all office apps like Word, Excel and PowerPoint etc.

source https://www.c-sharpcorner.com/news/microsoft-released-free-office-application-as-part-of-windows-10-os

Mozilla Is Bringing Its Immersive Firefox Reality Browser To Microsoft’s HoloLens 2

Mozilla committed to doing a native implementation of its browser for the HoloLens 2 device.

source https://www.c-sharpcorner.com/news/mozilla-is-bringing-its-immersive-firefox-reality-browser-to-microsofts-hololens-2

JFrog Acquires Shippable Aiming A Complete Integrated DevOps Pipeline Solution

JFrog aims to use Shippable’s technology to help JFrog customers to automate their software development processes.

source https://www.c-sharpcorner.com/news/jfrog-acquires-shippable-aiming-a-complete-integrated-devops-pipeline-solution

Cloud Services Platform Available In Beta

Google has announced the availability of "Cloud Services Platform" which will simplify building, running, and managing services both on-prem and in the cloud.

source https://www.c-sharpcorner.com/news/cloud-services-platform-available-in-beta

Convert Comma Separated Values To Rows And Vice Versa Using In-built And Custom SQL Code

This blog explains the process of how to convert CSV values into row values and vice-versa, using in-built and custom SQL queries.

source https://www.c-sharpcorner.com/Blogs/convert-comma-separated-values-to-rows-and-vice-versa-using-some-in-build-and-custom-sql-code-in-sql-server

Integrating Azure Table Storage To Azure Function

From this article, you will learn how to integrate Azure table storage to Azure function.

source https://www.c-sharpcorner.com/article/integrating-azure-table-storage-to-azure-function/

Integrating SendGrid Service To Azure Functions

From this article, you will learn how to perform the SendGrid service binding with Azure Functions

source https://www.c-sharpcorner.com/article/integrating-send-grid-service-to-azure-functions/

SharePoint 2019 - Cloud Hybrid Search

In this article, we will explore how we can configure Cloud Hybrid Search and search the content from on-premises on SharePoint Online.

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

Steps To Build 🏗️ Angular 7 (Beta) Desktop 🖥️ Apps With Electron

In this article, I will show the step-by-step process to create Windows desktop applications with Angular and Electron.

source https://www.c-sharpcorner.com/article/steps-to-build-angular-7-beta-desktop-apps-with-electron/

Saturday, February 23, 2019

How To Disable Browser Notifications In Google Chrome

Learn how to enable or disable browser notifications in Google Chrome browser.

source https://www.c-sharpcorner.com/article/how-to-disable-browser-notifications-in-google-chrome/

Generate Entity Framework Core Code First Models From Database In ASP.NET Core

In this article, I have explained how to generate Entity Framework Core code-first models from the database in ASP.NET Core.

source https://www.c-sharpcorner.com/article/generate-entity-framework-core-code-first-models-from-database-in-asp-net-core/

Setting Up Our First S3 Bucket Using CloudFormation

CloudFormation is one of the services provided by AWS, which helps to set up Web Services resources. Let us learn how to set up our first AWS S3 Bucket using CloudFormation.

source https://www.c-sharpcorner.com/article/setup-your-first-s3-bucket-using-cloudformation/

Setting Up SQLite Connection In Xamarin App

In this article, we are going to learn about how to set up a connection with SQLite in your application. We will connect each of the iOS, Android, and UWP projects with SQLite.

source https://www.c-sharpcorner.com/article/setting-up-sqlite-connection-in-xamarin-app/

BottomSheet Behavior In Android

This article talks about the creation of BottomSheet overlay in Android and its behavior.

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

Configure Office 365 For SharePoint Hybrid

In this article, we will explore how we can configure the underlying infrastructure to create a hybrid environment with SharePoint Server and Office 365.

source https://www.c-sharpcorner.com/article/configure-office-365-for-sharepoint-hybrid/

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

In this article, we will see how GraphQL works with Entity Framework Core and is exposed through Web API in .NET Core.

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

JavaScript Prerequisites To React - Part One

This article will try to cover all the JavaScript prerequisites needed to learn ReactJS.

source https://www.c-sharpcorner.com/article/javascript-pre-requisites-to-react-part1/

SharePoint Framework Extension - Profile Completeness Meter

With the profile completeness extension, we can encourage or force users to fill in their profiles. This sample SPFx extension renders a profile completeness score. Let's learn more about it in this article.

source https://www.c-sharpcorner.com/article/sharepoint-framework-extension-profile-completeness-meter/

Why Everyone Should Write A Blog

I have compiled a few benefits of blogging and put them into questions that you can ask yourself.

source https://www.c-sharpcorner.com/article/why-should-everyone-write-a-blog/

Getting List Properties From SchemaXml

There are many ways in CSOM to get the list properties from a SharePoint sites but there are a few properties which we can't get directly from list object. In this blog, I will explain how to find those properties using SchemaXml.

source https://www.c-sharpcorner.com/Blogs/getting-list-properties-from-schemaxml

Serial Port Communication

A serial port interface is a GUI program that runs on a computer and can be used to connect to the devices with a microcontroller and the same hardware device.

source https://www.c-sharpcorner.com/Blogs/serial-port-communication

bcrypt In NodeJS

In this blog, we will see the simple implementation of bcrypt in Node js applications, along with advantages & disadvantages of bcrypt.

source https://www.c-sharpcorner.com/Blogs/bcrypt-in-nodejs

View To View Binding In Xamarin.Forms

In this blog, we will see the advantages of View to View binding in Xamarin.Forms.

source https://www.c-sharpcorner.com/Blogs/view-to-view-binding-in-xamarinforms

Friday, February 22, 2019

Creating An Azure Storage Account

Azure offers a lot of features that enable IT professionals to really enhance their environment. One feature that I really like about Azure is storage accounts. Since disk is relatively cheap, this continues to hold true in the cloud. For less than $100 per month, you could get up to 5TB of storage including redundancy to another Azure region.

source https://www.c-sharpcorner.com/article/azure-creating-a-storage-account/

Connecting The Same Cosmos DB Database Using SQL API And Mongo API From A Blazor App

Microsoft unified the structural design of SQL API and Mongo DB API in Cosmos DB. In this article, we will see how to connect the same Cosmos DB database using SQL API .NET SDK and Mongo DB API .NET SDK from a Blazor app.

source https://www.c-sharpcorner.com/article/connecting-same-cosmos-db-using-sql-api-and-mongo-api-from-a-blazor-app-experim/

Consuming RabbitMQ Messages In ASP.NET Core

In this article, I’d like to present how to consume the RabbitMQ message via BackgroundService in ASP.NET Core.

source https://www.c-sharpcorner.com/article/consuming-rabbitmq-messages-in-asp-net-core/

A Detailed Overview Of Azure Storage Account Creation

This article will teach you about the creation of an Azure Storage Account.

source https://www.c-sharpcorner.com/article/deep-dive-into-creation-of-azure-storage/

SharePoint Online - REST API - Select Taxonomy Field

If you have a requirement to select a taxonomy field from SharePoint Designer workflow using Call HTTP action, it is not a straightforward approach. The below article is going to talk about a few workarounds for this problem.

source https://www.c-sharpcorner.com/article/sharepoint-online-rest-api-select-taxonomy-field/

Working With Multiple Tables Using LINQ Join In MVC

In this article, we will learn how we can join multiple tables using LINQ and display records in a View. We will learn everything in a step by step manner.

source https://www.c-sharpcorner.com/article/working-with-multiple-table-using-linq-join-in-mvc/

Xamarin.Forms - Bing Spell Check Using Cognitive Services

In this article, you will learn how to detect and correct the spelling mistakes in your app using Cognitive Service Bing Spell Check API in Xamarin.Forms.

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

Encrypt And Decrypt Column Data In SQL Server

Sometimes, we may want to encrypt a SQL Server column data, such as a credit card number. In this blog, let's learn how we can encrypt and decrypt SQL Server column data in the database itself.

source https://www.c-sharpcorner.com/Blogs/encrypt-and-decrypt-column-data-in-sql-server

Auto Number Generation - No Code, No Plugin

In our projects, we have a requirement in which we need to have a functionality to generate some numbers (prefix or suffix) on the creation of the record.

source https://www.c-sharpcorner.com/article/auto-number-generation-no-code-no-plugin/

ShimmerFrameLayout - An Alternative To ProgressBar In Android

This article is about showing the shimmer effect of ShimmerFrameLayout developed by Facebook. It is a good alternative to ProgressBar.

source https://www.c-sharpcorner.com/article/facebooks-shimmerlayout-an-alternative-to-progressbar/

RDLC SubReport Using C# And WPF

In this article, I will be creating a project that uses a Subreport to display employee information based on the department of each employee.

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

Interview Of C# Corner Saskatchewan Chapter Lead At 'The Voice Of Saskatoon'

This blog highlights my live interview on how I started Canada's first C# Corner Chapter. The video also covers the information about future events and webinars.

source https://www.c-sharpcorner.com/Blogs/saskatchewan-chapter-lead-interview-at-the-voice-of-saskatoon

Learn Azure Databricks, Azure Data Factory, and Azure Logic Apps and Excel Custom Functions Programming

Join C# Corner Chapter Lead, Microsoft Azure Specialist and Microsoft and C# Corner MVP at C# Corner Toronto Chapter February 2019 meetup and learn about Azure Logic Apps, Azure Data Factory, Azure Databricks, and Excel custom functions programming.

source https://www.c-sharpcorner.com/Blogs/azure-databricks-excel-custom-functions-programming-azure-data-factory-azure-logic-apps

Redis Changes Licensing Model

Redis Labs has announced Redis Source Available License (RSAL) to communicate more clearly the terms with the open source and developer communities.

source https://www.c-sharpcorner.com/news/redis-changes-licensing-model

Microsoft Announces Forms Pro

Microsoft Announced Forms Pro Ahead of scheduled Spring Preview.

source https://www.c-sharpcorner.com/news/microsoft-announces-forms-pro

Thursday, February 21, 2019

Corda 4 Released

Corda 4, the latest version of R3's open source blockchain platform is released.

source https://www.c-sharpcorner.com/news/corda-4-released

SQL PASS Summit Registration is opened for 2019

PASS Summit registration is OPEN and there is a $100 discount code (THANKS100*) burning a hole in your inbox.

source https://www.c-sharpcorner.com/news/sql-pass-summit-registration-is-opened-for-2019

Qualcomm Introduces Second-Generation 5G Chip To Power 5G Smart Phones

The Qualcomm introduces Snapdragon™ X55 5G modem - a single-chip multi-mode solution allowing OEMs to build 5G multimode devices for a new era of connected experiences.

source https://www.c-sharpcorner.com/news/qualcomm-introduces-secondgeneration-5g-chip-to-power-5g-smart-phones

Azure Storage - Tables

Azure Table storage is a service that stores structured NoSQL data in the cloud, providing a key/attribute store with a schema less design.

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

Building Xamarin Mobile Application With Analyzing Customer Feedback Using Sentiment Analysis API

In this article, you will learn to consume TextAnalytics API and automate customer feedback without using rating. I hope this article will help you.

source https://www.c-sharpcorner.com/article/building-xamarin-mobile-application-with-analyzing-customer-feedback-using-senti/

Private Protected Access Modifier In C#

Access Modifiers are special keywords used in a C# program to specify the scope of the members of the class. We will learn about the newly introduced Private Protected Access Modifiers in this article.

source https://www.c-sharpcorner.com/article/private-protected-access-modifier-in-c-sharp/

Deploying Multiple Provider Hosted Apps In A Single Azure Web Site

This article provides an overview of Azure Traffic Manager.

source https://www.c-sharpcorner.com/article/deploying-multiple-provider-hosted-apps-in-a-single-azure-web-site/

SharePoint 2019 Hybrid Self-Service Site Creation

In this article, we will explore the concept of hybrid self-service site creation and various options available to enable hybrid self-service site creation experience.

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

Samsung Galaxy S10, Galaxy S10+ and Galaxy S10e Launched

Samsung unveiled its all new S10 series phones at the Samsung's Galaxy Unpacked 2019 event.

source https://www.c-sharpcorner.com/news/samsung-galaxy-s10-galaxy-s10-and-galaxy-s10e-launched

The Galaxy Fold is Samsung’s Foldable Smartphone, Priced At $1,980 USD

The Galaxy Fold features the world’s first 7.3-inch Infinity Flex display with Dynamic AMOLED panel and QXGA+ resolution.

source https://www.c-sharpcorner.com/news/samsungs-foldable-smartphone-is-galaxy-fold-priced-at-us-1980

Samsung Launches Next Generation Wireless Galaxy Buds

Samsung introduces next generation wireless Galaxy Buds, featuring 6-hour battery life, seamless pairing, and built-in Bixby .

source https://www.c-sharpcorner.com/news/samsung-launches-next-generation-wireless-galaxy-buds

How To Install Web Deploy For Hosting Servers On Windows Server 2016

In this blog, you will see how to install Web Deploy for hosting servers on Windows Server 2016.

source https://www.c-sharpcorner.com/Blogs/how-to-install-web-deploy-for-hosting-servers-on-windows-server-2016

Wednesday, February 20, 2019

Best Programming Language for iOS App Development

Do you want to build an iOS app? Not sure what programming language to use? In this article, I talk about top iOS programming languages and which one you should use for your next iPhone app.

source https://www.c-sharpcorner.com/article/best-programming-language-for-ios-app-development/

CRUD Operations Using ASP.NET Core And ADO.NET

In this article, we will be creating a simple student record management system and performing CRUD operations on it.

source https://www.c-sharpcorner.com/article/crud-operations-using-asp-net-core-and-ado-net/

Read Email From Mailbox Folders Using Microsoft Graph API

In this article, I have explained how to retrieve emails from mailbox folders from your Office 365 account using Microsoft Graph API endpoint.

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

Utilization Of List View In Xamarin.Forms

ListView helps in arranging the data in the form of a list. The lists with a lot of data can be arranged using scrolling.

source https://www.c-sharpcorner.com/article/utilization-of-list-view-in-xamarin-forms/

Enabling CORS In ASP.NET Core API Applications

From this application, you will learn how to enable CORS in ASP.NET Core API applications

source https://www.c-sharpcorner.com/article/enabling-cors-in-asp-net-core-api-application/

Master Details Page In Xamarin.Forms Using FreshMVVM

In this tutorial, we will learn how to create Master details Page in Xamarin.Forms using FreshMVVM.

source https://www.c-sharpcorner.com/article/master-detail-page-in-xamarin-forms-using-freshmvvm/

Reference Types In Solidity

The Solidity data types can be classified according to the data location. If a variable stores its own data; it is a value type. If it holds a location of the data; it is a reference type. We have gone through value types in previous articles. So, in this article, we will learn about reference types.

source https://www.c-sharpcorner.com/article/reference-types-in-solidity/

Register Public Domain With Office 365

In this article, we will explore how we can register a public domain with Office 365, instead of using the default provided domain.

source https://www.c-sharpcorner.com/article/register-public-domain-with-office-365/

What's New In C# 8

In this article, I'll walk you through some of the new features introduced in the 8th version of C# and show some use cases.

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

Azure Key Vault Logging

Azure Log Analytics uses advanced analytics and machine learning to analyze your azure log files. It adds intelligent insights to your monitored data such as Key Vault usage and access as well as latency in key retrieval from your Audit Event Logs.

source https://www.c-sharpcorner.com/article/azure-key-vault-logging/

Tuesday, February 19, 2019

Microsoft Releases Windows Community Toolkit Version 5.1

Recently, Microsoft announced the latest version of the Windows Community Toolkit, bringing the Toolkit to version 5.1.

source https://www.c-sharpcorner.com/news/microsoft-releases-windows-community-toolkit-version-51

Basic Site Provisioning Using SharePoint Framework Client-Side Web Part And Microsoft Bot Framework

In this article, we will see the working of SharePoint Framework Client-Side Web Part illustrating Site Provisioning using Microsoft Bot Framework.

source https://www.c-sharpcorner.com/article/basic-site-provisioning-using-sharepoint-framework-client-side-web-part-and-micr/

Export PDF From HTML In MVC.NET

Here, I’m going to explain how to export a PDF from View in MVC.NET. Also, we will see how to set the header and footer with page number.

source https://www.c-sharpcorner.com/article/export-pdf-from-html-in-mvc-net4/

Switching Between .NET Core SDK Versions

In this article, we’ll learn how we can switch between the versions of .NET Core SDK as per our need.

source https://www.c-sharpcorner.com/article/switching-between-net-core-sdk-versions/

Type Conversion In Python

In this article, we will read about different data type conversions supported in Python

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

ASP.NET Core CRUD API Using Entity Framework

From this article, you will learn how to develop ASP.NET Core CRUD APIs using Entity Framework.

source https://www.c-sharpcorner.com/article/asp-net-core-crud-apis-using-entity-framework/

Deploy MVC Application On Amazon EC2 Using Web Deploy

In this article, you will learn how to deploy an MVC application from Visual Studio to Amazon EC2 using Web Deploy.

source https://www.c-sharpcorner.com/article/deploy-mvc-application-on-amazon-ec2-using-web-deploy/

LocalStorage And SessionStorage In Browsers | HTML5

This video is about the client-side storage options we have in the browser. We have sessionStorage & localStorage to store data for our application.

source https://www.c-sharpcorner.com/article/localstorage-sessionstorage-in-browsers-html5/

Monday, February 18, 2019

Former Microsoft CEO Chooses AWS Cloud

AWS becomes the primary cloud computing, machine learning, and artificial intelligence provider of Clippers CourtVision.

source https://www.c-sharpcorner.com/news/former-microsoft-ceo-chooses-aws-cloud

Azure Data Factory - Hands On

In this video, the C# Corner Toronto Chapter Lead, Nilesh Shah, and C# corner MVP, Nik Shariar, talk about basic and advanced concepts of Azure Data Factory and give a hands-on introduction to Pipeline Framework, ADF Framework, and Master Pipelines.

source https://www.c-sharpcorner.com/article/azure-data-factory-hands-on/

How to use Indexes in C# 8 - Productive C#

Watch this video tutorial to get an overview of Indexes in C# and learn how to use Indexes in C# 8.

source https://www.c-sharpcorner.com/article/how-to-use-indexes-in-c-sharp-8-productive-c-sharp/

Introduction To Office 365 CLI And How To Use It

In this video, you will get a quick overview of Office 365 CLI. Also, you can learn how to authenticate with SharePoint Online and use web commands to access the SharePoint Web objects.

source https://www.c-sharpcorner.com/article/introduction-to-office365cli-and-how-to-use-it/

JavaScript String Replace | Case Insensitive

This video talks about the correct way of using the .replace function in JavaScript, which is used to replace all the occurrences of a string in a text.

source https://www.c-sharpcorner.com/article/javascript-string-replace-case-insensitive/

Understanding Foreign Key Through GUI In SQL Server

In this video tutorial, we will learn how we can create a Foreign Key in a child table referencing its parent table. And, we will try to understand the concept of foreign keys through GUI.

source https://www.c-sharpcorner.com/article/understanding-concept-of-foreign-key-through-gui-in-sql-server/

Assign Static Public IP Address To Azure VM

In this article, we will explore what a public IP address brings to a virtual machine, how we can assign a static public IP address during creation of a VM, and on an existing VM.

source https://www.c-sharpcorner.com/article/assign-static-public-ip-address-to-azure-vm/

Blockchain FAQ

Blockchain is a trending technology and many among us want to learn it. However, there are some common questions people ask often on forums or in comments. To clear up all those doubts, in this article, we'll go through the basic blockchain FAQs.

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

Connect🔗Cosmos DB Local Emulator From Visual Studio Code

In this article, we will see how to add Cosmos DB extension in Visual Studio Code, and we will connect a local Cosmos DB in VS Code. For that, we are using Cosmos DB Emulator.

source https://www.c-sharpcorner.com/article/connect-cosmos-db-local-emulator-from-visual-studio-code/

Create Registration And Login Page Using Angular 7 And Web API

In this article, we will learn how we create the registration and login page using Web API and Angular 7.

source https://www.c-sharpcorner.com/article/create-registration-and-login-page-using-angular-7-and-web-api/

Create Secure Store Application In SharePoint O365

In this article, I would like to explain and share the steps to create or edit the secure store target application in SharePoint 365 using the admin center.

source https://www.c-sharpcorner.com/article/create-secure-store-application-in-sharepoint-o365/

Some Important Differences In C# Concepts

Today, we will discuss a few important differences that every C# developer must know. We will cover the differences between dictionary and hashtable, x.Equals(y) and x == y difference, the difference between class and interface, and the difference between error and exception, and more.

source https://www.c-sharpcorner.com/article/lets-understand-the-important-differences-in-c-sharp-things/

Microsoft Flow In 10 Days - Day Eight - Flow With Graph API

In this article series, I will be covering all the topics in Microsoft Flow. This is part 8 of the series where we will talk about working with Microsoft Flow and Graph API.

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

Cassandra API for Azure Cosmos DB Announced

Microsoft just announced a new Cassandra API for Azure Cosmos DB.

source https://www.c-sharpcorner.com/news/cassandra-api-for-azure-cosmos-db-announced

Sunday, February 17, 2019

Best Programming Language for Mobile App Development

Do you want to know what the best programming language is for mobile app development? Find out which programming language you should choose for your next mobile app development project.

source https://www.c-sharpcorner.com/article/best-programming-language-for-mobile-app-development/

Friday, February 15, 2019

Microsoft Virtual Academy is Retiring, Microsoft Learn is the NEW

New is the News. Yes. Microsoft Learn is new and some important details before we bid adieu to Microsoft Virtual Academy

source https://www.c-sharpcorner.com/news/microsoft-virtual-academy-is-retiring-microsoft-learn-is-the-new

Facebook Open Sources PyText

Facebook recently open sourced PyText, an NLP modeling framework, built on PyTorch, for easily experimenting with and deploying systems to perform document classification, sequence tagging, semantic parsing, and other tasks.

source https://www.c-sharpcorner.com/news/facebook-opensources-pytext

Metro Exodus Is Now Available On Xbox One Consoles

Metro Exodus is now available on Microsoft’s family of Xbox One consoles. The game is a first-person stealth shooter set within a post-apocalyptic Russia with dynamic weather.

source https://www.c-sharpcorner.com/news/metro-exodus-is-now-available-on-xbox-one-consoles

Microsoft Teams For Android Gets Support For Dark theme, And Audio Messages

Microsoft Teams for Android gets update with support for Dark theme, audio messages and more.

source https://www.c-sharpcorner.com/news/microsoft-teams-for-android-gets-support-for-dark-theme-and-audio-messages

Amazon Extends AWS PrivateLink Support For ECR and ECS Services

Recently, Amazon announced its AWS PrivateLink support for Elastic Container Service (ECS) and Elastic Container Registry (ECR).This will enable to create endpoints for ECS and ECR that appear as elastic network interfaces with a private IP address within their VPC..

source https://www.c-sharpcorner.com/news/amazon-extends-aws-privatelink-support-for-ecr-and-ecs-services

Publish SharePoint Add-In To Office Store

This section lists the steps involved in submitting your SharePoint add-in to the Seller Dashboard of Office Store

source https://www.c-sharpcorner.com/article/publish-sharepoint-add-in-to-office-store2/

Login Page In ASP.NET Using Access Database

This blog demonstrates how to create a Login page in ASP.NET with MS Access database using C# language.

source https://www.c-sharpcorner.com/Blogs/log-in-page-in-asp-net-using-access-database

Allow Custom Script On SharePoint Online

In this blog, we will see how to enable a custom script on SharePoint Online. We will see how to activate the "List Template" option in the Microsoft Teams SharePoint Online site.

source https://www.c-sharpcorner.com/Blogs/allow-custom-script-on-sharepoint-onlinie

How To Change The Look Of SharePoint Using CSOM

This blog will help you learn how to change the look and feel of SharePoint programmatically using CSOM.

source https://www.c-sharpcorner.com/Blogs/how-to-change-the-look-of-sharepoint-using-csom

SharePoint Search Using REST API

In this post, we will learn how we can consume SharePoint Search using REST API. We will build a click-through interface which will act like a refiner and will provide you with refined results which I have further refined at multiple levels. I am displaying the final results in a table.

source https://www.c-sharpcorner.com/Blogs/sharepoint-search-using-rest-api

Create A Password Protected PDF In MVC

In this blog, we will learn how to create a password-protected PDF file in MVC.

source https://www.c-sharpcorner.com/Blogs/create-password-protected-pdf-in-mvc

Thursday, February 14, 2019

How To Import Managed Metadata Into SharePoint

Managed metadata is a hierarchical collection of centrally managed terms that you can define, and then use as attributes for items in SharePoint Server 2013.

source https://www.c-sharpcorner.com/article/how-to-import-managed-metadata-into-sharepoint/

Things To Know To Became A Microsoft Teams Power User

In this article, we’re going to learn some tips and tricks to become a Teams Power User.

source https://www.c-sharpcorner.com/article/things-to-know-to-became-a-microsoft-teams-power-user/

Understand Azure Service Fabric In THREE Minutes

Azure Service Fabric is Microsoft’s platform-as-a-service (PaaS) and is used to build and deploy microservices-based cloud applications. However, before we can understand Azure Service Fabric, it’s important that we understand the evolution from monolithic apps to microservices-based apps.

source https://www.c-sharpcorner.com/article/understand-azure-service-fabric-in-three-minutes/

Access SharePoint Online REST API Via Postman With User Context

SharePoint Online(SPOL) allows remote applications to call the REST API with user impersonation. This article demonstrates how to access SPOL REST API and get the data from a SharePoint list in a tenant using Postman.

source https://www.c-sharpcorner.com/article/access-sharepoint-online-rest-api-via-postman-with-user-context/

Wednesday, February 13, 2019

All About C# Collections - When To Choose What

There has always been confusion among developers when to use which collection. Sometimes, we don’t know about all the available collections and their purpose and consequently, use them incorrectly and end up with performance issues.

source https://www.c-sharpcorner.com/article/all-about-c-sharp-collections-when-to-choose-what/

Download SharePoint Online Files Using The MAC CURL Command

MAC SharePoint users had been downloading files from SharePoint 2007 Document Libraries using the CURL command but that doesn't work after migrating SharePoint 2007 sites to SharePoint Online(SPOL). Let's see how we can resolve this issue.

source https://www.c-sharpcorner.com/article/download-sharepoint-online-files-using-mac-curl-command/

SOUND Programming Methodology - S For Secure Programming

In the introduction part, for effective programming and code review technique, we covered a high-level overview of each mandatory type of programming. Henceforth, I will be covering them in detail with applicable code examples (from C#).

source https://www.c-sharpcorner.com/article/sound-programming-methodology-s-for-secure-programming/

Tuesday, February 12, 2019

Steps To Add 🔗 ngx-bootstrap In Angular 7 (Beta)

In this article, we will see the steps to add ngx-bootstrap in an Angular 7 (Beta) application.

source https://www.c-sharpcorner.com/article/steps-to-add-bootstrap-4/

Dealing With Recruiters - Why Don't They Actually Read My Profile Or Resume

This morning while checking my LinkedIn messages I replied to one of these messages from a recruiter and sure enough, it is in Bellevue, Washington for a position at Expedia.

source https://www.c-sharpcorner.com/article/dealing-with-recruiters-why-dont-they-actually-read-my-profile-or-resume/

Making Your .NET Application Less Quirky

This post details a setting that you might not have enabled, especially for older legacy applications, which could result in your not taking advantage of all the wonderful features, benefits, and bug fixes that the .NET framework provides.

source https://www.c-sharpcorner.com/article/making-your-net-application-less-quirky/

How To Use C# if else Statement

The if else statement in C# is one of the most commonly used selection statements. This code example shows how to use an if..else if statement in C#.

source https://www.c-sharpcorner.com/article/how-to-use-c-sharp-if-else-statement/

Create Gantt Chart To Show Duration Between Start Time And End Time Using R Within Power BI

This article covers how we can create a Gantt Chart using R script visualization. A Gantt chart is used to represent the duration between a start time and end time. Here, I have created a Gantt Chart to represent the time between start time and end time in hours.

source https://www.c-sharpcorner.com/article/create-gantt-chart-to-show-duration-between-start-time-and-end-time-using-r-with/

Installing Docker And Running Container Locally

In this article, we will learn how to install Docker and run the containers locally.

source https://www.c-sharpcorner.com/article/installing-docker-and-running-container-locally/

Single Team Owned Service Architecture (STOSA)

Single Team Owned Service Architecture (STOSA) is a guiding principle for large organizations that have many development teams that build and own microservices to cater to one or more enterprise-wide application(s).

source https://www.c-sharpcorner.com/article/single-team-owned-service-architecture-stosa/

Microsoft Announces Azure IoT Edge Support for Virtual Machines

Microsoft has announced support for Azure IoT Edge on virtual machines to expand support for virtualization platforms like VMware vSphere and Hyper-V.

source https://www.c-sharpcorner.com/news/microsoft-announces-azure-iot-edge-support-for-virtual-machines

All About IEnumerable and IQueryable

When we talk about LINQ, we consider two collections, IEnumerable and IQueryable. In this article, we will learn all about IEnumerable and IQueryable, except how they are evaluated. Possibly, I will cover that in the next article to strengthen our basic understanding.

source https://www.c-sharpcorner.com/article/all-about-ienumerable-and-iqueryable/

jQuery DataTables With ASP.NET Core Server Side Processing

In this article we will try to look at jQuery DataTables with Asp.Net Core Server Side. The goal of this article is to make multiple column server-side sorting and searching to be dynamic and easy to implement.

source https://www.c-sharpcorner.com/article/jquery-datatables-with-asp-net-core-server-side-dynamic-multiple-column-searchin/

Windows Authentication Vs. Form-Based Authentication

This article tells when one should go for Windows authentication & when one should go for Forms-based authentication

source https://www.c-sharpcorner.com/article/windows-authentication-forms-based-authentication-when-what/

Monday, February 11, 2019

Microsoft Releases ML.NET 0.10

Microsoft has released ML.NET 0.10, the preview version of its cross-platform machine learning framework ML.NET.

source https://www.c-sharpcorner.com/news/microsoft-releases-mlnet-010

Basics Of Windows Automation Testing

This article gives an overview of what Windows Automation Testing is and what UI Automation is.

source https://www.c-sharpcorner.com/article/basics-of-windows-automation-testing/

Dependency Injection With Multiple Implementations Of The Same Interface

The ASP.NET Core dependency injection model works well when mapping one interface to one implementation of the interface, but doesn't have a framework to map an interface to multiple interface implementations. This article, along with code samples, shows how to handle this with a delegate and a facade pattern.

source https://www.c-sharpcorner.com/article/dependency-injection-with-multiple-implementations-of-the-same-interface/

SharePoint Online - Install / Upgrade App From App Catalog Out Of The Box

As a SharePoint or global admin in Office 365, you can create an App Catalog site to make internally developed custom apps available for users to install when they browse apps under the From Your Organization filter on the Site Contents page. Site owners can then add these apps.

source https://www.c-sharpcorner.com/article/sharepoint-online-install-upgrade-app-from-app-catalog-out-of-the-box/

Triggers In Xamarin.Forms

In this article, we are going to discuss triggers in Xamarin Forms. Triggers are used to trigger any value or functionality based on the conditions/binding or values we set on any control or view.

source https://www.c-sharpcorner.com/article/triggers-in-xamarin-forms/

CRUD Operations In .NET Core 3.0 With Visual Studio 2019

In this article, we’ll learn how to perform CRUD operations with .NET Core 3.0 and Visual Studio 2019. We will use dapper to perform the CRUD operations.

source https://www.c-sharpcorner.com/article/crud-operations-in-net-core-3-0-with-visual-studio-2019/

How To Create Azure Function Apps In The Azure Portal

This article helps you to learn how to create an Azure Functions App in the Azure Portal

source https://www.c-sharpcorner.com/article/how-to-create-azure-function-app-in-azure-portal/

Sunday, February 10, 2019

Best Programming Language For Android App

Java is the most popular programming language for Android apps. Learn what the best programming language is for Android app development.

source https://www.c-sharpcorner.com/article/best-programming-language-for-android-app/

Saturday, February 9, 2019

CRUD In Web API Using SQL Server

CRUD stands for Create, Read, Update and Delete. In this article, we will implement all these methods using SQL Server database. I will test the API using POSTMAN.

source https://www.c-sharpcorner.com/article/crud-in-web-api-using-sql-server/

How To Create Industry Standard .NET Core CRUD API Quickly

In this tutorial, we will learn how to create an N-tier Architecture in a .NET Core API with SOLID rules.

source https://www.c-sharpcorner.com/article/how-to-create-industry-standard-net-core-crud-api-quickly/

Play Video From The Internet Using VideoView

This article shows the uses of Video View to play files directly from the internet.

source https://www.c-sharpcorner.com/article/play-video-from-internet-using-videoview/

Difference Between IQueryable, IEnumerable, And IList In LINQ

This article explains how to work with IQueryable and IEnumerable and IList in LINQ. Also, it tells when to use IQueryable and IEnumerable in real-time scenarios.

source https://www.c-sharpcorner.com/article/difference-between-iqueryable-and-ienumerable-while-working-in-linq/

Demystifying The Resultant Objects From Service Fabric Cluster Creation - Part Two

In this article, I will be going through the details of all the objects that result from the "Create Service Fabric Cluster" template, the default template used by Visual Studio Publish wizard and Azure Portal.

source https://www.c-sharpcorner.com/article/demystifying-the-resultant-objects-from-service-fabric-cluster-creation-part-ii/

Friday, February 8, 2019

Cloud Firestore Is Now Generally Available

Google has announced that Cloud Firestore, its serverless NoSQL document database for mobile, web and IoT apps, is now generally available.

source https://www.c-sharpcorner.com/news/cloud-firestore-generally-available

ASP.NET CORE - Learn CRUD Operations In Entity Framework Core From Zero To Hero

This CRUD operations tutorial will help beginners learn to build database-driven applications in ASP.NET CORE and Entity Framework Core quickly. Here, the following things are used - ASP.NET CORE, EF CORE, Bootstrap, HTML, CSS, & JavaScript

source https://www.c-sharpcorner.com/article/asp-net-core-learn-crud-operations-in-entity-framework-core-from-zero-to-hero/

ASP.NET MVC 5 Webgrid Displaying Data From Two Tables (Models) With Pagination With Entity Framework Database First Method

This is a simple tutorial describing how to use WEB GRID to display data from two linked tables. The Tables are Category Table and Product Table. With Web Grid, it is easy to do pagination and sorting of records. It is an ASP.NET MVC5 Application with SQL server Database.

source https://www.c-sharpcorner.com/article/asp-net-mvc-5-webgrid-displaying-data-from-two-tables-models-with-pagination-w/

Interacting With Your Google FireBase Data Using Node-Red And Raspberry Pi

This article demonstrates how to interact with Google Firebase using a Raspberry Pi and Node-Red.

source https://www.c-sharpcorner.com/article/how-to-interacting-with-the-google-firebase-using-a-raspberry-pi-and-node-red/

Office Web Apps (Word, Excel, PowerPoint) Link To "Open File In Iframe"

In this article, we will explore how we can open SharePoint on-premise and SharePoint online Office files (Word, Excel, and PowerPoint) without downloading them. The file will be opened in a model dialog box.

source https://www.c-sharpcorner.com/article/office-web-apps-word-excel-powerpoint-link-to-open-file-in-iframe/

SharePoint Framework Web Part - Continuous Integration And Delivery

In this article, I am going to show you how to set up Continuous Integration and Delivery for SharePoint Framework Web Part.

source https://www.c-sharpcorner.com/article/sharepoint-framework-web-part-continuous-integration-and-delivery/

Insert, Update, And Delete Records In Java

This blog demonstrates the CRUD operations in Java using the JDBC (Java Database Connectivity) into MySQL database using NetBeans IDE.

source https://www.c-sharpcorner.com/Blogs/insertupdate-and-delete-record-in-java

How To Get All SharePoint List Item Versions Using CSOM For Custom List And Document Library

In CSOM, there is no direct property to get the item versions from a list Item. Let's learn how to get the versions of all list items using CSOM.

source https://www.c-sharpcorner.com/Blogs/how-to-get-all-sharepoint-list-item-versions-using-client-side-object-model-both-for-custom-list-and-document-library

What Are POJO And POJI In Java

The POJO framework shifts all unnecessary code to the server and allows the program to focus on the core application.

source https://www.c-sharpcorner.com/Blogs/pojoplain-old-java-object-and-pojiplain-old-java-interface-in-java

How To Use Submit Logic In PowerApps

In this blog, we will see how to use submit logic in Power Apps.

source https://www.c-sharpcorner.com/Blogs/how-to-use-submit-logic-in-powerapps

Mistakes In C# Programming By Using Reference Like Value

Developers of C++ and numerous different dialects are acclimated to being responsible for whether the qualities they dole out to factors are essential values or are references to existing articles. In C# programming, notwithstanding, that choice is made by the developer who composed the item, not by the software engineer who instantiates the article and allows it to a variable. This is a typical "gotcha" for those endeavoring to learn C# programming.

source https://www.c-sharpcorner.com/Blogs/mistakes-in-c-sharp-programming-by-using-reference-like-value

How To Check If An Email Is Valid Or Not, Using A Free Web API

In this blog, we will see how to check the validity of an email using a free Web API.

source https://www.c-sharpcorner.com/Blogs/how-to-check-email-is-valid-or-not-using-free-web-api

Thursday, February 7, 2019

Collections In Ruby On Rails - Part Two

In this write-up, we will continue with my previous topic, Collections in Ruby on Rails. We will explore more collections in this part.

source https://www.c-sharpcorner.com/article/collections-in-ruby-on-rails-part-two/

Create RESTful API Using ASP.NET Core With Entity Framework Core

From this article, you will learn how to create a RESTful API using ASP.NET Core with Entity Framework Core.

source https://www.c-sharpcorner.com/article/create-restful-api-using-asp-net-core-with-entity-framework-corecreate-restful-a/

Get Response Message From Config File In .NET Core Web API

In this article, we will see how we can set the response message for Web API from the config file and reload it without recompiling the application.

source https://www.c-sharpcorner.com/article/get-response-message-from-config-file-in-net-core-web-api/

Loading Data In React - Redux-Thunk, Redux-Saga, Suspense, Hooks

In this article I’ll compare different approaches to load data in React using Redux-Thunk, Redux-Saga, Suspense, and Hooks.

source https://www.c-sharpcorner.com/article/loading-data-in-react-redux-thunk-redux-saga-suspense-hooks/

Sample Hello Program In UIPath And Use Of Variables In It

In this article, we are going to see how to create a Hello World program in an RPA automation tool called UIPath.

source https://www.c-sharpcorner.com/article/sample-hello-program-uipath-and-use-of-variables/

Xamarin.Forms - Working With LiteDB CRUD Operations

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

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

Tracking Solution History In Dynamics 365

This blog shows how you can track the solution history in Dynamics 365. This will be helpful to you in keeping track of the changes made in your solution.

source https://www.c-sharpcorner.com/Blogs/solution-history-track-in-dynamics-365

Angular App Styling With Bulma Framework

In this blog, we will use the Bulma CSS framework to style our Angular apps.

source https://www.c-sharpcorner.com/Blogs/angular-apps-styling-with-bulma-framework

Manage And Export History In Microsoft Graph Explorer

Learn here how to manage and export the history of requests from Microsoft Graph Explorer.

source https://www.c-sharpcorner.com/Blogs/manage-and-export-history-in-microsoft-graph-explorer

Brief Introduction To Indexes In SQL Server

Here, I will be giving a brief introduction to Indexes in SQL Server and why we need the indexing.

source https://www.c-sharpcorner.com/Blogs/brief-introduction-to-indexes-in-sql-server

How To Fix "Out Of Stack Space" Issue While Running Angular SPFx WebPart In IE11

Facing “Error: Out of Stack Space” issue while the Angular SPFx WebPart runs in the IE11? This article helps you to resolve the issue and run the Angular SPFx in IE11.

source https://www.c-sharpcorner.com/article/how-to-fix-out-of-stack-space-issue-while-run-angular-spfx-webpart-in-ie11/

Wednesday, February 6, 2019

Microsoft Announces Blazor 0.8.0 Experimental Release

Microsoft has released the preview of Blazor 0.8.0 that uses Razor Components in .NET Core 3.0

source https://www.c-sharpcorner.com/news/microsoft-announces-blazor-080-experimental-release

Microsoft Announces The Accenture Microsoft Business Group

Accenture together with Microsoft has announced their new partnership - Accenture Microsoft Business Group.

source https://www.c-sharpcorner.com/news/microsoft-announces-the-accenture-microsoft-business-group

Angular 7 Project With ASP.NET CORE APIs (Gym Project)

This project is a basic gym project developed using Angular 7, ASP.NET Core APIs, and SQL Server database.

source https://www.c-sharpcorner.com/article/angular-7-project-with-asp-net-core-apis-gym-project/

Dependency Injection In .NET Core

In this article, we will see how dependency injection works in .net core using Microsoft.Extension.DependencyInjection.

source https://www.c-sharpcorner.com/article/dependency-injection-in-net-core/

Explore Important Features Of HTTP Client With RxJs Operators

In this article, I will be covering the major concepts of HTTP Client while using it with RxJS Operators.

source https://www.c-sharpcorner.com/article/explore-important-features-of-http-client-with-rxjs-operators/

SharePoint 2019 - Enable Hybrid Experience

In this article, we will explore how we can configure SharePoint Server Hybrid and extend the workloads to SharePoint Online.

source https://www.c-sharpcorner.com/article/sharepoint-2019-enable-hybrid-experience/

SharePoint Online - Analyze User Feedback Using Sentiment Analysis API And Microsoft Flow

The Sentiment Analysis API evaluates text input and returns a sentiment score ranging from 0 (negative) to 1 (positive). This is useful for detecting positive and negative sentiment in social media, customer reviews, and discussion forums.

source https://www.c-sharpcorner.com/article/sharepoint-online-analyze-user-feedback-using-sentiment-analysis-api-and-micro/

SharePoint Server 2019 Features Overview

In this article, we will explore the new features that SharePoint 2019 brings in and the features it has left behind.

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

Data Locations 🗺️ In Solidity

This article talks about how to use Storage and Memory keywords in Solidity.

source https://www.c-sharpcorner.com/article/storage-and-memory-data-locations/

Dealing With JSON - Using Power Query In Azure Analysis Services

In this article, I’ll explain some of the mechanics of the solution, using fake data to “hide the innocent” but still offer some concrete details you can use in your own solutions.

source https://www.c-sharpcorner.com/article/dealing-with-json-using-power-query-in-azure-analysis-services/

Learn About Azure Key Vault

Keys and secrets (AKA passwords) are an essential part of data protection management not only on-premises, but within the cloud as well. One of the many advantages of cloud is the ability to have a secure, persisted key store. If you have used a password manager like Keepass or 1Password, you can consider Azure Key Vault to be an enterprise level password manager, but also a lot more.

source https://www.c-sharpcorner.com/article/learn-about-azure-key-vault/

Tuesday, February 5, 2019

Create Azure Kubernetes Service (AKS) Cluster

In this article, you will learn how to create Azure Kubernetes Service (AKS) Cluster.

source https://www.c-sharpcorner.com/article/create-azure-kubernetes-service-aks-cluster/

Entity Framework Core InMemory Database

In this article, we will see how we can use the InMemory database of Entity Framework Core.

source https://www.c-sharpcorner.com/article/entity-framework-core-inmemory-database/

Handling Cross-Domain Call In ASP.NET Web API

From this article, you will learn how to handle the cross-domain calls in ASP.NET Web API using different methods.

source https://www.c-sharpcorner.com/article/handling-cross-domain-call-in-asp-net-web-api/

Interceptors - An Important Feature Of HTTP Client

In this article, we will learn about Interceptors, one of the important and useful features of HTTP Client.

source https://www.c-sharpcorner.com/article/interceptors-an-important-feature-of-http-client/

.NET Core Dependency Injection - One Interface, Multiple Implementations

In this article, we will see how we can inject the dependency when we have more than one implementation for an interface.

source https://www.c-sharpcorner.com/article/net-core-dependency-injection-one-interface-multiple-implementation/

Web API Automation Testing Using Postman - Part One

Testing is important for Web API development. By using the POSTMAN tool, we can test the Web API and also we can run some test cases in automation mode.

source https://www.c-sharpcorner.com/article/web-api-automation-testing-using-postman-part-one/

Why Learn C#

This article is my personal opinion why one should learn C# language over others and how to get started with C#.

source https://www.c-sharpcorner.com/article/why-learn-c-sharp/

Real-time Streaming In Power BI

In this video, I will set up the real-time streaming of dataset in Power BI.

source https://www.c-sharpcorner.com/article/real-time-streaming-in-power-bi/

Use Of DISTINCT Keyword In T-SQL (SQL Server)

In this session of SQL Server Training series, we are going to learn how to use Distinct keyword in SQL Server.

source https://www.c-sharpcorner.com/article/use-of-distinct-keyword-in-t-sql-sql-server/

Slack Files For Public Listing Secretly

Slack Technologies, Inc. has confidentially filed a draft for its initial public offering.

source https://www.c-sharpcorner.com/news/slack-confidentially-files-for-its-public-listing

ASP.NET MVC Interview Questions

Model–View–Controller (MVC) is a software architectural pattern for implementing user interfaces. Here is a list of common interview questions on the basics of MVC.

source https://www.c-sharpcorner.com/Resources/5405/asp-net-mvc-interview-questions.aspx

Monday, February 4, 2019

Leadership Challenge 010 - 10 Ways To Have A Better Conversation (Celeste Headlee)

Is anything more important than being able to communicate? This is a great video around having a great conversation. We live in a very diverse world and while we may have many different views, having an engaging conversation is a lost art in the age of smart phones, posting and texting.

source https://www.c-sharpcorner.com/article/leadership-challenge-010-10-ways-to-have-a-better-conversation-celeste-headle/

Microsoft Releases Windows Template Studio 3.0.

Microsoft has released Windows Template Studio (WTS) v 3.0, extending support for multi-project solution and Pivot navigation pattern.

source https://www.c-sharpcorner.com/news/microsoft-released-windows-template-studio-30

Google Releases Android Studio 3.3 Stable Version

Android Studio latest version 3.3 has been released in a stable version focusing on reducing the number of crashes, hangs, memory leaks, and user-impacting bugs.

source https://www.c-sharpcorner.com/news/google-releases-android-studio-33-stable

SharePoint 2019 - Configure Home Page

In this article, we will explore how we can configure SharePoint Server 2019 home page and how it is beneficial to be able to access the information easily.

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

SharePoint Migration - Large List Details

In this article, we will look for the PowerShell Scripts to export “SharePoint Large Lists” report from source SharePoint Farm. This information will be helpful to track all the lists which contain more than “2000” items in it and provisioned in SharePoint Farm.

source https://www.c-sharpcorner.com/article/sharepoint-migration-large-list-details/

Xamarin.Forms - SQLite Database CRUD Operations

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

source https://www.c-sharpcorner.com/article/xamarin-forms-sqlite-database-crud-operations2/

Rock Your Code - Defensive Programming For Microsoft .NET By David McCarter

Talking about Defensive Programming during times of Test Driven Development, Clean Code, Domain Driven Development and all other kinds of buzzwords seems a bit unusual. From his long-year experience David McCarter shares a collection of rules of thumb to write better, rock-solid code.

source https://www.c-sharpcorner.com/Blogs/rock-your-code-defensive-programming-for-microsoft-net-by-david-mccarter

Essentials for software developer or any computer job

A couple of abilities are essential to any software developer. It is compulsory to get those ones right to prosper on the job without degenerating your health.

source https://www.c-sharpcorner.com/Blogs/essentials-for-software-developer-or-any-computer-job

Artificial Intelligence Is An Engineering Problem, Not Magic!

I don't know about you, I've never been comfortable with the use of the term Artificial Intelligence (AI) by mainstream media, and the way the ubiquitous sales and marketing folk have recently begin to fling it around only add to my general angst over it all. When we talk about Artificial Intelligence, to many, this conjures up thoughts of killer robots, a dystopian future and being enslaved to mega corporations (gulp, is that bit already here?!).

source https://www.c-sharpcorner.com/article/artificial-intelligence-is-an-engineering-problem-not-magic/

Saturday, February 2, 2019

Best Programming Language for Machine Learning

Several programming languages support Machine learning. In this article, let's look at what the best programming language is for Machine Learning.

source https://www.c-sharpcorner.com/article/best-programming-language-for-machine-learning/

Friday, February 1, 2019

Create An App In Salesforce Lightning

In this article, we will learn how to build an app in saleforce lightning.

source https://www.c-sharpcorner.com/article/create-an-app-in-salesforce-lightning2/

Data Type Python

Every value in Python is represented in a data type. In this article, we will learn data types in Python with code examples.

source https://www.c-sharpcorner.com/article/data-type-python/

How To Send Telemetry From An IoT Device To The Azure IoT Hub Using C#

In this article, we are going to see how to send telemetry from an IoT device to the Azure IoT Hub using C#. IoT Hub is a cloud platform to securely connect billions of IoT devices to create IoT applications. Please read the previous parts of the article before continuing with this one.

source https://www.c-sharpcorner.com/article/how-to-send-telemetry-from-an-iot-device-to-the-azure-iot-hub-using-c-sharp/

Localization In Angular With i18n

We will learn how to make our Angular app available in different languages using i18n and localization.

source https://www.c-sharpcorner.com/article/localization-in-angular-with-i18n/

SharePoint 2019 - Power BI Reporting

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

source https://www.c-sharpcorner.com/article/sharepoint-2019-power-bi-reporting/