In this article, I am going to explain when to use the Azure Container Instances and what are its features.
source https://www.c-sharpcorner.com/article/azure-container-instances-features-and-when-to-use-them/
Saturday, June 30, 2018
Getting Started With SignalR Using ASP.NET Core - Dynamic Hub
In this article, We'll learn how to use dynamic hubs in ASPNET Core SignalR. The newly written SignalR allows you to write dynamic and type of T Hub. The benefit of dynamic hub is that method will resolve at runtime so that you can register any method at runtime and call it.
source https://www.c-sharpcorner.com/article/getting-started-with-signalr-using-aspnet-co-dynamic-hub/
source https://www.c-sharpcorner.com/article/getting-started-with-signalr-using-aspnet-co-dynamic-hub/
How To Set Up Your SharePoint Framework Development Environment
Welcome to an article on How to Set up your SharePoint Framework development environment on our machines so that is easier for everyone of you to follow my future articles which are all on different aspects of development which can be done on SharePoint.
source https://www.c-sharpcorner.com/article/how-to-set-up-your-sharepoint-framework-development-environment/
source https://www.c-sharpcorner.com/article/how-to-set-up-your-sharepoint-framework-development-environment/
Xamarin.Forms - Placeholder In Editor Using Custom Renderer
In this article, how to create an Placeholder in Editor Using Custom Renderer in Xamarin.forms
source https://www.c-sharpcorner.com/article/xamarin-forms-placeholder-in-editor-using-custom-renderer/
source https://www.c-sharpcorner.com/article/xamarin-forms-placeholder-in-editor-using-custom-renderer/
Friday, June 29, 2018
Blazor Application Bootstrap And Life Cycle Methods
We have seen in the last article how web assembly and C# can be a game changer and will help the C# to run on Browser so moving to next article let’s see how we can setup Blazor in your machine and how we can get started with our first application with Blazor.
source https://www.c-sharpcorner.com/article/blazor-application-bootstrap-and-life-cycle-methods/
source https://www.c-sharpcorner.com/article/blazor-application-bootstrap-and-life-cycle-methods/
CRUD Operations In ASP.NET Core Web API Using ADO.NET
In today’s article, we will see how to perform simple CRUD operations in ASP.NET Core Web API using ADO.NET.
source https://www.c-sharpcorner.com/article/crud-operations-in-asp-net-core-web-api-using-ado-net/
source https://www.c-sharpcorner.com/article/crud-operations-in-asp-net-core-web-api-using-ado-net/
Creating SharePoint List Item Using PnP PowerShell
In this blog, we will see how to create SharePoint list items using PnP Powershell.
source https://www.c-sharpcorner.com/Blogs/create-sharepoint-list-item-using-pnp-powershell
source https://www.c-sharpcorner.com/Blogs/create-sharepoint-list-item-using-pnp-powershell
Firebase With Angular
Here, we are going to understand how to use Firebase as a database as well as RESTful API for an Angular application.
source https://www.c-sharpcorner.com/article/firebase-with-angular/
source https://www.c-sharpcorner.com/article/firebase-with-angular/
Learn SharePoint In Series - Part Eighteen - Multiple Lines Of Text Columns Type in SharePoint
This article covers every aspect of multiple lines of text, including creation, property configurations, editing etc.
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-eighteen-multiple-lines-of-text-columns-type/
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-eighteen-multiple-lines-of-text-columns-type/
PowerShell Automation - How To Send Email With HTML Body Containing Inline Images
In this article, I will explain the code (which is interesting) to embed images within outgoing email content.
source https://www.c-sharpcorner.com/article/powershell-automation-how-to-send-email-with-html-body-containing-inline-images/
source https://www.c-sharpcorner.com/article/powershell-automation-how-to-send-email-with-html-body-containing-inline-images/
Removing Items From ListView Using Xamarin.Forms
In this article, we will discuss about how to remove an item from ListView Using Xamarin.Forms.
source https://www.c-sharpcorner.com/article/removing-items-from-listview-using-xamarin-forms/
source https://www.c-sharpcorner.com/article/removing-items-from-listview-using-xamarin-forms/
Google Joins The Linux Foundation As A Platinum Member
Google is now a platinum member of the Linux Foundation.
source https://www.c-sharpcorner.com/news/google-joinsthe-linux-foundation-as-a-platinum-member
source https://www.c-sharpcorner.com/news/google-joinsthe-linux-foundation-as-a-platinum-member
California Passes Strictest Data Privacy Law
California has passed one of the toughest data privacy laws in the United States.
source https://www.c-sharpcorner.com/news/california-passes-usas-toughest-data-privacy-laws
source https://www.c-sharpcorner.com/news/california-passes-usas-toughest-data-privacy-laws
Amazon’s Alexa Skills Kit Announced For Python Beta
Amazon has announced the release of the Alexa Skills Kit for Python beta (a software development kit language) mainly for developers and businesses as well as those who are interested in making voice apps for Alexa.
source https://www.c-sharpcorner.com/news/amazons-alexa-skills-kit-announced-for-python-beta
source https://www.c-sharpcorner.com/news/amazons-alexa-skills-kit-announced-for-python-beta
Thursday, June 28, 2018
How Client Statistics Helps In Improving Performance In SQL Server
Client Statistics is SQL Server data tool which is very helpful in determining the statistics that how much data received from server to the client side. In other words, client statistics helps in analyzing the traffics load like packets/bytes sent and received at client – server side. When we run a script or query in T-SQL editor, we can enable Client statistics to collect statistics like application profile, time statistics and network statistics which help in checking the efficiency of the script.
source https://www.c-sharpcorner.com/article/how-client-statistics-helps-in-improving-performance-in-sql-server/
source https://www.c-sharpcorner.com/article/how-client-statistics-helps-in-improving-performance-in-sql-server/
How Events And Delegates Are Related
This articles describes about what is delegate, what are the different ways to define and declare delegates, when to use delegates, what is event and how events and delegates are associated or related with each other
source https://www.c-sharpcorner.com/article/how-events-and-delegates-are-releated/
source https://www.c-sharpcorner.com/article/how-events-and-delegates-are-releated/
Creating Connection Using WebAPI
If you are looking for sample code to create connection record using WebAPI for Dynamics 365 CE, this post will help you. I am creating connection record for opportunity, you can change lookups entity based on your requirement.
source https://www.c-sharpcorner.com/Blogs/creating-connection-using-webapi-sample-code
source https://www.c-sharpcorner.com/Blogs/creating-connection-using-webapi-sample-code
How To Connect MS Access With Windows Form
How to connect MS Access (mdb ) file with windows form.
source https://www.c-sharpcorner.com/Blogs/how-to-connect-ms-access-with-windows-form
source https://www.c-sharpcorner.com/Blogs/how-to-connect-ms-access-with-windows-form
Why Calling A Virtual Method In Base Class Constructor Is A Bad Practice
In this blog I will try to explain Why calling a virtual method in base class constructor is a bad practice
source https://www.c-sharpcorner.com/Blogs/why-calling-virtaul-method-in-constructor-is-not-best-practice
source https://www.c-sharpcorner.com/Blogs/why-calling-virtaul-method-in-constructor-is-not-best-practice
Excel Export - Using "ExcelPackage" (EPPlus)
The limit of records (row items) that can be exported to Excel from client-side function varies between browsers. Every browser has its own limitations and I'm afraid that in most cases we don't have control over them. Exporting large amounts of data during export will generate strings that might be too long for the given browser.
source https://www.c-sharpcorner.com/Blogs/excel-export-using-excelpackage-epplus
source https://www.c-sharpcorner.com/Blogs/excel-export-using-excelpackage-epplus
Create Windows Services In C#
Here I’m going to explain Windows Services in the c# .Net. • Introduction of Windows Services. • How to create Windows Services in the c# .Net.
source https://www.c-sharpcorner.com/article/create-windows-services-in-c-sharp/
source https://www.c-sharpcorner.com/article/create-windows-services-in-c-sharp/
Arithmetic Operation On Vector In R - Multiplication Of Vectors In R With Example
In this article, we shall discuss how multiplication of vectors works in R Studio.
source https://www.c-sharpcorner.com/article/arithmetic-operation-on-vector-in-r-multiplication-of-vectors-in-r-with-exampl/
source https://www.c-sharpcorner.com/article/arithmetic-operation-on-vector-in-r-multiplication-of-vectors-in-r-with-exampl/
Hosting Azure Containers - Why Choose Azure Container Instances
In this article, I am going to explain what are the different ways you can host your containers in Azure and why you should choose Azure Container Instances above everything.
source https://www.c-sharpcorner.com/article/hosting-azure-containers-why-choose-azure-container-instances/
source https://www.c-sharpcorner.com/article/hosting-azure-containers-why-choose-azure-container-instances/
How To Add Image To UWP Application And Change App Icon
In this article we are going to see how to add an image to UWP application and change app icon. App icon is the visible outer look of an app mostly the app icons are simple and attractive. Applications can be categorized into two different types namely static and dynamic. The static app will have only one page or will have a long scroll down. Say, in the dynamic app we will be using page navigation by button click function.
source https://www.c-sharpcorner.com/article/how-to-add-image-to-uwp-application-and-change-app-icon/
source https://www.c-sharpcorner.com/article/how-to-add-image-to-uwp-application-and-change-app-icon/
MultiCheckbox In ASP.NET MVC
In this article we are going to create form with Multi-Checkboxes option and on form submit store the values.
source https://www.c-sharpcorner.com/article/multicheckbox-in-asp-net-mvc/
source https://www.c-sharpcorner.com/article/multicheckbox-in-asp-net-mvc/
MongoDB 4.0 Announced With Other Major Updates
MongoDB Inc. has recently announced the release of MongoDB 4.0.
source https://www.c-sharpcorner.com/news/mongodb-40-announced-with-other-major-updates
source https://www.c-sharpcorner.com/news/mongodb-40-announced-with-other-major-updates
Microsoft Announced Open Service Broker For Azure 1.0
Microsoft announced the release of the Open Service Broker for Azure 1.0 (OSBA) that connects the applications running cloud-native environments with the services available in Azure.
source https://www.c-sharpcorner.com/news/microsoft-announced-open-service-broker-for-azure-10
source https://www.c-sharpcorner.com/news/microsoft-announced-open-service-broker-for-azure-10
Create ZIP (System.IO.Compression) From WinForm Application
Mostly ZIP extension files are called compressed file of file(s). We create zip from various program (UI) or via command utility.
source https://www.c-sharpcorner.com/article/create-zip-system-io-compression-from-winform-applicaton2/
source https://www.c-sharpcorner.com/article/create-zip-system-io-compression-from-winform-applicaton2/
How To Manage SharePoint Groups Using REST API In SharePoint Framework (SPFx)
SharePoint Groups are helpful to group the users and allocate them the same set of permissions or permission level. Groups help us to manage the permissions of the same set of users just through a couple of clicks. Technically, how to manage the groups in SharePoint Framework applications? Let’s discuss in this blog.
source https://www.c-sharpcorner.com/article/how-to-manage-sharepoint-groups-using-rest-api-in-sharepoint-framework-spfx/
source https://www.c-sharpcorner.com/article/how-to-manage-sharepoint-groups-using-rest-api-in-sharepoint-framework-spfx/
Increase Site Performance: ASP .NET Precompilation
Decrease your site's warmup time using the precompilation option in ASP.NET. This video covers various aspects of publishing a web application and precompiling it, showing you the exact process through Visual Studio. Topics Covered: - What is publishing? How to publish a Web Application? What is precompilation? Demo of precompiling an ASP.Net & MVC Web Application. What is *Updatable* option in precompilation?
source https://www.c-sharpcorner.com/article/increase-sites-performance-asp-net-precompilation/
source https://www.c-sharpcorner.com/article/increase-sites-performance-asp-net-precompilation/
Wednesday, June 27, 2018
Verson 6.6 Of Ext JS Announced
Ext JS, version 6.6 was recently announced by Sencha.
source https://www.c-sharpcorner.com/news/verson-66-of-ext-js-announced
source https://www.c-sharpcorner.com/news/verson-66-of-ext-js-announced
Tuesday, June 26, 2018
AppCenter DevOps With Xamarin.Forms
Here, I am going to explain to you how we can use AppCenter for mobile application development and how it will save our time with CI.CD.
source https://www.c-sharpcorner.com/article/appcenter-devops-with-xamarin-forms/
source https://www.c-sharpcorner.com/article/appcenter-devops-with-xamarin-forms/
ASP.NET Web API - Part Four
In Part 1, Part 2 and part 3 of this series, we discussed HTTP Verbs and their implementation, now let’s discuss about Custom method names.
source https://www.c-sharpcorner.com/article/asp-net-web-api-part-four/
source https://www.c-sharpcorner.com/article/asp-net-web-api-part-four/
How To Perform View Binding In Android Using ButterKnife
In this article, we will learn how to perform View Binding in Android using ButterKnife which is very useful library in android application development. If you have been developing android application, you will realized that there are lots of boilerplate codes in your application. In some cases, it will be too much that the onCreate method will be bloated with boilerplate codes. This is where Android ButterKnife comes to your help.
source https://www.c-sharpcorner.com/article/how-to-perform-view-binding-in-android-using-butterknife/
source https://www.c-sharpcorner.com/article/how-to-perform-view-binding-in-android-using-butterknife/
Two Ways To Insert Bulk Data Into Oracle Database Using C#
This article will explain how we can insert bulk amount of data in Oracle database using C#. Generally, what happens, we insert one by one record into the database, but sometimes, we have requirements to insert numerous amount of data into the database using one go. Means, rather than going one by one process which is a lengthy and time-consuming process, we prefer to insert whole data in one go into the database. So, today we will see, two different ways using that we can insert bulk data into Oracle database table using C#.
source https://www.c-sharpcorner.com/article/two-ways-to-insert-bulk-data-into-oracle-database-using-c-sharp/
source https://www.c-sharpcorner.com/article/two-ways-to-insert-bulk-data-into-oracle-database-using-c-sharp/
Add Multiple WebParts To Single SPFx Solution Using Yeoman
The Modern SharePoint supports custom development using SharePoint Framework (SPFx). SPFx is page and web part model. It supports client side SharePoint development. SPFx solution based on multiple components like Yeoman, Node JS, Gulp. It supports development using TypeScript. Angular JS, React are obvious choices of developers for developing SPFx webparts.
source https://www.c-sharpcorner.com/article/add-multiple-webparts-to-single-spfx-solution-using-yeoman/
source https://www.c-sharpcorner.com/article/add-multiple-webparts-to-single-spfx-solution-using-yeoman/
Creating Our First UWP Application
In this article, we are going to see how to create our first UWP app using visual studio. As per the consumers facility we have different types of windows system where the dimensions of the screen may vary as per the requirement. Developing app at different screen resolution will be simple and feasible to create application using Universal windows platform. App development in UWP can be done by various ways ranging from C# language, using Xaml coding, drag and drop method.
source https://www.c-sharpcorner.com/article/creating-our-first-uwp-application/
source https://www.c-sharpcorner.com/article/creating-our-first-uwp-application/
Dynamically Bind Repeater Control In ASP.NET From Database - Part Six
Repeater is a data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list. In this article, I will demonstrate how to dynamically bind repeater control in asp.net from database
source https://www.c-sharpcorner.com/article/dynamically-bind-repeater-control-in-asp-net-from-database-part-six/
source https://www.c-sharpcorner.com/article/dynamically-bind-repeater-control-in-asp-net-from-database-part-six/
Executing Fetch XML With WebAPI In Dynamics 365 Using JavaScript
In this article, we will learn how to execute fetchXML with WebAPI in Dynamics 365 using JavaScript XHR & Fetch API.
source https://www.c-sharpcorner.com/article/execute-fetchxml-with-webapi-in-dynamics-365-using-javascript/
source https://www.c-sharpcorner.com/article/execute-fetchxml-with-webapi-in-dynamics-365-using-javascript/
How To Work With PIR Sensor Using Arduino
In this article, we are going to see how to work with PIR sensor using arduino. It has become very easy to detect human & animals movements using PIR sensor. These project further can be modified to create the security system.
source https://www.c-sharpcorner.com/article/how-to-work-with-pir-sensor-using-arduino/
source https://www.c-sharpcorner.com/article/how-to-work-with-pir-sensor-using-arduino/
Learn SharePoint In Series - Part Sixteen - RSS Settings In List Settings
In this article, I am going to explain about RSS feature available in SharePoint. RSS applies throughout the site collection but in this article, I am going to cover RSS in context of lists and libraries.
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-sixteen-rss-settings-in-list-settings/
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-sixteen-rss-settings-in-list-settings/
Useful Consistency Model Of Azure Cosmos DB
Azure cosmos DB tunable consistency level helps to choose one that is very close to a customer’s requirement.
source https://www.c-sharpcorner.com/article/useful-consistency-model-of-azure-cosmos-db/
source https://www.c-sharpcorner.com/article/useful-consistency-model-of-azure-cosmos-db/
Build A ReactJS Powered CRUD Application
React was first deployed on Facebook's Newsfeed in 2011. After a full year of testing, it was next deployed on Instagram in 2012.
source https://www.c-sharpcorner.com/Blogs/build-a-reactjs-powered-crud-application
source https://www.c-sharpcorner.com/Blogs/build-a-reactjs-powered-crud-application
Access Control Service To Retire Soon
Azure Access Control Service will no longer avail from 7th November 2018.
source https://www.c-sharpcorner.com/news/access-control-service-to-retire-soon
source https://www.c-sharpcorner.com/news/access-control-service-to-retire-soon
Building A Cloud Editor With SignalR And ASP.NET Core 2.1
With the release of 2.1, we now have support for SignalR in ASP.NET Core. In this tutorial, we show you how to build a collaborative editor using SignalR.
source https://www.c-sharpcorner.com/Resources/4349/building-a-cloud-editor-with-signalr-and-asp-net-core-2-1.aspx
source https://www.c-sharpcorner.com/Resources/4349/building-a-cloud-editor-with-signalr-and-asp-net-core-2-1.aspx
TestCafe JavaScript Automation Tool
TestCafe is an open source automation tool which is built on top of Node.js. It supports various browser to automate its scripts.
source https://www.c-sharpcorner.com/Resources/4348/testcafe-javascript-automation-tool.aspx
source https://www.c-sharpcorner.com/Resources/4348/testcafe-javascript-automation-tool.aspx
Cypress.io JavaScript Automation Tool.
Cypress is a JavaScript End to End testing tool used for automating Angular, react, Vue.js, HTML 5 application's.
source https://www.c-sharpcorner.com/Resources/4347/cypress-io-javascript-automation-tool.aspx
source https://www.c-sharpcorner.com/Resources/4347/cypress-io-javascript-automation-tool.aspx
.NET Blogs To Follow - The Ultimate List
An ultimate list of .NET bloggers for .NET developers to follow.
source https://www.c-sharpcorner.com/Resources/4342/net-blogs-to-follow-the-ultimate-list.aspx
source https://www.c-sharpcorner.com/Resources/4342/net-blogs-to-follow-the-ultimate-list.aspx
Postman Releases Newman CLI
Postman has announced a new command line collection runner open-source tool, Newman.
source https://www.c-sharpcorner.com/news/postman-releases-newman-cli
source https://www.c-sharpcorner.com/news/postman-releases-newman-cli
GitLab 11.0 With Auto DevOps Released
GitLab has released its latest version GitLab 11.0 and the general availability of Auto DevOps allowing enterprises accelerating their DevOps adoption.
source https://www.c-sharpcorner.com/news/gitlab-110-with-auto-devops-released
source https://www.c-sharpcorner.com/news/gitlab-110-with-auto-devops-released
Monday, June 25, 2018
Code-First Approach With ASP.NET MVC Framework
We all know Databases is very important of any application, and some time its too complex to manage Databases. To overcome this issue Microsoft come up with the Entity Framework (EF). which reduce complexity for developers to create application without having much more idea of Database. There are three approaches. 1. Code first 2. Model first 3. Database firstAs per requirement and application we should Choose right approach can save developers a lot of time and effort, especially when interacting with complex database design. In this Article we will work through the Code-first work flow with simple and easy application.
source https://www.c-sharpcorner.com/article/code-first-approach-with-asp-net-mvc-framework/
source https://www.c-sharpcorner.com/article/code-first-approach-with-asp-net-mvc-framework/
Dynamically Bind ListView Control In ASP.NET From Database - Part Five
In this article, I will demonstrate how to dynamically bind ListView control in asp.net from database. Displays the values of a data source by using user-defined templates. The ListView control enables users to select, sort, delete, edit, and insert records.
source https://www.c-sharpcorner.com/article/dynamically-bind-listview-control-in-asp-net-from-database-part-five/
source https://www.c-sharpcorner.com/article/dynamically-bind-listview-control-in-asp-net-from-database-part-five/
Getting Started With SignalR Using ASP.NET Core - Streaming Data Using Angular
In this article, we'll learn how to stream data to clients with signalr using aspnet core and Angular 5. We will go through the channel reader /writer which helps in reading/writing into a channel. The channels are playing vital role in streaming data using signalR
source https://www.c-sharpcorner.com/article/getting-started-with-signalr-using-aspnet-co-streaming-data-using-angular-5/
source https://www.c-sharpcorner.com/article/getting-started-with-signalr-using-aspnet-co-streaming-data-using-angular-5/
How To Secure Your Request With AntiForgeryToken
Today we’ll discuss about AntiForgeryTokens. This article is the next part of my Registration Form With ASP.NET MVC, so if you’ve the prior knowledge of CRUD operations or how we post the form to the post action then you can go ahead with this article. But if you’ve not prior knowledge then you should read my Registration Form article first and then come back here.
source https://www.c-sharpcorner.com/article/how-to-secure-your-request-with-antiforgerytoken/
source https://www.c-sharpcorner.com/article/how-to-secure-your-request-with-antiforgerytoken/
Understanding State Design Pattern By Implementing Finite State Machine In Super Mario Game
In object oriented programming State Pattern is one of the way to implement Finite State Machines. This pattern falls under Behavioral Design Patterns.
source https://www.c-sharpcorner.com/article/understanding-state-design-pattern-by-implementing-finite-state/
source https://www.c-sharpcorner.com/article/understanding-state-design-pattern-by-implementing-finite-state/
What Is Machine Learning
Artificial Intelligence, Machine Learning are the most trending technologies these days. Most of the time, we confuse about the things that they are so much critical but actually they’re not. Artificial Intelligence teaches computers to behave like a human, to think and to give the response like a human, to perform the actions like humans perform.
source https://www.c-sharpcorner.com/article/what-is-machine-learning/
source https://www.c-sharpcorner.com/article/what-is-machine-learning/
Working With Azure Storage Services (BLOB)
Here in this article we will going to learn about azure storage services and see how we can upload any media files in Blob.
source https://www.c-sharpcorner.com/article/working-with-azure-storage-services/
source https://www.c-sharpcorner.com/article/working-with-azure-storage-services/
Visual Studio Live Dates Announced
Recently, Microsoft has announced the dates of Visual Studio Live. The conference will take place in Microsoft Redmond Headquarters from August 13-17.
source https://www.c-sharpcorner.com/news/visual-studio-live-dates-announced
source https://www.c-sharpcorner.com/news/visual-studio-live-dates-announced
Google Play Store App Security Updated
Google has announced that they have updated their app security that would help verify the authenticity of installed apps from Play Store.
source https://www.c-sharpcorner.com/news/google-play-store-app-security-updated
source https://www.c-sharpcorner.com/news/google-play-store-app-security-updated
NodeServices - Convert HTML To PDF In .Net Core Using Node.js
The article explains, how to convert HTML to PDF with Microsoft .Net Core 2.1 using Microsoft.AspNetCore.NodeServices to execute Node.js modules for conversion. The demo is created using an .NetCore console application.
source https://www.c-sharpcorner.com/article/net-core-html-to-pdf-generation-using-node/
source https://www.c-sharpcorner.com/article/net-core-html-to-pdf-generation-using-node/
Sunday, June 24, 2018
Azure Hosted .Net Core Application
In this article, I will be explaining how to publish your .Net Core application using Azure Service plan.
source https://www.c-sharpcorner.com/article/azure-hosted-net-core-application/
source https://www.c-sharpcorner.com/article/azure-hosted-net-core-application/
Deep Dive Into SharePoint Framework (SPFx) Webpart Configuration - Part One
SharePoint is one of the powerful collaboration tool which is been there for decades and evolving day by day. Another crown to it is SharePoint Framework a page and webpart model which provides full support for client-side development model.
source https://www.c-sharpcorner.com/article/deep-dive-into-sharepoint-framework-spfx-webpart-configuration-part-1/
source https://www.c-sharpcorner.com/article/deep-dive-into-sharepoint-framework-spfx-webpart-configuration-part-1/
Arithmetic Operation On Vector In R - Adding Vectors In R With Example
In this article we shall learn how to perform arithmetic operation addition on vector in R language
source https://www.c-sharpcorner.com/article/operations-on-vector-in-r-with-example/
source https://www.c-sharpcorner.com/article/operations-on-vector-in-r-with-example/
An Insight Of .NET Core 2.0
With 20% faster performance than .Net Core 1.X, core 2.0 is in the lime light. Optimizing to the core the .Net core 2.0 is the next big thing for the Microsoft Developers. A modular framework uniting the MVC and Web API into a single programming Model running on .Net framework or .Net core run-time but can run on any platform. Highly flexible in deploying to cloud and since cross platform, the demand among the developers increases.
source https://www.c-sharpcorner.com/article/an-insight-of-net-core-2-0/
source https://www.c-sharpcorner.com/article/an-insight-of-net-core-2-0/
Angular Services For Sharing Data Between Components
Hi Readers , I hope you all are doing good and read my all the previous tutorials . My previous article about Sharing Data Between Component Using Angular V4 And Above in which I have explained about the methods by which we can share data between component parent child Today I am here one more article Sharing data between component using Angular services which is very important for angular .
source https://www.c-sharpcorner.com/article/angular-services-for-sharing-data-between-component-using-angular-and-above/
source https://www.c-sharpcorner.com/article/angular-services-for-sharing-data-between-component-using-angular-and-above/
Saturday, June 23, 2018
Dynamically Bind GridView Control In ASP.NET From Database - Part Four
Displays the values of a data source in a table where each column represents a field and each row represents a record. The GridView control enables you to select, sort, and edit these items. In this article, I will demonstrate how to dynamically bind GridView control in asp.net from database.
source https://www.c-sharpcorner.com/article/dynamically-bind-gridview-control-in-asp-net-from-database-part-4/
source https://www.c-sharpcorner.com/article/dynamically-bind-gridview-control-in-asp-net-from-database-part-4/
Learn SharePoint In Series - Part Fifteen - Retention Policy Under Information Management System
In this article, I have covered most of the things related to SharePoint Information management policy settings.
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-fifteen-retention-policy-under-information-m/
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-fifteen-retention-policy-under-information-m/
Friday, June 22, 2018
Importing Sound To Game Using Construct 2
Constructor is based on 2D game creation, without using coding. Now in this article, I will explain about how to design the game start page using constructor. Constructor 2 is a powerful HTML 5 game creator, designed especially for 2D game creators.
source https://www.c-sharpcorner.com/article/importing-sound-to-game-using-construct-2/
source https://www.c-sharpcorner.com/article/importing-sound-to-game-using-construct-2/
Binding Variations with Displaying Data - Angular Series Part Four
Today, we’ll learn how to display the data in views, how to apply the styles and classes on DOM elements dynamically. We’ll format the data using pipes, we’ll build the custom pipes. We’ll handle the events raised from the DOM elements.
source https://www.c-sharpcorner.com/article/displaying-data-and-handling-events-in-angular/
source https://www.c-sharpcorner.com/article/displaying-data-and-handling-events-in-angular/
How To Bind Checkbox From Database In MVC 5 Using Entity Framework
In this article I will demonstrate how to bind checkbox from database table in mvc5 using entity framework. I will also show selected checkbox value after button submit.
source https://www.c-sharpcorner.com/article/how-to-bind-checkbox-from-database-in-mvc-5-using-entity-framework/
source https://www.c-sharpcorner.com/article/how-to-bind-checkbox-from-database-in-mvc-5-using-entity-framework/
Simplifying @ViewChild And @ViewChildren In Angular
Most of the time we confused in ViewChild and ViewChildren in angular, through this article with the help of an example I explained about @ViewChild and @ViewChildren.
source https://www.c-sharpcorner.com/article/simplifying-viewchild-and-viewchildren-in-angular-5/
source https://www.c-sharpcorner.com/article/simplifying-viewchild-and-viewchildren-in-angular-5/
Flutter Released Preview 1
Recently, Flutter has announced the release of Preview 1.
source https://www.c-sharpcorner.com/news/flutter-released-preview-1
source https://www.c-sharpcorner.com/news/flutter-released-preview-1
Microsoft News App Out Now
Microsoft releases a rebranded version of MSN as Microsoft News.
source https://www.c-sharpcorner.com/news/microsoft-news-app-out-now
source https://www.c-sharpcorner.com/news/microsoft-news-app-out-now
Intel CEO Brian Krzanich Resigns
Intel has announced that CEO Brian Krzanich has resigned from the company. Despite the Intel's internal policy, it was reported that Krzanich was in a consensual relationship with an employee.
source https://www.c-sharpcorner.com/news/intel-ceo-brian-krzanich-resignes
source https://www.c-sharpcorner.com/news/intel-ceo-brian-krzanich-resignes
Thursday, June 21, 2018
Introduction To Multi-Core Programming In .NET
This blog will give introduction about how application can be developed to make use of multiple cores available in recent Computers.
source https://www.c-sharpcorner.com/Blogs/introduction-to-multi-core-programming-in-net
source https://www.c-sharpcorner.com/Blogs/introduction-to-multi-core-programming-in-net
Introduction To SharePoint Server 2019 - A Modern Platform For Choice And Flexibility
Introduction to SharePoint Server 2019 - a modern platform for choice and flexibility
source https://www.c-sharpcorner.com/Blogs/welcome-to-sharepoint-server-2019-a-modern-platform-for-choice-and-flexibility
source https://www.c-sharpcorner.com/Blogs/welcome-to-sharepoint-server-2019-a-modern-platform-for-choice-and-flexibility
Understanding Arithmetic Overflow And How Checked And Unchecked Primitive Type Operations Works In C#
Understanding Arithmetic Overflow and How checked & unchecked primitive type operations works in c#.
source https://www.c-sharpcorner.com/Blogs/understanding-arithmetic-overflow-and-how-checked-unchecked-primitive-type-operations-works-in-c-sharp
source https://www.c-sharpcorner.com/Blogs/understanding-arithmetic-overflow-and-how-checked-unchecked-primitive-type-operations-works-in-c-sharp
Learn Oracle PL/SQL - Create & Use View
Do you know the type of views ,how to create them and their uses. In this blog I will tell you about views , how you can use them practically. Before that I want to tell you that this is my third blog on Learn Oracle pl/sql if you have not read earlier blog on VARIABLES & tABLES kindly read them.
source https://www.c-sharpcorner.com/Blogs/learn-oracle-plsql-create-use-view
source https://www.c-sharpcorner.com/Blogs/learn-oracle-plsql-create-use-view
Create SharePoint List Items Using REST API
In this blog, I would like to share the code to Create a SharePoint list item using Rest API.
source https://www.c-sharpcorner.com/Blogs/create-sharepoint-list-items-using-rest-api
source https://www.c-sharpcorner.com/Blogs/create-sharepoint-list-items-using-rest-api
Creating Custom Actions For Dynamics 365 With C#
In this article, we will learn how to create Custom Actions for Dynamics 365 with C#.
source https://www.c-sharpcorner.com/article/creating-custom-actions-for-dynamics-365-with-c-sharp/
source https://www.c-sharpcorner.com/article/creating-custom-actions-for-dynamics-365-with-c-sharp/
Dependency Injection - Service Lifetimes
The article gives a short and simple example of Service lifetimes, when using DI pattern in the application.
source https://www.c-sharpcorner.com/article/dependency-injection-service-lifetimes/
source https://www.c-sharpcorner.com/article/dependency-injection-service-lifetimes/
Dynamically Bind FormView Control In ASP.NET From Database - Part Three
In this article, I will demonstrate how to dynamically bind FormView control in ASP.NET from the database.
source https://www.c-sharpcorner.com/article/dynamically-bind-formview-control-in-asp-net-from-database-part-three/
source https://www.c-sharpcorner.com/article/dynamically-bind-formview-control-in-asp-net-from-database-part-three/
Replication Of Max Text Length
Ever seen the below error? Until this week I hadn’t. So, I figured I’d take a little time and introduce it to those that had not.
source https://www.c-sharpcorner.com/article/replication-max-text-length/
source https://www.c-sharpcorner.com/article/replication-max-text-length/
Transform SharePoint Pages From Classic To Modern UI
SharePoint Online now has introduced Modern UI, which is built using JavaScript and CSS. As a result it loads faster compared to the Classic version. If you are using classic SharePoint sites, this is the right time to move towards using Modern sites. In the Classic SharePoint sites we have been using web part pages, wiki pages, publishing pages. Compare to this we have only one option in modern UI is the Modern page.
source https://www.c-sharpcorner.com/article/transform-sharepoint-pages-from-classic-to-modern-ui/
source https://www.c-sharpcorner.com/article/transform-sharepoint-pages-from-classic-to-modern-ui/
Microsoft And Adents Join Hands On Blockchain Fraud Detection System
A new uint-level product track and trace platform, Adents NovaTrack has debuted recently in VivaTech 2018 in Paris. This project was developed under a partnership between Microsoft and Adents.
source https://www.c-sharpcorner.com/news/microsoft-and-adents-joins-hands-on-blockchain-fraud-detection-system
source https://www.c-sharpcorner.com/news/microsoft-and-adents-joins-hands-on-blockchain-fraud-detection-system
Wednesday, June 20, 2018
Action Result In ASP.NET MVC
This article will tell you the basic to advanced foremost concepts about action results in ASP.NET MVC.
source https://www.c-sharpcorner.com/article/action-result-in-asp-net-mvc/
source https://www.c-sharpcorner.com/article/action-result-in-asp-net-mvc/
ASP.NET MVC 5 - SMTP Email Notification
This article is about sending email notification to recipient email address from within your website.
source https://www.c-sharpcorner.com/article/asp-net-mvc5-smtp-email-notification/
source https://www.c-sharpcorner.com/article/asp-net-mvc5-smtp-email-notification/
ASP.NET Web API - Part Three
In part 2, we discussed about Http Verbs and their implementation, now let’s discuss about Content Negotiation and Mediatype Formatters.
source https://www.c-sharpcorner.com/article/asp-net-web-api-part-three/
source https://www.c-sharpcorner.com/article/asp-net-web-api-part-three/
Contact Application Azure Deployment ASP.NET Core Web API, Angular 6 Using Visual Studio Code
In this article, we are going to deploy/host Contact Application with visual studio code to Azure web apps.
source https://www.c-sharpcorner.com/article/azure-deployment-of-contact-application-using-asp-net-core-web-api-angular-6-0/
source https://www.c-sharpcorner.com/article/azure-deployment-of-contact-application-using-asp-net-core-web-api-angular-6-0/
Cloud Backup Service Using Azure
Many of the companies are looking for the cloud backup service because compare to the offline backup it’s more secure and easy to restore from any time. Microsoft Azure has excellent feature for backup service, in this lesson you can learn how to back up our local server to Cloud.
source https://www.c-sharpcorner.com/article/cloud-backup-service-using-azure/
source https://www.c-sharpcorner.com/article/cloud-backup-service-using-azure/
Creating Custom Workflow Activity in Dynamics 365
Learn to write custom workflow activity for Dynamics 365 by creating Word Counter Workflow
source https://www.c-sharpcorner.com/article/creating-word-counter-custom-workflow-activity-in-dynamics-365/
source https://www.c-sharpcorner.com/article/creating-word-counter-custom-workflow-activity-in-dynamics-365/
Custom Attribute Directive In Angular
In this article, I am going to explain that how can we create directives as per our requirement. We also study that how can we format a credit card number using the custom directive in this article.
source https://www.c-sharpcorner.com/article/custom-attribute-directive-in-angular-5/
source https://www.c-sharpcorner.com/article/custom-attribute-directive-in-angular-5/
Dynamically Bind DetailsView Control In ASP.NET From Database - Part Two
In this article, I will demonstrate how to dynamically bind DetailsView control in ASP.NET from the database.
source https://www.c-sharpcorner.com/article/dynamically-bind-detailsview-control-in-asp-net-from-database-part-2/
source https://www.c-sharpcorner.com/article/dynamically-bind-detailsview-control-in-asp-net-from-database-part-2/
Learn About Tuples In Python
In the session, we are going to discuss about the tuple forPython. In this session we are going to discuss the below topics.
source https://www.c-sharpcorner.com/article/learn-about-tuples-in-python/
source https://www.c-sharpcorner.com/article/learn-about-tuples-in-python/
Android Register And Login With PHP-MySQL Server
This is an Android developer tutorial where a user is enabled to register and login with the Android Studio.
source https://www.c-sharpcorner.com/Resources/4339/android-register-and-login-with-php-mysql-server.aspx
source https://www.c-sharpcorner.com/Resources/4339/android-register-and-login-with-php-mysql-server.aspx
Dynamically Bind DataList Control In ASP.NET From Database - Part One
Data-bound web server controls are controls that can be bound to a data source control to make it easy to display and modify data in your web application. DataList a data bound list control that displays items using templates. In this article, I will demonstrate how to dynamically bind DataList control in asp.net from database
source https://www.c-sharpcorner.com/article/how-to-dynamically-bind-data-control-in-asp-net-from-database/
source https://www.c-sharpcorner.com/article/how-to-dynamically-bind-data-control-in-asp-net-from-database/
Blazor Is Here: How To Write C# In Browser!
Learn how to get started with Blazor and create a full-stack web application using C#.NET. No plugins required!
source https://www.c-sharpcorner.com/article/blazor-its-he-how-to-write-c-sharp-in-the-browser/
source https://www.c-sharpcorner.com/article/blazor-its-he-how-to-write-c-sharp-in-the-browser/
Tuesday, June 19, 2018
SQL Server 2016 Install - Issues "Oracle JRE 7 Update 51 (64-Bit) Or Higher Is Required For Polybase" Failed
When Install the SQL Server 2016 got "Oracle JRE 7 Update 51 (64-bit) or higher is required for Polybase" Failed
source https://www.c-sharpcorner.com/Blogs/sql-server-2016-install-issues-oracle-jre-7-update-51-64bit-or-higher-is-required-for-polybase-failed
source https://www.c-sharpcorner.com/Blogs/sql-server-2016-install-issues-oracle-jre-7-update-51-64bit-or-higher-is-required-for-polybase-failed
Difference Between Measure Calculated Column In PowerBI
In this article, we will talk about the difference between Measure and Calculated columns.
source https://www.c-sharpcorner.com/Blogs/difference-between-measure-calculated-column-in-powerbi
source https://www.c-sharpcorner.com/Blogs/difference-between-measure-calculated-column-in-powerbi
Learn About Azure Key Vault
In this article, you will learn how to work with Azure Key Vault.
source https://www.c-sharpcorner.com/article/azure-key-vault/
source https://www.c-sharpcorner.com/article/azure-key-vault/
Following Sites Feature Of SharePoint
With the increase in social media usage, we follow certain people, groups on Facebook, Twitter, Instagram, LinkedIn, etc. Following the people of group means we like to get updated on the happenings from them. Once followed we keep getting all the updates from them about where they checked-in, what they attended, what interests them and what are they planning for.
source https://www.c-sharpcorner.com/article/following-sites-feature-of-sharepoint/
source https://www.c-sharpcorner.com/article/following-sites-feature-of-sharepoint/
Git For Absolute Beginners With Command Line Interface
Explore Git via CLI like programmers, and learn black magic done by Git GUI clients.
source https://www.c-sharpcorner.com/article/git-for-absolute-beginners-with-command-line-interface/
source https://www.c-sharpcorner.com/article/git-for-absolute-beginners-with-command-line-interface/
How To Integrate Google's reCaptcha Validation In Android
In this article, we will learn what is reCaptcha for Android and how to integrate the same to Android Apps.
source https://www.c-sharpcorner.com/article/how-to-integrate-googles-recaptcha-validation-in-android/
source https://www.c-sharpcorner.com/article/how-to-integrate-googles-recaptcha-validation-in-android/
If Else Statements In Python
In the session, we are going to discuss the if else statement and nested if statement for the Python. If you want to learn the basics and environment setup for the python.
source https://www.c-sharpcorner.com/article/if-else-statements-in-python/
source https://www.c-sharpcorner.com/article/if-else-statements-in-python/
Learn About XF Checkbox
I know that creating a beautiful app requires more attractive widgets or controls. If we want to make a beautiful app, we'll need enough widgets or controls. And you also know very well that xamarin does not have enough widgets, such as checkboxes,radio buttongroups etc.
source https://www.c-sharpcorner.com/article/learn-about-xf-checkbox/
source https://www.c-sharpcorner.com/article/learn-about-xf-checkbox/
Loop Through Enum Values In C#
How to loop through an enum and get its values in C#.
source https://www.c-sharpcorner.com/article/loop-through-enum-values-in-c-sharp/
source https://www.c-sharpcorner.com/article/loop-through-enum-values-in-c-sharp/
Navigation Menu With Syncfusion In Xamarin.Forms
An important item for an Application User Interface is represented by the Navigation Menu. A user considers that one as a natural tool to have a satisfying experience with the app he’s using.
source https://www.c-sharpcorner.com/article/navigation-menu-with-syncfusion-in-xamarin-forms/
source https://www.c-sharpcorner.com/article/navigation-menu-with-syncfusion-in-xamarin-forms/
Replace Custom String To Blank String From A Long String
In this post, we will find the custom string from a long string and replace it with a blank string.
source https://www.c-sharpcorner.com/Blogs/replace-custom-string-to-blank-string-from-a-long-string
source https://www.c-sharpcorner.com/Blogs/replace-custom-string-to-blank-string-from-a-long-string
Understanding Equality And Identity In C#
In this blog, I will try to explain Identity and Equality concept in C# by overriding Equals method.
source https://www.c-sharpcorner.com/Blogs/understanding-equality-and-identity-in-c-sharp
source https://www.c-sharpcorner.com/Blogs/understanding-equality-and-identity-in-c-sharp
Reactive Forms Email And Password Pattern Validations In Angular
To create a Reactive from,you need to import the ReactiveFormsModule from @angular/froms in app.module.ts page.
source https://www.c-sharpcorner.com/Blogs/email-and-password-pattern-in-angular
source https://www.c-sharpcorner.com/Blogs/email-and-password-pattern-in-angular
Variables In C#
A variable is nothing but just a name given to a storage area that our programs can manipulate.
source https://www.c-sharpcorner.com/Blogs/variables-in-c-sharp
source https://www.c-sharpcorner.com/Blogs/variables-in-c-sharp
Angular In One Shot At C# Corner Only
Hello Friends, if you are looking for Angular Js so this Article will help you out. In this article you can Learn Angular Js for Beginner to Expert Level, I found some best Article List from C# Corner and arranged them according to the Angular Js content.
source https://www.c-sharpcorner.com/article/angular-in-one-shot-at-c-sharp-corner-only/
source https://www.c-sharpcorner.com/article/angular-in-one-shot-at-c-sharp-corner-only/
ASP.NET Web API - Part Two
In part-1, we discussed basics of .Net Web API, now let’s discuss about Http Verbs and their implementation.
source https://www.c-sharpcorner.com/article/asp-net-web-api-part-two/
source https://www.c-sharpcorner.com/article/asp-net-web-api-part-two/
Recover Deleted Office 365 Group Via PowerShell And Exchange Admin Center
Know how to restore deleted group in Office 365 using Windows PowerShell command and Exchange Admin Center (EAC) step by step with proper screenshots. You just need to login into O365 account, go to admin center >> Exchange >> recipients >> Groups and then recover the deleted group without getting any hurdle.
source https://www.c-sharpcorner.com/article/recover-deleted-office-365-group-via-powershell-and-exchange-admin-center/
source https://www.c-sharpcorner.com/article/recover-deleted-office-365-group-via-powershell-and-exchange-admin-center/
The Angular Series - Building Blocks Of Angular - Part Three
Today we’re discussing the building blocks of Angular. Basically, Angular is written in Typescript itself. So it is the prerequisite to know the typescript before starting angular. And obviously as angular is written in typescript, so if we want to write our own custom code then surely we’ll write in typescript. Here is the Roadmap of Angular Series.
source https://www.c-sharpcorner.com/article/the-angular-series-building-blocks-of-angular-part-three/
source https://www.c-sharpcorner.com/article/the-angular-series-building-blocks-of-angular-part-three/
Microsoft Acquires Flipgrid
Microsoft has recently acquired the social education app Flipgrid.
source https://www.c-sharpcorner.com/news/microsoft-acquires-flipgrid
source https://www.c-sharpcorner.com/news/microsoft-acquires-flipgrid
Azure SQL Data Sync Generally Available Now
Recently, Microsoft has announced the general availability of Azure SQL Data Sync.
source https://www.c-sharpcorner.com/news/azure-sql-data-sync-generally-available-now
source https://www.c-sharpcorner.com/news/azure-sql-data-sync-generally-available-now
Monday, June 18, 2018
Azure Web App Deployment Using Visual Studio
In this article, we will learn how to Create and Deploy the ASP.NET Web App in MS Azure, with the help of Visual Studio.
source https://www.c-sharpcorner.com/article/azure-web-app-deployment-using-visual-studio/
source https://www.c-sharpcorner.com/article/azure-web-app-deployment-using-visual-studio/
Oracle Drag And Drop Tools Makes Easy To Build Apps
Oracle has recently demonstrated the Autonomous Visual Builder to make it easy to create mobile applications using a simple drag and drop approach.
source https://www.c-sharpcorner.com/news/oracle-drag-and-drop-tools-makes-easy-to-build-apps
source https://www.c-sharpcorner.com/news/oracle-drag-and-drop-tools-makes-easy-to-build-apps
.NET Framework 4.8 Early Access build 3621 Announced
Microsoft has recently announced the .NET Framework 4.8 Early Access build 3621.
source https://www.c-sharpcorner.com/news/net-framework-48-early-access-build-3621-announced
source https://www.c-sharpcorner.com/news/net-framework-48-early-access-build-3621-announced
Sunday, June 17, 2018
Change Console Foreground and Background Color In C#
How to system console's foreground and background colors using C#.
source https://www.c-sharpcorner.com/article/change-console-foreground-and-background-color-in-c-sharp/
source https://www.c-sharpcorner.com/article/change-console-foreground-and-background-color-in-c-sharp/
Friday, June 15, 2018
Create Your First Smart Contract In Ethereum With Ganache And Remix IDE
We will set up a private Ethereum blockchain with ganache and will write and deploy smart contract in this, with the simplest way possible.
source https://www.c-sharpcorner.com/article/create-your-first-smart-contract-in-ethereum-with-ganache-remix-ide/
source https://www.c-sharpcorner.com/article/create-your-first-smart-contract-in-ethereum-with-ganache-remix-ide/
How To Remove Empty Folders In Sharepoint Library Using PnP Powershell
In this article we are going to see how to remove empty folders in the SharePoint library using PnP PowerShell scripting.
source https://www.c-sharpcorner.com/article/how-to-remove-empty-folders-from-sharepoint-library-using-pnp-powershell/
source https://www.c-sharpcorner.com/article/how-to-remove-empty-folders-from-sharepoint-library-using-pnp-powershell/
How To Use TempData In ASP.NET
Tempdata is another beautiful feature in ASP.Net MVC. We use TempData just like we use ViewData. We’ve already discussed a lot about ViewBag and ViewData stuff. TempData is a container in which we maintain the state in consecutive request. TempData is used to store the temporary data. It is using session under the hood. But it is not exactly a session. It automatically clears in application but we need to explicitly clear our session variables. TempData is actually the TempDataDictionary type.
source https://www.c-sharpcorner.com/article/how-to-use-tempdata-in-asp-net/
source https://www.c-sharpcorner.com/article/how-to-use-tempdata-in-asp-net/
JavaScript Interop In Blazor
In this article, we will understand what JavaScript Interop is and how we can implement it in Blazor with the help of VS Code.
source https://www.c-sharpcorner.com/article/javascript-interop-in-blazor/
source https://www.c-sharpcorner.com/article/javascript-interop-in-blazor/
Learn About Static VS Singleton
Static class is implicitly abstract meaning Static class object can neither be created nor instantiated whereas Singleton pattern allows us to create a single (only one) instance of a class.
source https://www.c-sharpcorner.com/article/learn-about-static-vs-singleton/
source https://www.c-sharpcorner.com/article/learn-about-static-vs-singleton/
Learn SharePoint In Series - Part Eleven - Form Settings In List Settings
This article talks about SharePoint list form settings available in SharePoint lists and libraries
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-11-form-settings-in-list-settings/
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-11-form-settings-in-list-settings/
Create SPFx Web Parts Or Extensions Using Visual Studio 2017
This article is about creating SPFx web parts and Extensions using Visual Studio 2017.
source https://www.c-sharpcorner.com/article/create-spfx-web-parts-or-extensions-using-visual-studio-2017/
source https://www.c-sharpcorner.com/article/create-spfx-web-parts-or-extensions-using-visual-studio-2017/
How To Setup SPFx (SharePoint Framework) In Linux Ubuntu
In this article, we are going to see how to setup SharePoint Framework environment in Linux Ubuntu. SharePoint Framework is an emerging technology in the SharePoint world. It is a page and web part model that provides full support for client-side SharePoint development. Please have a look at the overview of SharePoint Framework in the official Microsoft documentation.
source https://www.c-sharpcorner.com/article/how-to-setup-spfx-sharepoint-framework-in-linux-ubuntu/
source https://www.c-sharpcorner.com/article/how-to-setup-spfx-sharepoint-framework-in-linux-ubuntu/
Working With Tab Control In Windows Forms Using Visual Studio 2017
In this article, I am going to explain how to work with Tab Control in Winforms using Visual Studio 2017.
source https://www.c-sharpcorner.com/article/working-with-tab-control-in-windows-forms-using-visual-studio-2017/
source https://www.c-sharpcorner.com/article/working-with-tab-control-in-windows-forms-using-visual-studio-2017/
Microsoft To Release HoloLens 2 This Year
Microsoft is planning to release the next version of HoloLens this year.
source https://www.c-sharpcorner.com/news/microsoft-to-release-hololens-2-this-year
source https://www.c-sharpcorner.com/news/microsoft-to-release-hololens-2-this-year
Google's App Maker Now Available
Google’s App Maker is now available to all G Suite Business and Enterprise and G Suite for education that was announced in November 2016.
source https://www.c-sharpcorner.com/news/googles-app-maker-now-available
source https://www.c-sharpcorner.com/news/googles-app-maker-now-available
How To Create And Deploy SharePoint Framework (SPFx) Webparts With Simple Commands
This article demonstrates how to build your first SharePoint Framework with simple commands and how to deploy it to go live instantly. Before start with make sure you have the development environment ready by following official Microsoft SPFx documentation.
source https://www.c-sharpcorner.com/article/how-to-create-and-deploy-sharepoint-framework-spfx-webparts-with-simple-comman/
source https://www.c-sharpcorner.com/article/how-to-create-and-deploy-sharepoint-framework-spfx-webparts-with-simple-comman/
Install SSL Certificate (.pfx File)To IIS On Windows Server Machine
In this article, we will install SSL certificate to IIS on windows server with .pfx file.
source https://www.c-sharpcorner.com/article/install-ssl-certificate-pfx-file-on-windows-server-machine/
source https://www.c-sharpcorner.com/article/install-ssl-certificate-pfx-file-on-windows-server-machine/
Learn SharePoint In A Series - Part Ten - Rating Settings In List Settings
This article contains the description about rating settings in lists and library.
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-ten-rating-settings-in-list-settings/
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-ten-rating-settings-in-list-settings/
Working With Radio Button Control In Winforms Application Using Visual Studio 2017
In this article, I am going to explain how to work with Radio Button Control in Windows Forms Application using Visual Studio 2017.
source https://www.c-sharpcorner.com/article/working-with-radio-butto-control-in-winfor/
source https://www.c-sharpcorner.com/article/working-with-radio-butto-control-in-winfor/
Thursday, June 14, 2018
How to Use CameraPreview Control In UWP
Reading this article, we can learn how to use CameraPreview control in Universal Windows Apps development with XAML and Visual C#.
source https://www.c-sharpcorner.com/article/camerapreview-control-in-uwp/
source https://www.c-sharpcorner.com/article/camerapreview-control-in-uwp/
Microsoft Releases Windows Template Studio 2.2
Microsoft released Windows Template Studio 2.2.
source https://www.c-sharpcorner.com/news/microsoft-releases-windows-template-studio-22
source https://www.c-sharpcorner.com/news/microsoft-releases-windows-template-studio-22
Wednesday, June 13, 2018
Generating BarCode And QRCode In Winforms Application
In this article, I am going to explain how to create Barcode and Qrcode in Winforms using Visual Studio 2017.
source https://www.c-sharpcorner.com/article/barcode-and-qrcode-application-in-winforms/
source https://www.c-sharpcorner.com/article/barcode-and-qrcode-application-in-winforms/
Create An HTTPS Server And Run Application HTTPS In Node.js
In this article we will learn to create https self signed certificate and create node js application in HTTPS server
source https://www.c-sharpcorner.com/article/create-an-https-server-and-run-application-https-in-node-js/
source https://www.c-sharpcorner.com/article/create-an-https-server-and-run-application-https-in-node-js/
End-To-End Testing Of Your Web Applications With Canopy
This article will introduce to you canopy - selenium-based end-to-end testing framework that uses F#.
source https://www.c-sharpcorner.com/article/end-to-end-testing-of-your-web-applications-with-canopy/
source https://www.c-sharpcorner.com/article/end-to-end-testing-of-your-web-applications-with-canopy/
Getting Started With SignalR Using ASPNET Core And Angular
This article is part of a series called "Getting started with SignalR using ASPNET Core". In this article we'll learn how to get started step by step with SignalR using angular 5. At time of writing article .NET Core 2.1 is released
source https://www.c-sharpcorner.com/article/getting-started-with-signalr-using-aspnet-co-using-angular-5/
source https://www.c-sharpcorner.com/article/getting-started-with-signalr-using-aspnet-co-using-angular-5/
How Global Distribution Works And How To Handle Data Center Outage In Cosmos DB
In this article, I am going to explain how global distribution works and how outage has been handled in Cosmos DB. In my previous article I discussed the basics of cosmos DB.
source https://www.c-sharpcorner.com/article/how-global-distribution-works-and-how-to-handle-data-center-outage-in-cosmos-db/
source https://www.c-sharpcorner.com/article/how-global-distribution-works-and-how-to-handle-data-center-outage-in-cosmos-db/
Working With Panel Control In Windows Forms Using Visual Studio 2017
In this article I am going to explain how to work with Panel Control in Windows Forms Application using Visual Studio 2017
source https://www.c-sharpcorner.com/article/working-with-panel-control-in-windows-forms/
source https://www.c-sharpcorner.com/article/working-with-panel-control-in-windows-forms/
Type Conversion In C#
Type conversion which is also known as type casting is the process of converting one type of data to another one.
source https://www.c-sharpcorner.com/Blogs/type-conversion-in-c-sharp
source https://www.c-sharpcorner.com/Blogs/type-conversion-in-c-sharp
Azure Web App Creation
In this blog we will see how to create a new Web App in Microsoft Azure.
source https://www.c-sharpcorner.com/Blogs/azure-web-app-creation
source https://www.c-sharpcorner.com/Blogs/azure-web-app-creation
How Web Development Has Taken Off
Ever Increasing evolution in the technologies has upgraded the way of the website development processes in the world. Today, building a website is, in many ways, an exercise of willpower.
source https://www.c-sharpcorner.com/Blogs/how-web-development-has-taken-off2
source https://www.c-sharpcorner.com/Blogs/how-web-development-has-taken-off2
What is the future of blockchain
Here are some thoughts on the future of Blockchain technology.
source https://www.c-sharpcorner.com/article/what-is-the-future-of-blockchain/
source https://www.c-sharpcorner.com/article/what-is-the-future-of-blockchain/
Facebook Open Sources Sonar
Facebook has recently launched the Sonar, an extensible cross-platform debugging tool, for engineers to develop new features, optimize performance, and investigate bugs while working on apps.
source https://www.c-sharpcorner.com/news/facebook-open-sources-sonar
source https://www.c-sharpcorner.com/news/facebook-open-sources-sonar
Microsoft Releases First Preview Of Visual Studio Kubernetes Tools
Microsoft, the software giant, has released the first version of Visual Studio Kubernetes tools recently.
source https://www.c-sharpcorner.com/news/microsoft-releases-first-preview-of-visual-studio-kubernetes-tools
source https://www.c-sharpcorner.com/news/microsoft-releases-first-preview-of-visual-studio-kubernetes-tools
Tuesday, June 12, 2018
How To Start Any Project
Here, we’ll learn how we can start any project. Most of the times, we just learn the things. But, we never focus on how to start the things. I’ve seen many students in my life who have wasted a lot of time because they don’t know how to start the project. And most people learn this skill in the professional life.
source https://www.c-sharpcorner.com/article/how-to-start-any-project/
source https://www.c-sharpcorner.com/article/how-to-start-any-project/
ASP.NET Core And Web API - A Custom Wrapper For Managing Exceptions And Consistent Responses
ASP.NET Core and Web API: A Custom Wrapper for Managing Exceptions and Consistent Responses
source https://www.c-sharpcorner.com/article/asp-net-core-and-web-api-a-custom-wrapper-for-managing-exceptions-and-consiste/
source https://www.c-sharpcorner.com/article/asp-net-core-and-web-api-a-custom-wrapper-for-managing-exceptions-and-consiste/
Cloud Security Trends 2018 - Let's Predict The Upcoming Days
It is clear from data breach statistics from 2017 that IT industries need to work more on online data storage protection.
source https://www.c-sharpcorner.com/article/cloud-security-trends-2018-lets-predict-the-upcoming-days/
source https://www.c-sharpcorner.com/article/cloud-security-trends-2018-lets-predict-the-upcoming-days/
Directives In Angular 5
In this article, I am going to explain about DIRECTIVES in Angular 5.
source https://www.c-sharpcorner.com/article/overview-of-directives-in-angular/
source https://www.c-sharpcorner.com/article/overview-of-directives-in-angular/
Sharing Data Between Component Using Angular V4 And Above
Hi Readers , I hope you all are doing good and read my all the previous tutorials . My previous article about Binding with Angular 4 and above Binding with Angular v4 And Above in which I have explained about the types of binding which we are using in Angular4. Today I am here one more article Sharing data between component which is very important for angular .
source https://www.c-sharpcorner.com/article/sharing-data-between-component-using-angular-and-above/
source https://www.c-sharpcorner.com/article/sharing-data-between-component-using-angular-and-above/
Creating Storage Account And Queue - Understanding Queue Storage - Part One
In this article, first, we will create a storage account and have the keys to use it in our application and then a console application, which connects to the storage account and create a queue inside it.
source https://www.c-sharpcorner.com/article/understanding-queue-storage-part-1creating-storage-account-and-queue/
source https://www.c-sharpcorner.com/article/understanding-queue-storage-part-1creating-storage-account-and-queue/
HTML Source Code Validator
Link to HTML 5 standard coding validator.
source https://www.c-sharpcorner.com/Resources/4335/html-source-code-validator.aspx
source https://www.c-sharpcorner.com/Resources/4335/html-source-code-validator.aspx
Introduction to Temporary Tables in SQL Server
The article describes the example of using temporary data, as well as temporary tables and stored procedures in SQL Server.
source https://www.c-sharpcorner.com/Resources/4333/introduction-to-temporary-tables-in-sql-server.aspx
source https://www.c-sharpcorner.com/Resources/4333/introduction-to-temporary-tables-in-sql-server.aspx
Apple Bans Cryptocurrency Mining In Apps
Recently, Apple has announced the ban of cryptocurrency mining on the iPhone and iPad with the release of new developer guidelines at Worldwide Developers Conference (WWDC).
source https://www.c-sharpcorner.com/news/apple-bans-cryptocurrency-mining-in-apps2
source https://www.c-sharpcorner.com/news/apple-bans-cryptocurrency-mining-in-apps2
GitHub - Branching and Merging
This video throws light on how to create branches and do code merging using GitHub.
source https://www.c-sharpcorner.com/article/github-branching-and-merging/
source https://www.c-sharpcorner.com/article/github-branching-and-merging/
Monday, June 11, 2018
Getting Started With SignalR Using ASP.NET Core
In this article, we'll learn kick of the things with SignalR using Angular and ASPNET Core.
source https://www.c-sharpcorner.com/article/getting-started-with-signalr-using-aspnet-core-introduction/
source https://www.c-sharpcorner.com/article/getting-started-with-signalr-using-aspnet-core-introduction/
How To Create SharePoint Framework(SPFx) Extensions
This is about creating and running the SPFx extension on a SharePoint environment.
source https://www.c-sharpcorner.com/article/how-to-create-sharepoint-frameworkspfx-extensions/
source https://www.c-sharpcorner.com/article/how-to-create-sharepoint-frameworkspfx-extensions/
Run Angular Application Without Using Command Line And Fix The Issues
This article explains how to fix the issue and run angular quick start application without using the command line.
source https://www.c-sharpcorner.com/article/run-angular-application-without-using-command-line-and-fixing-the-issues/
source https://www.c-sharpcorner.com/article/run-angular-application-without-using-command-line-and-fixing-the-issues/
ASP.NET Core Blazor Master Detail Grid With Filtering And Sorting Using EF And Web API
In this article, let’s see how to create our own ASP.NET Core Blazor Master Detail HTML Grid with Sorting and Filtering using Entity Framework, and Web API. We also use the Dynamic Content features of Blazor to create our Master Detail Grid.
source https://www.c-sharpcorner.com/article/asp-net-core-blazor-master-detail-grid-with-filtering-and-sorting-using-ef-and-w/
source https://www.c-sharpcorner.com/article/asp-net-core-blazor-master-detail-grid-with-filtering-and-sorting-using-ef-and-w/
Saturday, June 9, 2018
Getting Started With GitHub
In today's era, there is an absolute need for developers to use distributed version control. Distributed source control have more advanced functionality as compared to standalone version control tools like SVN, VSS. Examples of Distributed version control tools are GitHub, BitBucket, TFS. In this video, we will learn how to get started with GitHub.
source https://www.c-sharpcorner.com/article/getting-started-with-github/
source https://www.c-sharpcorner.com/article/getting-started-with-github/
Friday, June 8, 2018
Creating Virtual Machine (VM) On Microsoft Azure
This article will focus on creating VM, i.e., a Virtual Machine on Microsoft Azure. Microsoft Azure provides many cloud services and getting a virtual machine is one of those. One can create a virtual machine i.e. a remote desktop machine on cloud and access the same with the provided credentials.
source https://www.c-sharpcorner.com/article/creating-virtual-machine-vm-on-microsoft-azure/
source https://www.c-sharpcorner.com/article/creating-virtual-machine-vm-on-microsoft-azure/
Detailed Introduction To Cosmos DB
Cosmos DB is an updated version of Microsoft ‘s existing Document DB Service which is NoSQL model. The definition of Cosmos DB is a globally distributed, Horizontal scale database with Multi-model and Multi-API support.
source https://www.c-sharpcorner.com/article/detailed-introduction-about-cosmos-db/
source https://www.c-sharpcorner.com/article/detailed-introduction-about-cosmos-db/
Inserting Document In Bulk Into Elastic Search Using Logstash
In this article, we are going to learn how to insert a bulk from MS SQL server or MySQL into elastic search in step by step way.
source https://www.c-sharpcorner.com/article/inserting-document-in-bulk-into-elastic-search-using-logstash/
source https://www.c-sharpcorner.com/article/inserting-document-in-bulk-into-elastic-search-using-logstash/
Microsoft Flow In 10 Days - Day Five
I will be sharing the Day 5 topics of my 10 day series in Microsoft Flow
source https://www.c-sharpcorner.com/article/microsoft-flow-in-10-days-day-5/
source https://www.c-sharpcorner.com/article/microsoft-flow-in-10-days-day-5/
Convert C# Datatable To Excel File Using NPOI DLL C#
Description: In this post, we will learn about how to export or convert DataTable data into excel file using NPOI in c#. First, we need to install these packages like NPOI, Newtonsoft for install these packages Nuget link added in this post. After those packages install we need to add some namespace for access NPOI classes and Newtonsoft for convert JSON to List. After all packages and namespaces added than create one class for convert JSON to List and then set the name of columns and set one for loop for get and set data into excel cell. See below complete step by step source code for generating excel file. Let's start code.
source https://www.c-sharpcorner.com/Blogs/convert-c-sharp-datatable-to-excel-file-using-npoi-dll-c-sharp
source https://www.c-sharpcorner.com/Blogs/convert-c-sharp-datatable-to-excel-file-using-npoi-dll-c-sharp
How To Create Simple Hello World Application In Node.js Step By Step
Description: In this post, we will learn about how to create a simple node js application that displays hello world in the browser. In this post, we will also learn how to create a server that runs on a port. See below step by step screenshot for creating the simple application using node js. If node js not install in your local system please see my previous post for how to install node js step by step. after installing node js in your local pc first check node js is install or not that try this example otherwise, this example is not working.
source https://www.c-sharpcorner.com/Blogs/how-to-create-simple-hello-world-application-in-node-js-step-by-step
source https://www.c-sharpcorner.com/Blogs/how-to-create-simple-hello-world-application-in-node-js-step-by-step
Automate Web Development With GulpJS
GulpJS is the task runner of JavaScript which lets one automate various tasks involved in development. All these tasks minify JavaScript as well as CSS files. They automatically refresh the browser as soon as a file gets edited. They compile CSS pre-processors, compressing images, running tests, and others. Briefly, GulpJS helps to solve the problem of repetition. Thus, it is a trending tool that is being used by web design and development company.
source https://www.c-sharpcorner.com/article/automate-web-development-with-gulp-js/
source https://www.c-sharpcorner.com/article/automate-web-development-with-gulp-js/
Deleting Records - Understanding Table Storage - Part Six
In this article, we will see how to delete records in Azure Table Storage.
source https://www.c-sharpcorner.com/article/deleting-records-understanding-table-storage-part-six/
source https://www.c-sharpcorner.com/article/deleting-records-understanding-table-storage-part-six/
Display Popup Using Absolute Layout In Xamarin.Forms
This article demonstrates how to display popup using Absolute layout in Xamarin Forms.
source https://www.c-sharpcorner.com/article/display-popup-using-absolute-layout-in-xamarin-forms/
source https://www.c-sharpcorner.com/article/display-popup-using-absolute-layout-in-xamarin-forms/
How To Choose An Azure App Service Plan - Demystifying App Service Plans
Azure App Service is one of the common and most used services. When we straight away deploy apps, jobs etc., to the app server, one thing that confuses and that makes decision making hard is the multitude of the tiers(options of plans) available. I would be comparing the different tiers that Azure App Service and how each one differs and which one to choose considering your requirement.
source https://www.c-sharpcorner.com/article/how-to-choose-an-azure-app-service-plan-demystifying-app-service-plans/
source https://www.c-sharpcorner.com/article/how-to-choose-an-azure-app-service-plan-demystifying-app-service-plans/
How To Read SharePoint TermStore (Managed Metadata) Using REST API
SharePoint itself provides REST API for each site you create. It is such wonderful thing to help the developers to manipulate maximum areas of the SharePoint like accessing lists, settings, users, user groups, navigation, etc. through the application that you built.
source https://www.c-sharpcorner.com/article/how-to-read-sharepoint-termstore-managed-metadata-using-rest-api2/
source https://www.c-sharpcorner.com/article/how-to-read-sharepoint-termstore-managed-metadata-using-rest-api2/
Reading Values From Appsettings.json In ASP.NET Core
In today’s article, we will see how to read values from appsettings.json in ASP.NET Core similarly to what we used to do in ASP.NET MVC by reading values from web.config.
source https://www.c-sharpcorner.com/article/reading-values-from-appsettings-json-in-asp-net-core/
source https://www.c-sharpcorner.com/article/reading-values-from-appsettings-json-in-asp-net-core/
Use Power BI JavaScript SDK And Embed The Power BI Report In HTML Page - Power BI Embedded - Step By Step - Part Five
In this article, we will learn how we can embed our Power BI report in HTML Page using JavaScript SDK. I have attached the code to this article. You can directly download the HTML file.
source https://www.c-sharpcorner.com/article/use-power-bi-javascript-sdk-and-embed-the-power-bi-report-in-html-page-power-bi/
source https://www.c-sharpcorner.com/article/use-power-bi-javascript-sdk-and-embed-the-power-bi-report-in-html-page-power-bi/
Xamarin.Forms - How To Make SnackBar Using DependencyService
In this article, we will learn how to use SnackBar using dependency service in Xamarin.Forms application.
source https://www.c-sharpcorner.com/article/xamarin-forms-how-to-make-snackbar-in-android-app/
source https://www.c-sharpcorner.com/article/xamarin-forms-how-to-make-snackbar-in-android-app/
Learn SharePoint Series - Part Seven - Advanced Setting In List Settings
In the previous articles, I have described basic level information about SharePoint Introduction, SharePoint Web Application, Site Collections, Subsites, SharePoint Lists and its versioning power So, in this article, I am moving one step ahead. Here I will be talking about Advanced Setting option available in List Settings.
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-six-power-of-versioning/
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-six-power-of-versioning/
Microsoft Announces Visual Studio 2019
Recently, Microsoft has announced Visual Studio 2019. The company will be releasing it in the coming months.
source https://www.c-sharpcorner.com/news/microsoft-announces-visual-studio-20192
source https://www.c-sharpcorner.com/news/microsoft-announces-visual-studio-20192
Thursday, June 7, 2018
Composition And Aggregation
This article describes Composition and Aggregation
source https://www.c-sharpcorner.com/article/composition-and-aggregation/
source https://www.c-sharpcorner.com/article/composition-and-aggregation/
Creating SharePoint Group, User And Add User To The Group On SharePoint Site Using PnP PowerShell
In this article, we are going to see how to create SharePoint user, group and add the created user to the SharePoint group using PnP PowerShell. The Client-Side Object Model is used internally for these operations.
source https://www.c-sharpcorner.com/article/creating-sharepoint-group-user-and-add-user-to-the-group-on-sharepoint-site-usi/
source https://www.c-sharpcorner.com/article/creating-sharepoint-group-user-and-add-user-to-the-group-on-sharepoint-site-usi/
Generate App Skeleton Using Express-Generator In Node.js
Express-generator is used to generate skeleton of an application using expressjs
source https://www.c-sharpcorner.com/article/generate-app-skeleton-using-express-generator-in-nodejs/
source https://www.c-sharpcorner.com/article/generate-app-skeleton-using-express-generator-in-nodejs/
Message Box With Metro Framework In Windows Form Application
In this article, I am going to explain how to create Message Box using Metro framework in Windows form application.
source https://www.c-sharpcorner.com/article/metro-message-box-in-windows-form-application/
source https://www.c-sharpcorner.com/article/metro-message-box-in-windows-form-application/
Platform App Info In Android And UWP Using Xamarin.Forms
This article demonstrates how to retrieve platform app info in Android and UWP using Xamarin.Forms.
source https://www.c-sharpcorner.com/article/on/
source https://www.c-sharpcorner.com/article/on/
Real Time Language Translation Chat Using SignalR And Azure Cognitive Services And TypedHttpClient - .Net Core 2.1
This is a real time translation chat application using the language of your choice in two way communication (sending and receiving) using SignalR and Cognitive Services Translate API in .Net Core 2.1 and HttpClientFactory – TypedHttpClient to make API calls.
source https://www.c-sharpcorner.com/article/real-time-language-translation-chat-using-signalr-and-azure-cognitive-services-a/
source https://www.c-sharpcorner.com/article/real-time-language-translation-chat-using-signalr-and-azure-cognitive-services-a/
Create An Azure Function App To Generate Token - Power BI Embedded - Step By Step - Part Four
In this article, we will talk about how we can create an Azure Function APP to generate tokens.
source https://www.c-sharpcorner.com/article/create-an-azure-function-app-to-generate-token-power-bi-embedded-step-by-ste2/
source https://www.c-sharpcorner.com/article/create-an-azure-function-app-to-generate-token-power-bi-embedded-step-by-ste2/
Create And Remove List And Fields In SharePoint Site Using PnP Powershell
In this article, we will see how to create & remove SharePoint list and fields using PnP PowerShell.
source https://www.c-sharpcorner.com/article/create-and-remove-list-and-fields-in-sharepoint-online-using-pnp-provisioningpo/
source https://www.c-sharpcorner.com/article/create-and-remove-list-and-fields-in-sharepoint-online-using-pnp-provisioningpo/
How To Migrate A KnowledgeBase From QnA Maker Preview Portal To QnA Maker GA Portal
In this video, we will look into how to migrate a knowledge base from QnA Maker Preview portal.
source https://www.c-sharpcorner.com/article/how-to-migrate-a-knowledge-base-from-qna-maker-preview-portal-to-qna-maker-ga-po/
source https://www.c-sharpcorner.com/article/how-to-migrate-a-knowledge-base-from-qna-maker-preview-portal-to-qna-maker-ga-po/
Open and Upload files using the Google Picker API
In this article, we will learn the following - What is Google Picker API? Why use Google Picker API? How to enable & register Google Picker API for your application? How to create Google Picker API Project using JavaScript? Discuss some important features of Google Picker API. A real-life example of Google Picker API.
source https://www.c-sharpcorner.com/article/open-and-upload-files-using-the-google-picker-api/
source https://www.c-sharpcorner.com/article/open-and-upload-files-using-the-google-picker-api/
Google Launches SAP Cloud Platform SDK For Android
Recently, Google has launched SAP Cloud SDK for Android allows developers to create native Android apps, based on SAP services in Android Studio.
source https://www.c-sharpcorner.com/news/google-launches-sap-cloud-platform-sdk-for-android
source https://www.c-sharpcorner.com/news/google-launches-sap-cloud-platform-sdk-for-android
Angular 6.0 - What's New And How To Upgrade
In this article, we will discuss about the new features of the Angular 6.
source https://www.c-sharpcorner.com/article/angular-6-0-whats-new-and-how-to-upgrade/
source https://www.c-sharpcorner.com/article/angular-6-0-whats-new-and-how-to-upgrade/
Common Steps To Embed Power BI Report To Third Part Application - Power BI Embedded - Step By Step - Part Three
In this article, we will talk about how we can embed our Power BI report with third party application. This article covers general steps which we need to perform.
source https://www.c-sharpcorner.com/article/common-steps-to-embed-power-bi-report-to-third-part-application-power-bi-embed/
source https://www.c-sharpcorner.com/article/common-steps-to-embed-power-bi-report-to-third-part-application-power-bi-embed/
How to connect QnA Maker GA KnowledgeBase to Azure Web App BOT Service
In this video, we will look into how to connect generally available QnA Maker announced at #Build2018, KnowledgeBase to Azure Web App BOT Service.
source https://www.c-sharpcorner.com/article/how-to-connect-qna-maker-ga-knowledgebase-to-azure-web-app-bot-service/
source https://www.c-sharpcorner.com/article/how-to-connect-qna-maker-ga-knowledgebase-to-azure-web-app-bot-service/
How To Get All Row Count For All Tables In SQL Server Database
In this post, we will learn about how to get all tables records count from the selected database. Here we are using sys.objects and sys.partitions for getting the record count. Here we are using join sys.objects with sys.partitions from sys.partitions we can get row count of table and sys.objects will return the name of a schema (table name).
source https://www.c-sharpcorner.com/Blogs/how-to-get-all-row-count-for-all-tables-in-sql-server-database
source https://www.c-sharpcorner.com/Blogs/how-to-get-all-row-count-for-all-tables-in-sql-server-database
Wednesday, June 6, 2018
AJAX Web API Request Error In Azure Hosted Web Applications
“Response to the preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘https://<<yourazureWebApp.net>>” is therefore not allowed access “
source https://www.c-sharpcorner.com/article/ajax-web-api-request-error-in-azure-hosted-web-applications/
source https://www.c-sharpcorner.com/article/ajax-web-api-request-error-in-azure-hosted-web-applications/
Building A Blockchain In .NET Core - Transaction And Reward
In my previous article, I talked about Proof of Work. Proof of Work requires a lot of computing time, in turn, it uses a lot of electricity. One example is that the power consumed by the entire Bitcoin network in November 2017 is higher than that of Ireland. All the nodes in Bitcoin network are volunteers that they “donate” their computing time to the network. The question is why people want to connect their computer to a Blockchain network and use their computing time to help on Proof of Work? The answer is an award.
source https://www.c-sharpcorner.com/article/building-a-blockchain-in-net-core-transaction-and-reward/
source https://www.c-sharpcorner.com/article/building-a-blockchain-in-net-core-transaction-and-reward/
How To Test Azure Machine Learning Using ASP.NET
In this tutorial, I will explain how we test a new Azure Machine Learning, with building an ASPX webpage. This webpage is based on the sample C# code provided with Azure Machine Learning web service.
source https://www.c-sharpcorner.com/article/how-to-test-azure-machine-learning-using-asp-net/
source https://www.c-sharpcorner.com/article/how-to-test-azure-machine-learning-using-asp-net/
Onedrive To Google Drive Migration - Transfer Files From G Drive To Onedrive
Are you looking for a method to transfer data from OneDrive to Google Drive? Have you ever tried any manual approach to move files from OneDrive to Google Drive? Here, in this blog, we have come up with an efficient solution that will help you to migrate OneDrive to Google Drive in a reliable manner.
source https://www.c-sharpcorner.com/article/onedrive-to-google-drive-migration-transfer-files-from-g-drive-to-onedrive/
source https://www.c-sharpcorner.com/article/onedrive-to-google-drive-migration-transfer-files-from-g-drive-to-onedrive/
Reading And Writing Documents With Single Document APIs In Elastic Search
In this article, we are going to learn how to create, update, delete and querying elastic search documents.
source https://www.c-sharpcorner.com/article/reading-and-writing-documents-with-single-document-apis-in-elastic-search/
source https://www.c-sharpcorner.com/article/reading-and-writing-documents-with-single-document-apis-in-elastic-search/
How To Merge Multiple PDF Files With Page Number Using PdfSharp In C#
In this post, we will learn about how to generate a single pdf file from multiple pdf files using PdfSharp library in c#.
source https://www.c-sharpcorner.com/Blogs/how-to-merge-multiple-pdf-files-with-page-number-using-pdfsharp-in-c-sharp
source https://www.c-sharpcorner.com/Blogs/how-to-merge-multiple-pdf-files-with-page-number-using-pdfsharp-in-c-sharp
How To Bind HTML In Angular
In this post, we will learn about how to bind HTML element in angular js.
source https://www.c-sharpcorner.com/Blogs/how-to-bind-html-in-angular
source https://www.c-sharpcorner.com/Blogs/how-to-bind-html-in-angular
How To Host ASP.NET Web Application Without Database
In this blog we'll see how to upload your ASP.Net application into the server.
source https://www.c-sharpcorner.com/Blogs/how-to-host-asp-net-web-application-without-database
source https://www.c-sharpcorner.com/Blogs/how-to-host-asp-net-web-application-without-database
Create Glacier Vault And Upload File On AWS
Amazon Glacier is a storage service mainly used for infrequently used data.
source https://www.c-sharpcorner.com/article/create-glacier-vault-and-upload-file-on-aws/
source https://www.c-sharpcorner.com/article/create-glacier-vault-and-upload-file-on-aws/
How To Install Font-Awesome In Angular
In this article I will demonstrate how to install font-awesome in Angular 6.
source https://www.c-sharpcorner.com/article/how-to-install-font-awesome-in-angular/
source https://www.c-sharpcorner.com/article/how-to-install-font-awesome-in-angular/
How To Retrieve Data From Database In ASP.NET Web API Using jQuery
In this article, I will demonstrate how to retrieve data from database in ASP.NET Web API using jQuery.
source https://www.c-sharpcorner.com/article/how-to-retrieve-data-from-database-in-asp-net-web-api-using-jquery/
source https://www.c-sharpcorner.com/article/how-to-retrieve-data-from-database-in-asp-net-web-api-using-jquery/
How To Setup Angular In Visual Studio 2017
Angular 4 is here and it's the right time to learn one of the most popular and powerful JavaScript frameworks.
source https://www.c-sharpcorner.com/article/how-to-setup-angular-in-visual-studio-2017/
source https://www.c-sharpcorner.com/article/how-to-setup-angular-in-visual-studio-2017/
R Programming Language - What And How With Important Functions Of R
In this article, we shall discuss about basics of R programming language and we shall also discuss some important functions of R programming language.
source https://www.c-sharpcorner.com/article/r-programming-what-how-with-important-functions/
source https://www.c-sharpcorner.com/article/r-programming-what-how-with-important-functions/
Updating Records - Understanding Table Storage - Part Four
In this article, we will see how to update records in Azure Table Storage.
source https://www.c-sharpcorner.com/article/updating-records-understanding-table-storage-part-four/
source https://www.c-sharpcorner.com/article/updating-records-understanding-table-storage-part-four/
Intel Announces 5GHz Processor
Recently, Intel has introduced its 5.0 GHz Processor, Fastest Ever Intel Optane SSD, and 5G PCs for mobile and personal computer on the occasion of its 50th anniversary which is coming next month.
source https://www.c-sharpcorner.com/news/intel-announces-5ghz-processor
source https://www.c-sharpcorner.com/news/intel-announces-5ghz-processor
Tuesday, June 5, 2018
Replacing Switch Or If Statements With Dictionary
Using if else is a old programming method, we can replace a long if else with switch statements.
source https://www.c-sharpcorner.com/Blogs/replacing-switch-or-if-statements-with-dictionary2
source https://www.c-sharpcorner.com/Blogs/replacing-switch-or-if-statements-with-dictionary2
Dynamic Connection String In .NET Core
This blog describe how to read and use dynamic connection string from appsetings.json file.
source https://www.c-sharpcorner.com/Blogs/dynamic-connectionstring-in-net-core
source https://www.c-sharpcorner.com/Blogs/dynamic-connectionstring-in-net-core
Download Amazon Reports Using MWS API
This is a simple and short way to download Amazon Reports using MWS API in C#.
source https://www.c-sharpcorner.com/Blogs/download-amazon-reports-using-mws-api
source https://www.c-sharpcorner.com/Blogs/download-amazon-reports-using-mws-api
Learn SharePoint In Series - Part Six - Power Of Versioning
In this article, I have describe the power of versioning available in SharePoint.
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-s-power-of-versoning/
source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-s-power-of-versoning/
Register The Power BI Application In Azure AD - Power BI Embedded - Step By Step - Part Two
In this article, we will talk about how we can register our Power BI application with Azure AD.There are two ways to register the Power BI application with Azure AD. 1. Using Power BI portal 2. Using Azure AD We will talk about both methods to register Power BI application with Azure AD.
source https://www.c-sharpcorner.com/article/register-the-power-bi-application-in-azure-ad-power-bi-embedded-step-by-step2/
source https://www.c-sharpcorner.com/article/register-the-power-bi-application-in-azure-ad-power-bi-embedded-step-by-step2/
Xamarin.Forms - Slide-Up Panel App
In this article, we will learn about how to make slideuppanel using dk.slideuppanel plugin in xamarin.forms application
source https://www.c-sharpcorner.com/article/xamarin-forms-slideuppanel-app/
source https://www.c-sharpcorner.com/article/xamarin-forms-slideuppanel-app/
Xamarin.Forms - How To Make Toast Message Using Dependency Service
In this article we will learn about how to build and show toast message using Dependency Service in xamarin.forms.
source https://www.c-sharpcorner.com/article/xamarin/
source https://www.c-sharpcorner.com/article/xamarin/
Retrieving Records - Understanding Table Storage - Part Three
In this article we will see how to retrieve records from an Azure Table Storage.
source https://www.c-sharpcorner.com/article/retrieving-records-understanding-table-storage-part-three/
source https://www.c-sharpcorner.com/article/retrieving-records-understanding-table-storage-part-three/
Zoom Image Functionality In Android Using Xamarin.Forms
This article demonstrates Zoom-In-and-Out Image
source https://www.c-sharpcorner.com/article/zoom-in/
source https://www.c-sharpcorner.com/article/zoom-in/
Monday, June 4, 2018
Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Eureka)
Service discovery is the automatic detection of devices and services offered by these devices on a computer network. A service discovery protocol (SDP) is a network protocol that helps accomplish service discovery. Service discovery aims to reduce the configuration efforts from users.
source https://www.c-sharpcorner.com/article/building-api-gateway-using-ocelot-in-asp-net-core-service-discoveryeureka/
source https://www.c-sharpcorner.com/article/building-api-gateway-using-ocelot-in-asp-net-core-service-discoveryeureka/
Designing A Digital Clock Using Windows Form In Visual Studio
In this article, I will tell you how to design a Digital clock in Visual Studio 2017.
source https://www.c-sharpcorner.com/article/deigning-a-digital-clock-using-wind/
source https://www.c-sharpcorner.com/article/deigning-a-digital-clock-using-wind/
Difference Between Software Design Principles - DRY And KISS
In this article, we will explain the main basics of two software design principles, DRY and KISS.
source https://www.c-sharpcorner.com/article/dont-repeat-yourself-design-principle/
source https://www.c-sharpcorner.com/article/dont-repeat-yourself-design-principle/
How To Register/ Unregister SharePoint Add-Ins Using PowerShell
Suppose you would like to have the remote components of a provider-hosted SharePoint Add-in to interact with SharePoint, what should you do? You should first register with the Azure ACS cloud-based service and the SharePoint App Management Service of the tenancy or farm. Let us now dive straight into how to register/unregister SharePoint add-ins.
source https://www.c-sharpcorner.com/article/how-to-registerunregister-sharepoint-add-ins-using-powershell/
source https://www.c-sharpcorner.com/article/how-to-registerunregister-sharepoint-add-ins-using-powershell/
Improving Efficiency With Strategy Design Pattern In JSON Parser Example
Here we will see how Strategy Pattern helped in refactoring code in JSON parser example
source https://www.c-sharpcorner.com/article/improving-efficiency-with-strategy-design-pattern-in-json-parser-example/
source https://www.c-sharpcorner.com/article/improving-efficiency-with-strategy-design-pattern-in-json-parser-example/
Inserting Records - Understanding Table Storage - Part Two
In this article, we will see how to insert records into a table storage. To add entries to a table, you should create objects based on the TableEntity base class and serialize them into the table using the Storage Client Library.
source https://www.c-sharpcorner.com/article/inserting-records-understanding-table-storage-part-two/
source https://www.c-sharpcorner.com/article/inserting-records-understanding-table-storage-part-two/
Introduction To New SharePoint Online Admin Center
Microsoft is rolling out new features to SharePoint Online on a frequent basis. There had been many features rolled out from developers’ perspective. Now we have some good features being added from the administration perspective. The new SharePoint Online Admin Center is in preview and is designed to ease the SharePoint site administration. One point to note is that, this new Admin Center is developed using SharePoint Framework (SPFx). This signifies that Microsoft is using SPFx for the product implementation itself.
source https://www.c-sharpcorner.com/article/introduction-to-new-sharepoint-online-admin-center3/
source https://www.c-sharpcorner.com/article/introduction-to-new-sharepoint-online-admin-center3/
Overview Of Power BI Embedded - Step By Step - Part One
In this article, we will talk about how we can embed Power BI report with any third party or ISVs type of application. This is a series of the articles of Power BI Embedded. We will use Power BI JavaScript SDK and Power BI ASP.NET API.
source https://www.c-sharpcorner.com/article/overview-of-power-bi-embedded-power-bi-embedded-step-by-step-part-1/
source https://www.c-sharpcorner.com/article/overview-of-power-bi-embedded-power-bi-embedded-step-by-step-part-1/
Setting Up Ethereum Blockchain On Azure
This article will focus on setting up a custom Ethereum Blockchain on Azure. The article will be less of theory and will focus more on practical implementation of step by step setting up the Ethereum blockchain on Azure and transferring some Ethers between accounts using MetaMask. The article is for the readers who are more into development and have the background of Blockchain, Ethereum and Ether. We’ll cover theory in the next article of understanding Ethereum and Blockchain.
source https://www.c-sharpcorner.com/article/setting-up-ethereum-blockchain-on-azure/
source https://www.c-sharpcorner.com/article/setting-up-ethereum-blockchain-on-azure/
MVC Architecture And Its Pipeline
This article will tell you about the MVC architecture and its pipeline in an advanced way. Feel free to give your feedback in comments section.
source https://www.c-sharpcorner.com/article/mvc-architecture-its-pipeline4/
source https://www.c-sharpcorner.com/article/mvc-architecture-its-pipeline4/
TypeScript 2.9 Announced
Recently, Microsoft has announced the release of TypeScript 2.9.
source https://www.c-sharpcorner.com/news/typescript-29-announced
source https://www.c-sharpcorner.com/news/typescript-29-announced
Enable IIS, Web Deploy & Web Platform
This video is about the installation of Web Deploy & Web Platform tools on IIS Server.
source https://www.c-sharpcorner.com/article/enable-iis-web-deploy-web-platform/
source https://www.c-sharpcorner.com/article/enable-iis-web-deploy-web-platform/
SSL Certificates in Azure Web Apps
This demo is about adding an SSL certificate to a web app service in azure for security purpose.
source https://www.c-sharpcorner.com/article/ssl-certificates-in-azure-web-apps/
source https://www.c-sharpcorner.com/article/ssl-certificates-in-azure-web-apps/
Start ArcObject Programming To Create Workspace Using Ipropertyset
In this blog, I am explaining how we can create an object of workspace using Propertyset because workspace object also we can create in following two ways. The second flow of creating workspace object I will explain in my other blogs.
source https://www.c-sharpcorner.com/Blogs/create-workspace-using-ipropertyset-in-arcobject
source https://www.c-sharpcorner.com/Blogs/create-workspace-using-ipropertyset-in-arcobject
Comparison Between REST And SOAP APIs
In this article, we will discuss the different types of differences between Rest & Soap API. So after reading this articles, reader will clearly understand why, when and how any one API out of this two used in their development.
source https://www.c-sharpcorner.com/article/comparison-between-rest-and-soap-apis/
source https://www.c-sharpcorner.com/article/comparison-between-rest-and-soap-apis/
Sunday, June 3, 2018
Cognitive Services - Analyze An Image Using Computer Vision API With ASP.NET Core And C#
This article explains how to implement Computer Vision API in our application
source https://www.c-sharpcorner.com/article/cognitive-services-analyze-an-image-using-computer-vision-api-with-asp-net-cor/
source https://www.c-sharpcorner.com/article/cognitive-services-analyze-an-image-using-computer-vision-api-with-asp-net-cor/
Creating Storage Account And Table - Understanding Table Storage - Part One
Here in this article first we will create a storage account and have the keys to use it in our application and then a console application, which connects to the storage account and create a table inside it
source https://www.c-sharpcorner.com/article/creating-storage-account-and-table-understanding-table-storage-part-one/
source https://www.c-sharpcorner.com/article/creating-storage-account-and-table-understanding-table-storage-part-one/
Define Style For Toast In Android Using Android Studio
In previous articles, we have seen how to create a custom toast as continued in this article we going to see how to define a style for Toast in Android app using the Android Studio.It will allow as to define color, structure, style, design, shape…etc.
source https://www.c-sharpcorner.com/article/define-style-for-toast-in-android-using-android-studio/
source https://www.c-sharpcorner.com/article/define-style-for-toast-in-android-using-android-studio/
Understanding Blob Storage - Part Ten - Implementing Storage Events
In this article we are going to design a logic app which will copy the blob to a folder in OneDrive whenever a new Blob is created.
source https://www.c-sharpcorner.com/article/implementing-storage-events-understanding-blob-storage-part-10/
source https://www.c-sharpcorner.com/article/implementing-storage-events-understanding-blob-storage-part-10/
Unit Testing With Selenium Web Driver - Part Two
In this article we will see how to download selenium drivers for various browsers and its execution of selenium scripts.
source https://www.c-sharpcorner.com/article/unit-testing-with-selenium-web-driver-part-two/
source https://www.c-sharpcorner.com/article/unit-testing-with-selenium-web-driver-part-two/
Saturday, June 2, 2018
Adding Domain Name To Azure VM Using DNS Zone
This article tells you how to set up a custom domain name for the Azure VM using DNS Zone. DNS zone in azure is basically used to host the DNS record, to host our domain name in Azure DNS, we need to create a DNS Zone.
source https://www.c-sharpcorner.com/article/adding-domain-name-to-azure-vm-using-dns-zone/
source https://www.c-sharpcorner.com/article/adding-domain-name-to-azure-vm-using-dns-zone/
Friday, June 1, 2018
Configure Angular Quick Start Source In Visual Studio 2017
This article explains how to quick start Angular 2 using visual studio 2007. We can download supporting files from the website and can quickly start to implement the application. This article explains step by step how to implement angular quick start.
source https://www.c-sharpcorner.com/article/configure-angular-quick-start-source-in-visual-studio-2017/
source https://www.c-sharpcorner.com/article/configure-angular-quick-start-source-in-visual-studio-2017/
Custom Filters In Angular
This is the next article of AngularJS from basic to expert -day five. In this article, I am going to explain custom filter in angular js and how to create custom filter.
source https://www.c-sharpcorner.com/article/custom-filter-in-angular-js/
source https://www.c-sharpcorner.com/article/custom-filter-in-angular-js/
How To Enable Multilingual Support In Angular Using ‘ng-translate’
Google has released Angular 4, a major release after a long time. It is backward compatible with 2.x.x for most applications. Angular 4 comes with lot of new features including improvised packages, better *ngIf and *ngFor syntax, typescript 2.1 & 2.2 compatibility, source maps for templates and much more.
source https://www.c-sharpcorner.com/article/how-to-enable-multilingual-support-in-angular-using-ng-translate/
source https://www.c-sharpcorner.com/article/how-to-enable-multilingual-support-in-angular-using-ng-translate/
How To Fetch Contacts In Xamarin iOS
In this article, the purpose of the code is to fetch contact details from iOS device with OS version >= 9.0
source https://www.c-sharpcorner.com/article/how-to-read-contacts-in-xamarin-ios/
source https://www.c-sharpcorner.com/article/how-to-read-contacts-in-xamarin-ios/
Light Sensing Using Photo-Resistor Sensor (LDR) And BBC Micro:Bit
By the end of this tutorial, you will be able to read analog signal using micro:bit and display the value on the screen. You wil know how to read light level using LDR sensor.
source https://www.c-sharpcorner.com/article/light-sensing-using/
source https://www.c-sharpcorner.com/article/light-sensing-using/
Splash Screen With Metro Framework In Visual Studio 2017
In this article, I am going to explain how to create a splash screen using Metro Framework in Visual Studio 2017.
source https://www.c-sharpcorner.com/article/metrosplash/
source https://www.c-sharpcorner.com/article/metrosplash/
Microsoft Teams - Public VS Private
This article is a part of the series that I plan across the various Microsoft Teams capabilities. One of the considerations before you decide to roll out Microsoft Teams is to definitely understand the various capabilities within Teams and understand the impact of it considering your Governance requirements within your Organization.
source https://www.c-sharpcorner.com/article/microsoft-teams-public-vs-private/
source https://www.c-sharpcorner.com/article/microsoft-teams-public-vs-private/
Redirecting User To Specific Page After Login To Dynamics 365 Portal
The support user should be redirected to support page after logging in to Dynamics 365 portal instead of home page. But later they can navigate to home page.
source https://www.c-sharpcorner.com/article/redirecting-user-to-specific-page-after-login-to-dynamics-365-portal/
source https://www.c-sharpcorner.com/article/redirecting-user-to-specific-page-after-login-to-dynamics-365-portal/
Google Announces General Availability Of Kubernetes Engine 1.10
Recently, Google has announced the availability of the 1.10 version of their Kubernetes Engine.
source https://www.c-sharpcorner.com/news/google-announces-general-availability-of-kubernetes-engine-110
source https://www.c-sharpcorner.com/news/google-announces-general-availability-of-kubernetes-engine-110
How To Install JQuery, Popper JS AND Bootstrap 4 IN Angular 6
In this article. I will demonstrate how to install bootstrap 4 in angular 5. There are two way to install bootstrap in angular. If you are new how to setup development environment then check my article.
source https://www.c-sharpcorner.com/article/how-to-install-jquery-popper-and-bootstrap-in-angular/
source https://www.c-sharpcorner.com/article/how-to-install-jquery-popper-and-bootstrap-in-angular/
How To Mask A Phone Number (Like XXX-XXX-XXXX) In Xamarin.Forms Using Behaviors
This article demonstrates how to mask phone number fields like XXX-XXX-XXXX using Xamarin Forms Behaviors concept.
source https://www.c-sharpcorner.com/article/how-to-mask-phone-number-like-xxx-xxx-xxxx-in-xamarin-forms-using-behaviors/
source https://www.c-sharpcorner.com/article/how-to-mask-phone-number-like-xxx-xxx-xxxx-in-xamarin-forms-using-behaviors/
Resolving "Access-Control-Allow-Origin Header Not Present" Error In Angular .NET Core API Calls
Angular 4 is great and comes loaded with more features. You might be wondering why Angular 3 was skipped. They made it this way to unify all Angular components with the Angular Router (already developed up to version 3) which had to be upgraded to v4. So, Angular 4 was the chosen name to mean the entire Angular Framework.
source https://www.c-sharpcorner.com/article/resolving-access-control-allow-origin-header-not-present-error-in-angular-net/
source https://www.c-sharpcorner.com/article/resolving-access-control-allow-origin-header-not-present-error-in-angular-net/
Subscribe to:
Posts (Atom)