Wednesday, January 31, 2018

Auth0 Registers Record Growth In 2017

Auth0, a leading IDaaS provider that operates in more than 70 countries, has recently revealed in a press release that they more than doubled their revenue in 2017 along with registering a record growth in their customer base.

source http://www.c-sharpcorner.com/news/auth0-registers-record-growth-in-2017

Hyperledger Sawtooth 1.0 Released

Hyperledger Sawtooth 1.0 is available now.

source http://www.c-sharpcorner.com/news/hyperledger-sawtooth-10-released

Azure Blob Storage Service - Uploading A Blob And Set Container Propertied With Metadata - Part Two

This article assumes that you already have an Azure Storage Account created and the solution file for Visual Studio which was created in the previous demo.

source http://www.c-sharpcorner.com/article/azure-blob-storage-service-uploading-a-blob-and-set-container-propertied-with/

Boolean Search Basics For Recruiters - Tutorial One

Boolean Search is a mathematical logic which we use to put on Google, LinkedIn, and other job boards etc. to get the accurate and relevant results while expanding and narrowing the strings with key operators like AND, OR, NOT etc.

source http://www.c-sharpcorner.com/article/boolean-search-basics-for-recruiters-tutorial-one/

Full Calendar - ASP.NET Web API And Angular

In this article, we will demonstrate how we can use a Full Calendar plugin based on ASP.Net Web API (Back-end) and AngularJS (Front-end). Here what we are doing exactly is to customize the FullCalendar plugin in order to be able to perform CRUD operations. I'd like to remind you that you should have some basic knowledge of Web API and AngularJS. I hope you will like it.

source http://www.c-sharpcorner.com/article/full-calendar-asp-net-web-api-and-angular/

Red Hat Acquires CoreOS

Red Hat Acquires CoreOS in a whopping $250 Million deal.

source http://www.c-sharpcorner.com/news/red-hat-acquires-coreos

Microsoft Updates iOS Office Apps

Microsoft has launched new features for office Apps across Word, Excel, PowerPoint, and OneDrive for iOS which will help iPad and iPhone users to work more efficiently.

source http://www.c-sharpcorner.com/news/microsoft-updates-ios-office-apps

Download Multiple Documents From SharePoint Using PnP PowerShell

You'll learn on how to download multiple files from SharePoint using PnP PowerShell. In this blog, we are going to see on how to download the documents from SharePoint based on the specified url using PnP PowerShell.

source http://www.c-sharpcorner.com/Blogs/download-documents-from-sharepoint-using-pnp-powershell

Edit User Profile List In SharePoint

This blog will help you how to access the hidden User profile list and edit.

source http://www.c-sharpcorner.com/Blogs/edit-user-profile-list-in-sharepoint

ASP.NET Core 2.0 Identity

In a previous post, I showed how to use cookie authentication middleware to protect your web application. ASP.NET Core also provides a richer set of services, called Identity, to work with user authentication and management scenarios. For instance, in addition to authentication and password hashing, it provides features for registering new users, creating forgot & reset password tokens and their validation, two-factor authentication and authentication using external providers.

source http://www.c-sharpcorner.com/article/asp-net-core-2-0-identity/

Tuesday, January 30, 2018

Client Side Development With SharePoint Using NodeJS And PnP

Nowadays, client side development with SharePoint is growing bigger and bigger with lot of APIs emerging against SharePoint data. @PnP (PnPJS) is a new javascript API from SharePoint Patterns and Practices team.

source http://www.c-sharpcorner.com/article/client-side-development-with-sharepoint-using-nodejs-and-pnp3/

CRUD Operations In SharePoint REST API Using jQuery AJAX

In this article I explain how to make create, read, update, and delete operations of sharepoint list items over HTTP requests.

source http://www.c-sharpcorner.com/article/crud-operations-in-sharepoint-rest-api-using-jquery-ajax/

Using “ng-bootstrap” Components In Angular 5 App

In our last article, we learned “how to install and setup ng-bootstrap in our angular 5 app?” In this article, we are going to cover a couple of bootstrap components provided by “ng-bootstrap” module in our angular 5 app.

source http://www.c-sharpcorner.com/article/using-ng-bootstrap-components-in-angular-5-app/

A Step Into The C# Generics Collection

Generics is a type of parameter which allows you to specify an arbitrary type T to a method at compile time having no concrete type specification in the method or class declaration.

source http://www.c-sharpcorner.com/Blogs/a-step-into-the-c-sharp-generics-collection

Build Angular App With .Net Core 2.0 Template(VS 2017) + Deploy On Azure - Step By Step Guide

In this article, we will see how to create your Angular application using Visual Studio 2017(.NET Core 2.) and will deploy it to Azure.

source http://www.c-sharpcorner.com/article/build-angular-app-with-net-core-2-0-templatevs-2017-deploy-on-azure-step/

Exception Handling In ASP.NET MVC

This default way of handling exception where we write our source code into the try bock and catch exception in catch block. However you can have multiple catch blocks for a try block. Even you can have Try –catch block inside Try block.

source http://www.c-sharpcorner.com/article/exception-handling-in-asp-net-mvc/

How Artificial Intelligence And Natural Intelligence Works

This article explains how Artificial Intelligence and Natural Intelligence (the human brain) works.

source http://www.c-sharpcorner.com/article/how-artificial-intelligence-and-natural-intelligence-works/

Loading Base64 Images In Xamarin.Forms

In this article, we will learn to load Base64 String Images into Images in Xamarin.Forms without using any External Plugins like FFMpeg Image Loader Plugin.

source http://www.c-sharpcorner.com/article/loading-base64-images-in-xamarin-forms/

Performing CRUD Operations On Azure SQL Database Using SharePoint Framework Web Part And ASP.NET Web API - Part Two

Normally, you would want to put your css classes in the .scss file (i.e. YourWebpartName.scss) and import it into the YourWebpartName.ts file (this is actually done automatically during project creation). But I decided to put it in a SharePoint list because my css selectors are grouped and I could not reference them using "styles.selector".

source http://www.c-sharpcorner.com/article/performing-crud-operations-on-azure-sql-database-using-sharepoint-framework-web3/