Wednesday, February 28, 2018

Different Ways To Define Components In React

In present ara Components are the building blocks of any Angular, React projects. For Angular project there is only single way to define the components, so it is not big task to learn the syntax and uses of components. But if talk about the React there are multiple ways to define the components syntax. So some time it become difficult to remember the syntax of component and understand the uses of component for specific scenario.

source http://www.c-sharpcorner.com/article/different-ways-to-define-components-in-react/

Execute SQL Server Stored Procedure With User Parameter In Power BI

Sometimes there is a situation in which we need to get data by consuming SQL Server stored procedure. SQL Server stored procedure has parameters which we need to pass dynamically. Power BI provides a functionality to execute Stored Procedure using Managed Parameters. During this article we will talk about, • How to create Manage Parameter • How to pass manage parameter to a Stored Procedure • Invoke Query Result and load data to Power BI Desktop

source http://www.c-sharpcorner.com/article/execute-sql-server-stored-procedure-with-user-parameter-in-power-bi/

MicroServices: An Intro With Azure Service Fabric

We all wonder what a microservice means. In order to understand microservice, let's shed some light on monolithic applications.

source http://www.c-sharpcorner.com/article/microservices-an-intro-with-azure-service-fabric/

New Features Of Entity Framework Core 2.0

Entity Framework Core is a lightweight and extensible version of Entity Framework. It is based on an ORM (Object-Relational Mapper) which enables us to work with databases using .NET objects. This article explains about the new feature of EF Core 2.0.

source http://www.c-sharpcorner.com/article/new-features-of-entity-framework-core-2-0/

SharePoint Developer Tools - How To Test And Debug SharePoint Rest API Endpoints (Get Requests)

In this article, we will understand how utilize a famous developer productivity tool called fiddler as a REST API Test Client for SharePoint (though the target system could be anything with a valid REST API Endpoint)

source http://www.c-sharpcorner.com/article/sharepoint-developer-tools-how-to-test-debug-sharepoint-rest-api-endpoints-g/

SharePoint Developer Tools - How To Test And Debug SharePoint Rest API Endpoints (Post Requests)

In this article we will see how to use Fiddler as a debugging & testing tool for SharePoint REST API EndPoints.

source http://www.c-sharpcorner.com/article/sharepoint-developer-tools-how-to-test-debug-sharepoint-rest-api-endpoints-p/

What Is Date Correlation Optimization

OK So, I am doing some digging and peaking around again in SQL Server and came across a database option called Date Correlation Optimization Enabled = False. Honestly, I had no clue what it did, so I took it as a learning opportunity to look into it and do a little research. Who knows, it may actual help me solve one of the many problems I run into day to day for clients.

source http://www.c-sharpcorner.com/article/hmmm-whats-this-date-correlation-optimization/

Tuesday, February 27, 2018

How The Technical Community Helped Me

In this article, I would like to share how the C Sharp Corner technical community helped me in an interview.

source http://www.c-sharpcorner.com/article/how-technical-community-helped/

Google Announces Xamarin Competitor To Build Native iOS and Android Apps

Google has released the first beta version of Flutter, its open source toolkit for building native iOS and Android apps.

source http://www.c-sharpcorner.com/news/google-announces-xamarin-competitor-to-build-native-ios-and-android-apps

Get The Current Logged In User Details In SharePoint 2013 Using SSOM, CSOM, REST API, JSOM And PowerShell

In this article we will learn how to fetch the user details of the current logged in user in a SharePoint site. There are multiple approaches by which we can get the logged in details such as User ID, Login Name (Login ID) of the user and the Display Name of the user.

source http://www.c-sharpcorner.com/article/get-the-current-logged-in-user-details-in-sharepoint-2013-using-ssom-csom-rest/

How To Create Calendar Overlays Using Multiple Calendar Apps (OOTB)

In this article we will see how to create calendar overlays in SharePoint 2013 using Multiple Calendars.

source http://www.c-sharpcorner.com/article/how-to-create-calendar-overlays-using-multiple-calendar-apps-ootb/

Overview And Functionality Of NPM (Node Package Manager)

In this article you will learn some answers to questions about NPM.

source http://www.c-sharpcorner.com/article/overview-and-functionality-of-npm-node-package-manager/

Sort By Month Names In Power BI

In this article, we will learn how we can solve the sort issue of month names in Power BI.

source http://www.c-sharpcorner.com/article/sort-by-month-name-in-power-bi/

Using Google Vision API With ASP.NET MVC

In this article, we are going to learn how to use Google Vision API with ASP.NET MVC in a step by step way.

source http://www.c-sharpcorner.com/article/using-google-vision-api-with-asp-net-mvc/

Using NPoco ORM In ASP.NET Core

As you know, we have so many ORM available such as NHibernate, Entity Framework, Dapper.Net which are used to communicate with database in order to perform CRUD (Create, Read, Update, Delete), and also retrieving data based on criteria.

source http://www.c-sharpcorner.com/article/using-npoco-orm-in-asp-net-core/

Automate PowerShell Job

This blog is about, How to automate the Powershell scripts (.ps1 Files) using Task Scheduler.

source http://www.c-sharpcorner.com/Blogs/automate-powershell-job

Step By Step Entity Framework With ADO.NET With MVC For Beginner

In this article, we will learn the basics of Entity Framework by creating a sample application. This article is for those programmers who have some experience in creating ASP.NET applications, but are new to the Entity Framework .

source http://www.c-sharpcorner.com/Blogs/step-by-step-entity-framework-with-adonet-with-mvc-for-beginner

Building The Internet Of Things With Microsoft’s .NET Development Framework

.NET by Microsoft is considered as the most secure, flexible and robust software development environment that supports numerous programming languages as well as libraries to develop all scale apps that suffice business requirements.

source http://www.c-sharpcorner.com/Blogs/building-the-internet-of-things-with-microsofts-net-development-framework

Limitless IoT

This topic is providing a broad concept of IoT and it's used.

source http://www.c-sharpcorner.com/Blogs/limitless-iot

Mahesh Chand Joins Stratis Board

Mahesh Chand, founder of C# Corner has joined Stratis Platform as an advisor.

source http://www.c-sharpcorner.com/news/mahesh-chand-joins-stratis-board

An Ultimate Guide To Cryptocurrency Wallet

While you briefly know the different cryptocurrency wallets, the question is are they secure? Do they have any hidden cost just like bank sectors? Which cryptocurrency wallet you must opt for?

source http://www.c-sharpcorner.com/Blogs/an-ultimate-guide-to-cryptocurrency-wallet

Monday, February 26, 2018

Performance Check With MiniProfiler In ASP.NET MVC

MiniProfiler is an open source profiling library which monitors the performance of a .NET application. It is very lightweight and fast. Using this, we can easily track a performance issue with our application. It was created by Stack Overflow Team member.

source http://www.c-sharpcorner.com/article/performance-check-with-miniprofiler-in-asp-net-mvc/

ASP.NET Core 2.0 Project Structure And A Few Important Folders/ Files

Despite having been widely accepted as a development platform, ASP.Net was facing a big challenge in that it is only made for Windows servers and can only be executed on IIS.

source http://www.c-sharpcorner.com/article/asp-net-core-2-0-project-structure-and-few-important-folders-files/

Creating A QnA Maker FAQ Bot And Integrating It To Your Web App

QnAMaker FAQ API is used to train your Azure bot to answer FAQs by creating a endpoint on QnA Maker API and configuring it in your bot. In this blog, we shall learn how to create a QnA Maker FAQ Bot step by step and also learn how to integrate QnA maker API bot in your Web App.

source http://www.c-sharpcorner.com/article/creating-a-qna-maker-faq-bot-and-integrating-it-to-your-web-app/

Data Loss Prevention In Office 365

Nowadays, customers are moving to the Cloud. Office 365 is the most attractive package from Microsoft to help move businesses to the cloud quickly and seamlessly.

source http://www.c-sharpcorner.com/article/data-loss-prevention-in-office-365/

Enable Like And Unlike Feature For SharePoint List Using JSOM

In this article I would like to share the steps to enable Like/Unlike functionality in SharePoint list and how to set like/unlike for the particular item using JSOM.

source http://www.c-sharpcorner.com/article/enable-like-and-unlike-feature-for-sharepoint-list-using-jsom/

How To Create Calendar Overlays Using Single Calendar App (OOTB)

In this article, we will see how to create calendar overlays in SharePoint 2013 using a single Calendar App. Here, I explore how to achieve this using Out of The Box functionality.

source http://www.c-sharpcorner.com/article/how-to-create-calendar-overlays-using-single-calendar-app-ootb/

JqGrid In ASP.NET C# Using Post Request

In this article, you can see that I have used all the functionality of jqGrid (eg. Searching, sorting, paging, filtering, etc) and also maintain its state after post back. It will be very useful and easy once you go through it.

source http://www.c-sharpcorner.com/article/jqgrid-in-asp-net-c-sharp-using-post-request/

Learn About MEAN Stack

MongoDB, Express.js, AngularJS, Node.js are abbreviated as MEAN, these are application development packs all by Javascript. In this sample, we are going to use MSSQL Server instead of MongoDb.

source http://www.c-sharpcorner.com/article/learn-about-mean-stack/

Breaking Item Permission Inheritance Using SharePoint Workflow And REST API

In this article I’m going to explain about how we break item permission inheritance when the item is added by using SharePoint REST API and SharePoint Designer Workflow 2013.

source http://www.c-sharpcorner.com/article/breaking-item-permission-inheritance-using-sharepoint-workflow-and-rest-api/

Inserting Data Into Multiple Tables In MSSQL At Once In .NET (Affecting Multiple Rows)

This article will teach you about inserting data into multiple tables in MSSQL at once in .NET and inserting data into cumulative tables from .NET

source http://www.c-sharpcorner.com/article/inserting-data-into-multiple-tables-in-mssql-at-once-in-net-affecting-multiple/

.NET Core Extented Architecture And Separation Of Concerns

Most of the projects start as small projects and with time they turn into medium or even large projects. By the time that we realize this is happening, it might be too late and can cost us a lot to change the project architecture.

source http://www.c-sharpcorner.com/Blogs/net-core-extented-architecture-and-separation-of-concerns

Why Are Firewalls Important

Whether you use your computer for personal use or to run a business, you are always at a risk when it comes to security. Let us learn Why firewalls are to be used to encounter future mishaps.

source http://www.c-sharpcorner.com/Blogs/why-are-firewalls-important

First 5G Chip For Mobile Devices Aannounced By Huawei

Recently, Huawei has announced its first 5G chip for mobile devices at Mobile World Congress in Barcelona.

source http://www.c-sharpcorner.com/news/first-5g-chip-for-mobile-devices-aannounced-by-huawei

Winter Olympics Cyber Attack Belonged To Russia

Recently, Russian military spies have hacked several computers used by the authorities in 2018 Winter Olympics in South Korea.

source http://www.c-sharpcorner.com/news/winter-olympics-cyber-attack-belonged-to-russia

Interview Question I Couldn't Answer

I consider myself fairly good at SQL Server but couldn't answer a question.

source http://www.c-sharpcorner.com/Blogs/interview-question-i-couldnt-answer

Grouping In ListViews With Xamarin.Forms

In this article, we’ll see the process of grouping items in a ListView with Xamarin.Forms. I’m creating an Address Book where we are grouping the contact’s name in the Listview by the initial character's name.

source http://www.c-sharpcorner.com/article/grouping-in-listviews-with-xamarin-forms/

ADO.Net Constraints - Unique and Primary Key

This video explains how we can implement Unique and Primary Key and FrontEnd. It then walks you through DataTable merge and checks the Constraints behavior.

source http://www.c-sharpcorner.com/article/ado-net-constraints-unique-and-primary-key/

Telegram Bot for Android

Telegram Bot for Android

source http://www.c-sharpcorner.com/Resources/4156/telegram-bot-for-android.aspx

Introduction To Xamarin Return Key

Today, I would like to tell you about Entry Key ReturnType. How to change ReturnKeyType keys like Search, Done, Next etc. In this article I am using Xamarin Forms PORTABLE and XAML.

source http://www.c-sharpcorner.com/article/introduction-to-xamarin-return-key/

Sunday, February 25, 2018

Demystifying Azure Logic Apps

This article explains what Azure Logic Apps are, various designing and deployment options available for Azure Logic Apps, along with the various building blocks of Azure Logic Apps.

source http://www.c-sharpcorner.com/article/demystifying-azure-logic-apps/

Handling Different Types Of Web Elements Using Selenium

In this article, I’ll explain how to handle Web elements using Selenium.

source http://www.c-sharpcorner.com/article/handling-different-types-of-web-elements-using-selenium/

Introduction To Cloud Computing And Microsoft Azure

In this article, I am going to write about cloud computing

source http://www.c-sharpcorner.com/article/introduction-to-cloud-computing-microsoft-azure-cloud/

View Binding In Android Application - Kotlin

In my previous articles, we learned about the basics of Kotlin and Getting started with Android Application development with Kotlin. If you are new to Kotlin read my previous articles.

source http://www.c-sharpcorner.com/article/view-binding-in-android-application-kotlin/

Linear Search Using C++

In this blog we will discuss about Linear Search using C++.

source http://www.c-sharpcorner.com/Blogs/linear-search-using-cpp

WPF MVVM - Working With Dialogs

Avoid creating views from within your view models by building a dialog service. Facilitates unit testing.

source http://www.c-sharpcorner.com/article/wpf-mvvm-working-with-dialogs/

Saturday, February 24, 2018

Caching Rules In Azure CDN

From this article you will learn how to work with caching rule settings in Azure CDN.

source http://www.c-sharpcorner.com/article/caching-rules-in-azure-cdn/

Check The HTML Element Exists Or Not

From this blog you will learn how to check the HTML element exist or not in more efficient way

source http://www.c-sharpcorner.com/Blogs/check-the-html-element-exists-or-not

Garbage Collector - Understanding IDisposable

In this video I will do my best to help you fully understand the IDisposable interface, the basic dispose pattern, finalizers, and how your implementations of Dispose interact with the GC and garbage collection when dealing with managed and unmanaged memory.

source http://www.c-sharpcorner.com/article/garbage-collector-understanding-idisposable/

Introduction To Quantum Computing

There is a lot of buzz about Quantum Computing and Microsoft has officially announced Quantum Development Kit and Q#, the language for Quantum computing. In this article, we will try to understand what exactly is quantum computing and how it will affect us.

source http://www.c-sharpcorner.com/article/introduction-to-quantum-computing/

Friday, February 23, 2018

Tools And Tricks For Developers And Programmers

If you are a developer or a programmer, you would probably like to use the following tools and features. We will discuss the most important and helpful Visual Studio Extensions.

source http://www.c-sharpcorner.com/article/tools-and-tricks-for-developers-and-programmers/

Integrating Charts With Angular - Part Two

This is the second part of my series of integrating charts with Angular 5.

source http://www.c-sharpcorner.com/article/integrating-charts-with-angular-5-part-2/

Angular, Bootstrap and ASP.NET MVC - Bootstrap Form Controls - Part Eight

In previous articles we have learned AngularJS project setup, styling with Bootstrap, AngularJS structure, data-binding, routing, copying of Angular objects when a form is saved or canceled, inserting/updating forms, Bootstrap modal forms, and more.

source http://www.c-sharpcorner.com/article/angular-bootstrap-and-asp-net-mvc-bootstrap-form-controls-part-eight/

Insert And Display Records With Model Binder Using ASP.NET MVC

In this blog, I am going to explain how to insert and display records with Model Binder using ASP.NET and Entity Data Model (DB First Approach).

source http://www.c-sharpcorner.com/article/insert-and-display-records-with-model-binder-using-asp-net-mvc/

Overview Of Generative Adversarial Networks

Once trained, Neural Networks are fairly good at recognizing voices, images, and objects in every frame of a video – even when you are playing the video. Let’s say you are not able to buy an expensive painting from a famous painter; can you create/generate an artificial painter who can paint like any famous artist by learning from his/her past collections? The answer is Yes – using Generative adversarial networks (GAN) you can. Generative Adversarial Networks (GANs) are a class of algorithms used in unsupervised learning -- you don’t need labels for your dataset in order to train a GAN.

source http://www.c-sharpcorner.com/article/overview-of-generative-adversarial-networks/

Social Media - Do's And Don’ts

Here, you will learn about a few “Social Media Do’s and Dont’s” which will help you.

source http://www.c-sharpcorner.com/article/social-media-dos-and-donts/

SharePoint Hosted Add-In using SharePoint 2016 Online

Please follow the below steps to create the SharePoint hosted add-in on SharePoint online. Prerequisites: You must have an Office 365 account (either trial or paid).

source http://www.c-sharpcorner.com/article/sharepoint-hosted-add-in-using-sharepoint-2016-online/

Set Default Selected Item For Drop-Down Using Angular

We will discuss on how to set the default value of dropdown and Radio button list using AngularJs.

source http://www.c-sharpcorner.com/Blogs/set-default-selected-item-for-dropdown-using-angular-js

Slide Decks Of Our Event On Digital Transformation At Microsoft Bangalore

Thanks to everyone who attended our event at Microsoft Bangalore last Saturday on Digital Transformation.

source http://www.c-sharpcorner.com/Blogs/slide-decks-of-our-event-on-digital-transformation-at-microsoft-bangalore

NASSCOM And BRI, Join Hands To Promote Blockchain

An Indian Firm, National Association of Software and Services Companies (NASSCOM) has recently joined hands with Blockchain Research Industry in Canada to promote Blockchain education in India.

source http://www.c-sharpcorner.com/news/nasscom-and-bri-join-hands-to-promote-blockchain

Send HTTP POST Request In Web View Windows UWP, 8.1 Platform

In this tutorial, we will discuss how we can send POST request in a web view and get a result in the call back from webview.

source http://www.c-sharpcorner.com/Blogs/uwp-guru

SharePoint Tutorial - Day Three

In this third part we will learn about sharepoint Groups and user creation and permission settings.

source http://www.c-sharpcorner.com/Blogs/sharepoint-tutorial-day-three

Smart Glasses To Convert Words Into Voice

Recently, a Japanese company has developed smart glasses, Oton which convert text into speech to help visually impaired or having any kind of difficulty in reading.

source http://www.c-sharpcorner.com/news/smart-glasses-to-convert-words-into-voice

Intel To Introduce 5G Mobile Windows PCs In 2019

Recently, Intel has announced to bring 5G Mobile PCs in 2019 with the collaboration of Dell, HP, Lenovo, and Microsoft.

source http://www.c-sharpcorner.com/news/intel-to-introduce-5g-mobile-windows-pcs-in-2019

CRUD In SharePoint Using REST And Knockout

Blog explains about basic CRUD operations using SharePoint REST API and knockout JS for binding. knockout validation JS is used for data validation.

source http://www.c-sharpcorner.com/Blogs/crud-in-sharepoint-using-rest-and-knockout

How To Create A ScrollSpy Vertical Menu

Add data-spy="scroll" to the element that should be used as the scrollable area (often this is the <body>element).

source http://www.c-sharpcorner.com/Blogs/how-to-create-a-scrollspy-vertical-menu

Thursday, February 22, 2018

Google Cloud IoT Core Is Now Generally Available

Google just announced Cloud IoT Core

source http://www.c-sharpcorner.com/news/google-cloud-iot-core-is-now-generally-available

Deploy SharePoint Framework Client-Side Web Part To Office 365 CDN

SharePoint Framework encourages us to host customizations outside of SharePoint. Consisting fully of client-side assets, these customizations can be hosted on public CDNs or other locations optimized for delivery of static resources. But hosting resources externally isn't without downsides. Assuming you're not hosting your organization's customizations publicly, it adds yet another location for you to monitor and maintain. So, to deploy SharePoint Framework web-parts in Private CDNs of the Office 365 CDN there's a new edition of SharePoint Online. In this article, we will discuss the SPFx web-part deployment procedure in Office 356 private CDNs and discuss other possibilities.

source http://www.c-sharpcorner.com/article/deploy-sharepoint-framework-client-side-web-parts-to-office-365-cdn/

Learn MongoDB With Me

Here, we are going to do some exercises with MongoDB. We will be talking about Mongo Shell, how we can configure MongoDB, and what Indexes are in MongoDB, and more.

source http://www.c-sharpcorner.com/article/learn-mongodb-with-me/

Xamarin.Android - Login With Gmail Authentication

Gmail Login is an easy way for users to log in. It will automatically retrieve all the user information.

source http://www.c-sharpcorner.com/article/xamarin-android-login-with-gmail-authentication/

Google AdSense Introduces Auto Ads Powered By Machine Learning

Google has recently introduced a new Ad unit for AdSense by starting Auto Ads and enhancing the artificial intelligence of the company.

source http://www.c-sharpcorner.com/news/google-adsense-introduces-auto-ads

AWS Serverless Application Repository Launched

Recently, Amazon has released its AWS Serverless Application Repository.

source http://www.c-sharpcorner.com/news/aws-serverless-application-repository-launched

Readable Programming

Here you will learn to write good code in a “human language” manner.

source http://www.c-sharpcorner.com/Blogs/readable-programming

Qualcomm Snapdragon 845 Mobile Platform Released

Recently Qualcomm has released Snapdragon 845, a new platform for Mobile VR and augmented reality mobile headsets.

source http://www.c-sharpcorner.com/news/qualcomm-snapdragon-845-mobile-platform-released

Windows Azure - Create Queue In Storage Emulator

In this article we are trying to create a Queue in the storage emulator. The same Queue creation can be done on storage account too.

source http://www.c-sharpcorner.com/Blogs/windows-azure-create-queue-in-storage-emulator2

SharePoint Tutorial - Day Two

Create a List or Library in Sharepoint 2013

source http://www.c-sharpcorner.com/Blogs/sharepoint-tutorial-day-two

Cloning Of Object, Shallow Copy And Deep Copy In C#

Creating a new object by copying the current instance/object.Cloning can be implemented in two ways: Shallow copy and deep copy.In Deep copy, all objects are duplicated while in Shallow copy only top-level objects are duplicated and other lower level objects are referenced.For example, consider an object 'X' that references objects 'A' and 'B'. Object 'B', in turn, references object 'C'. A shallow copy of 'X' creates new object 'X2' that also references objects 'A' and 'B'. In contrast, a deep copy of 'X' creates a new object 'X2' that references the new objects 'A2' and 'B2', which are copies of 'A' and 'B'. 'B2', in turn, references the new object 'C2', which is a copy of 'C'. The example shows the difference between a shallow and a deep copy.

source http://www.c-sharpcorner.com/Blogs/cloning-of-object-shallow-copy-and-deep-copy-in-c-sharp

Overview Of Workflow

Workflow are flowchart which are used for Business Requirement. You can say they are pre-planned programmatically process flow diagrams, SharePoint designer Workflow are designed to save time and efforts. If we want to send email or notification whenever an item or file has been created then that can be performed by workflow for example Leave Management System, in which user apply for a request, that request will send to the approver & Approver will get an email and can review the details and finally can approve or reject it, User will receive the email that his request is approved or rejected .Workflow are very useful in Business Scenario as example I want to submit a document that document first goes for review to the approver .

source http://www.c-sharpcorner.com/Blogs/overview-of-workflow

Azure Event Grid Now Available

Recently Microsoft has announced the availability of a fully managed event routing service, Azure Event Grid, simplifying the development of event-based applications.

source http://www.c-sharpcorner.com/news/azure-event-grid-now-available

Programmatically Uploading Large Files In SharePoint Online

In this article I’m going to explain about how to upload large file in SharePoint online programmatically using Angular.

source http://www.c-sharpcorner.com/Blogs/programmatically-uploading-large-files-in-sharepoint-online

Tracking Hackers - AI cybersecurity for APIs

This webinar will discuss API cyberattack examples and the techniques used by hackers to breach APIs. It will also review how AI-based security ?solutions can effectively stop these attacks and provide deep visibility into your API sessions for forensic and compliance reporting.

source http://www.c-sharpcorner.com/Resources/4151/tracking-hackers-ai-cybersecurity-for-apis.aspx

Angular 2 - CRUD Operations With Web API And Entity Framework

In this article, you will learn how to implement CRUO operations in Angular 2 with Entity framework and Web API. In this article, I am trying to explain every basic steps of Angular 2.

source http://www.c-sharpcorner.com/article/angular-2-crud-operations-with-web-api-and-entity-framework/

Wednesday, February 21, 2018

Building API Gateway Using Ocelot In ASP.NET Core - Rate Limiting - Part Four

In the previous articles of this series, we discussed how to build the API Gateway in ASP.NET Core.

source http://www.c-sharpcorner.com/article/building-api-gateway-using-ocelot-in-asp-net-core-rate-limiting-part-four/

Different Components Of Selenium

As we know, Selenium is the most popular tool used for automating web browsers / web applications. Selenium is an open source tool, which is used to execute the test scripts or test cases on the web application.

source http://www.c-sharpcorner.com/article/different-components-of-selenium/

Emotion Detection In Xamarin Forms By Using Azure Cognitive Services

Cognitive services make our applications more intelligent, attractive and discoverable. We can create lots of apps for our clients in just a few hours by using these services. The goal of Cognitive Services is to democratize AI by packaging it into discrete components that are easy for developers to use in their own apps.

source http://www.c-sharpcorner.com/article/emotion-detection-in-xamarin-forms-by-using-azure-cognitive-services/

Get Or Activate Your MSDN Subscription For Visual Studio

You can buy MSDN Subscriptions either online on msdn.microsoft.com or it can be purchased by your organization. MSDN subscriptions have so many benefits apart from getting the licensed version of the software. These benefits are as follows.

source http://www.c-sharpcorner.com/article/get-or-activate-your-msdn-subscription-for-visual-studio/

Chef Launched InSpec 2.0

Chef has recently announced the availability of its newest open-source project version InSpec 2.0.

source http://www.c-sharpcorner.com/news/chef-launched-inspec-20

Cryptojackers Infiltrate Tesla's Kubernetes Consoles For Crypto-Mining

Recently a report is presented by RedLock CSI team which says that the new victim of cryptojacking is Tesla.

source http://www.c-sharpcorner.com/news/cryptojackers-infiltrate-teslas-kubernetes-consoles-for-cryptomining

What Is Firebase

In this article I am going to talk about firebase and the services that it provides. So, lets first talk about the most arised question what is it?

source http://www.c-sharpcorner.com/Blogs/what-is-firebase

WPF MVVM - Working With Tab Controls And Tab Content

Learn how to create, open, and close tabs effectively using the MVVM pattern with WPF. Facilitates unit testing.

source http://www.c-sharpcorner.com/article/wpf-mvvm-working-with-tab-controls-and-tab-content/

3 Aspects Every ASP.NET Developers Must Know

With several options to design web applications in MS ecosystem like ASP.Net MVC, ASP.Net Web Forms, Single Page Applications. From the start of ASP.Net it supported ASP.Net Web Forms and even today enterprises develop many of web applications using them.

source http://www.c-sharpcorner.com/Blogs/3-aspects-every-asp-net-developers-must-know

Microsoft Teams - Log In, Log Out And Log Out Again

Start teams by clicking on the app and your windows login is being recognised. This will give you background process for teams and the teams app as you might expect!

source http://www.c-sharpcorner.com/Blogs/microsoft-teams-log-in-log-out-and-log-out-again

Allow Access Requests Email Settings In SharePoint Site Using PnP PowerShell

Blog helps to update or get the allow access requests email settings using PnP PowerShell. When new users get access denined to the site, they will use the access request feature to inform the Site owner to grant them the access.

source http://www.c-sharpcorner.com/Blogs/allow-access-requests-email-settings-in-sharepoint-site-using-pnp-powershell

Why WPF

WinForms is not even close when it comes to binding capabilities. Trust me, when you experience what is binding in WPF (how explicit and efficient it is, to be specific), you won’t be able to really go back to WinForms without looking at what WPF can do. It is pretty cool to bind controls to collections, properties and other controls’ properties by simply creating a DependencyProperty instance and use some XAML properties to correctly bind to object.

source http://www.c-sharpcorner.com/Blogs/why-wpf

Abstract Class In JavaScript

This article deals with how to create an abstract class in JavaScript.

source http://www.c-sharpcorner.com/Blogs/abstract-class-in-javascript

What Does This Little Check Box Do

Ever wander around SQL Server properties and wonder what these little check boxes turn on? I do, and I get very tempted to check them. Here is one of those tempting little boxes that seems pretty handy, Use query governor to prevent long running queries.

source http://www.c-sharpcorner.com/article/what-does-this-little-check-box-do/

Eggplant AI 2.0 Uses Machine Learning To Find Software Bugs

Intelligent test automation has recently released a Digital Automation Intelligence Suit, Eggplant AI 2.0.

source http://www.c-sharpcorner.com/news/eggplant-ai-20-uses-machine-learning-to-find-software-bugs

It's Angular Demo Time

Here you will learn a few new features of Angular 2 and above versions with a small demo application.

source http://www.c-sharpcorner.com/article/its-angular-demo-time/

Tuesday, February 20, 2018

Alternative To SQL "In" Condition When Working With Many Values

In this post, we will be discussing an alternative to using a SQL “IN” condition, where many values need to be parsed to the SQL query through the use of a User Defined Data Type to get exact records back based on a list of ID's.

source http://www.c-sharpcorner.com/Blogs/alternative-to-sql-in-condition-when-working-with-many-values

Authentication Using LinkedIn In ASP.NET Core 2.0

In this article, we are going to look into authentication of ASP.NET Core app using a LinkedIn account.

source http://www.c-sharpcorner.com/article/authentication-using-linkedin-in-asp-net-core-2-0/

Creating PDF In ASP.NET Core MVC Using Rotativa.AspNetCore

In this article, we are going to learn how to use Rotativa.AspNetCore tool to create PDFs from Views in ASP.NET Core. If you have worked with ASP.NET MVC, the Rotativa tool is already available there, which we can use for generating pdfs.

source http://www.c-sharpcorner.com/article/creating-pdf-in-asp-net-core-mvc-using-rotativa-aspnetcore/

Enforce SSL And Use HSTS In .Net Core(2.0) Security - Part One

SSL (Secure Sockets Layer)is a standard security protocol for establishing encrypted links between a web server and a browser in an online communication.

source http://www.c-sharpcorner.com/article/enforce-ssl-and-use-hsts-in-net-core2-0-security-part-one/

Get HTML Tag Values With JavaScript

In this article, you will learn how JavaScript interacts with HTML.

source http://www.c-sharpcorner.com/article/get-html-tag-values-with-javascript/

How To Fetch Data From Task List Using Rest For Workflow History In SharePoint Online

I got a requirement to make a history form for a workflow. For that, I had to fetch the data from a task list. We can use Rest API, SP Services, or any other methods for this kind of task. So, I chose REST API for the same. Now, the question is, what will be the scenario? Because Workflow status columns of Assign to and Modified Date are not available in the normal list. Then, I learned that we can fetch it from the task list or history list as in workflow all the information resides in Task list & History List.

source http://www.c-sharpcorner.com/article/how-to-fetch-data-from-task-list-using-rest-for-workflow-history-in-sharepoint-o/

Introduction To SharePoint Site Design And Site Script

In SharePoint Online, we will see the implementation of Remote Provisioning to provision the SharePoint artifacts remotely.

source http://www.c-sharpcorner.com/article/introduction-to-sharepoint-site-design-and-site-script/

Learn Angular 4.0 In 10 Days - AJAX Request Handling - Day Eight

In this article, we will discuss how we can handle AJAX requests for fetching or sending data using Angular 4.0.

source http://www.c-sharpcorner.com/article/learn-angular-4-0-in-10-days-service-dependency-injection-day-seven/

Using Azure Face API With ASP.NET MVC

By using Azure Face API, we can Detect, identify, analyze, organise, and tag faces in photos, before using Azure API I use to use Javascript library (jquery.facedetection) http://ift.tt/skqXPA which only use to detect it is face or not but does provide an analysis of face such as (Gender, Smile, Age) etc.

source http://www.c-sharpcorner.com/article/using-azure-face-api-with-asp-net-mvc/

VLFs - The Forgotten Foe

How many of you check the amount of Virtual Log Files (VLFs) your transaction logs have?

source http://www.c-sharpcorner.com/article/vlfs-the-forgotten-foe/

7 Reasons You Can Not Find The Documents In A SharePoint Document Library

If files and folders have unique security and permissions set at file or folder level, they are not visible to anyone else.

source http://www.c-sharpcorner.com/Blogs/7-reasons-you-cannot-find-the-documents-in-a-sharepoint-document-library

O365 - Enabling Custom Script Web Parts For Self-Service Created Sites

Learn to enable Self-Service created sites through Groups or MS Teams have by default Content Editor Web Part and Script Editor web part unavailable.

source http://www.c-sharpcorner.com/Blogs/o365-enabling-custom-script-web-parts-for-selfservice-created-sites

Popular Interview Question On jQuery Selector

In Interview, the interviewer asked basic questions which we used but not familiar with nomenclature, the same thing with JQuery Selector. I mostly used these selectors but not know their nomenclature.

source http://www.c-sharpcorner.com/Blogs/popular-inerview-question-on-jquery-selector

Foundation Of Web Development - Part One

Let say you are partying with your seniors who are already placed or working in big name IT companies.So, as an aspiring software engineer/Job seeker, you asked a question(this is the question which motivate to write this blog).

source http://www.c-sharpcorner.com/Blogs/foundation-of-web-development-part-1

SharePoint Hub Sites New In Office 365

Office 365 announced SharePoint hub sites, which help to bring together related sites to roll up news and activity, to simplify search, etc.

source http://www.c-sharpcorner.com/Blogs/sharepoint-hub-sites-new-in-office-365

Google Reports Security Flaw In Microsoft Edge

Google had found some security flaws in Microsoft Edge.

source http://www.c-sharpcorner.com/news/google-reports-security-flaw-in-microsoft-edge

Introduction To Angular Pipes

This article explains how to use Angular built-in pipes like uppercase, lowercase, titlecase, date, percent, number, currency, slice and json pipe and how to create your customized pipes as well.

source http://www.c-sharpcorner.com/article/introduction-to-angular-pipes/

Generate And Upload P2S Root Certificate

Azure Point to Site (P2S) VPN gateway helps to have secure connection with Azure virtual machines through an individual client computers. Leveraging this option VM owners can access the Azure VMs from remote location such as home, conference hall etc. Point to Site VPN (P2S) is the best option to choose when only few clients are required to connect to the Azure Virtual Network. There are 2 types of authentication used in P2S VPN gateway “Radius Authentication” and “Azure Native Certificate Authentication”.

source http://www.c-sharpcorner.com/article/p2s-root-certificate-generate-and-upload/

SQL Database Query Editor In Azure Portal - An Introduction

Learn SQL Database Query Editor In Azure Portal.

source http://www.c-sharpcorner.com/article/sql-database-query-editor-in-azure-portal-a-deeper-guide/

Monday, February 19, 2018

Import And Export Data Using EPPlus.Core

In this post, we will see how we can import and export excel data in Asp.net Core. We are using EPPlus.Core library which helps us to perform import and export operations. I hope you will like it.

source http://www.c-sharpcorner.com/article/import-and-export-data-using-epplus-core/

All About Appsettings.json In ASP.NET Core 2.0

This article talks about the use of maintaining multiple configuration files for a single solution file and how to do this.

source http://www.c-sharpcorner.com/article/all-about-appsettings-json-in-asp-net-core-2-0/

Basic Templating Using Node.js And Express

Previously we learned about how to simply start up with nodejs & implement package manager. Below link you can have an overview on startup NodeJS.

source http://www.c-sharpcorner.com/article/basic-templating-using-node-js-and-express/

Web Services Using C# - Creating Web Services

An XML Web service should be identified by a namespace that is controlled by its company. For example, a company's Internet domain name could be used as part of the namespace. Although many XML Web service namespaces look like URLs, they need not point to actual resources on the Web.

source http://www.c-sharpcorner.com/article/web-services-using-c-sharp-creating-web-services/

How To Install .Net Core On Ubuntu

This article is your roadmap to install .NET Core on Linux

source http://www.c-sharpcorner.com/article/how-to-install-net-core-on-ubuntu/

How To Copy Email Attachments To SharePoint Document Library Using Microsoft Flows

In this article, we will see how we can utilize Microsoft Flows to copy email attachments from Outlook Emails to SharePoint Document Library.

source http://www.c-sharpcorner.com/article/sharepoint-onlineoffice-365-how-to-copy-email-attachments-to-sharepoint-docume/

How To Develop Approval Workflows On List Item Update Event Using Microsoft Flows

In this article, we will see how to deal with SharePoint Online List Item update event using Microsoft Flows.

source http://www.c-sharpcorner.com/article/sharepoint-onlineoffice-365-how-to-develop-approval-workflows-on-list-item-upd/

Application Programming Using C++ And Qt

In this article, we will be setting up Visual Studio for Qt and will go through some C++ Qt examples

source http://www.c-sharpcorner.com/article/application-programming-using-cpp-and-qt/

Free Reources on Hardware and Networking

This provides resources for learning Hardware & Networking concepts.

source http://www.c-sharpcorner.com/Resources/4149/free-reources-on-hardware-and-networking.aspx

Handle 'Not Enough Memory Is Available In The System To Start An Emulator That Uses 3072MB Of Startup RAM'

Resolving the RAM problem when deploying your apk to Visual Studio Emulator

source http://www.c-sharpcorner.com/Blogs/handle-not-enough-memory-is-available-in-the-system-to-start-an-emulator-that-uses-3072mb-of-startup-ram

Changing Time Format in Kendo TimePicker

From this blog you will learn how to switch between different time format in kendo time picker

source http://www.c-sharpcorner.com/Blogs/changing-time-format-in-kendo-timepicker

Maintain Or Set Page Scroll Position After Asynchronous Postback In ASP.NET AJAX

In some cases, we comes in circumstance while building up an application where we require to keep up scroll position of the page to top or at current scroll location after asynchronous postback caused by a lengthier page. We can do this with the assistance of javascript PageRequestManager's end request event.

source http://www.c-sharpcorner.com/Blogs/maintain-or-set-page-scroll-position-after-asynchronous-postback-in-asp-net-ajax

How To Start List From Specific Value In C#

In this blog will see; how we can start list from specific value. Before going to start let’s take look at my list value. Below are the values in my list.

source http://www.c-sharpcorner.com/Blogs/how-to-start-list-from-specific-value-in-c-sharp

Create And Build SharePoint Online Workflow With Visio And SharePoint Designer

How to create and build a SharePoint Online workflow with Visio 2013 and SharePoint Designer 2013.

source http://www.c-sharpcorner.com/article/create-and-build-sharepoint-online-workflow-with-visio-and-sharepoint-designer/

Introduction To Model-View-ViewModel Pattern For WPF

Introduction to the MVVM (Model-View-ViewModel) pattern in WPF.

source http://www.c-sharpcorner.com/article/introduction-to-model-view-viewmodel-pattern-for-wpf/

The World Is Changing, Are You

Anticipate and Adapt, think why it is so important in today's tech industry and to secure your job. Technology is changing every day.

source http://www.c-sharpcorner.com/Blogs/the-world-is-changing-are-you

Microsoft Cortana Available For Smart Home With IFTTT Integration

Microsoft has recently announced that its digital assistant, Cortana is now capable of working with IFTTT and other smart home devices.

source http://www.c-sharpcorner.com/news/microsoft-cortana-available-for-smart-home-with-ifttt-integration

Sunday, February 18, 2018

ASP.NET MVC - Sending SMS Messages Using Nexmo API

In this article, we will demonstrate how we can send an SMS message from Asp.Net MVC application using Nexmo SMS API.

source http://www.c-sharpcorner.com/article/asp-net-mvc-sending-sms-messages-using-nexmo-api/

How To Manage Externally Shared Contents In SharePoint Online

Anonymous access to the SharePoint Online site has been removed for more than a year. Instead, Microsoft allows us to share the files or folders from SharePoint Online to external users. This configuration can be done in the Office 365 admin portal and SharePoint Online to enable or disable sharing.

source http://www.c-sharpcorner.com/article/how-to-manage-externally-shared-contents-in-sharepoint-online/

Saturday, February 17, 2018

Getting Started With Office 365 CLI

Microsoft keep on giving surprises to developers by adding more tools / services in clout front, especially in Office 365. Recently a new open source cross platform service called Office 365 is introduced, to run the commands from any platform against SharePoint Online.

source http://www.c-sharpcorner.com/article/getting-started-with-office-365-cli/

Using jQuery DataTable To Display SharePoint 2013 List Data On SharePoint Site Pages

In this article, we will learn how to pass SharePoint List Data to a jQuery DataTable using REST API and display SharePoint list data on SitePages using DataTable.

source http://www.c-sharpcorner.com/article/using-jquery-datatable-to-display-sharepoint-list-data-on-share/

Getting Started With Microsoft Academic Knowledge Using Cognitive Services

Microsoft Academic is a free public search engine for academic publications and literature developed by Microsoft Research. This library has 375 million titles ,170 million of which are academic papers.

source http://www.c-sharpcorner.com/article/getting-started-with-microsoft-academic-knowledge-using-cognitive-services/

Early Preview of Microsoft Bot Builder SDK 4.0 Available Now

Early Preview of Microsoft Bot Builder SDK 4.0 Available Now

source http://www.c-sharpcorner.com/news/early-preview-of-microsoft-bot-builder-sdk-40-available-now

Friday, February 16, 2018

Download User License Information For PowerApps And Microsoft Flow

PowerApps is one of the services available in the Office 365 environment that enables us to create apps or forms for business and other uses without coding experience. We can connect against external data sources like SQL, SharePoint, Salesforce, etc... to develop an application. PowerApps has its own data source called Common Data Service.

source http://www.c-sharpcorner.com/article/download-user-licence-information-for-powerapps-and-microsoft-flow/

A Beginners Guide To Microsoft BizTalk Server - Part Two

This is the next part of the BizTalk Server article series. Here, we are going to explain why BizTalk is still the number one choice for ian ntegration tool. BizTalk is considered the best tool for integration. We will be seeing the list of some companies which are using BizTalk as an integration tool and the future of BizTalk developers.

source http://www.c-sharpcorner.com/article/a-beginners-guide-to-microsoft-biztalk-server-part-two/

Combine Multiple Observables Using combineLatest In Angular App

In this article, I am going to show you the benefits of using the combineLatest operator in an Angular application.

source http://www.c-sharpcorner.com/article/combine-multiple-observables-using-combinelatest-in-angular-app/

Creating Comment Form Using React, Redux, Webpack, Babel

In this article, we will create a simple comment form that displays a list of comments and allows the user to enter a new comment using React, Redux, Webpack, Babel. We will be using below Tools/libraries to build the application.

source http://www.c-sharpcorner.com/article/creating-comment-form-using-react-redux-webpack-babel/

Owned - Controlled Lifetime In Dependency Injection With Autofac

Generally speaking, an owned dependency corresponds to some unit of work performed by the dependent component.

source http://www.c-sharpcorner.com/article/ownedt-controlled-lifetime-in-dependency-injection-with-autofac/

Sync Slicers In Power BI

In this article, we will talk about the sync slicer, steps to apply “Sync” slicers in Power BI Desktop and different use cases to test this new rolled out feature in the February 2018 update.

source http://www.c-sharpcorner.com/article/sync-slicers-in-power-bi/

Why Am I Unable To Contact People In Other Organizations From Skype For Business?

Most organizations have blocked users from contacting people in other other organizations due to some protocol within their company.

source http://www.c-sharpcorner.com/article/why-i-am-unable-to-contact-people-in-other-organizations-from-skype-for-business/

WPF - Dropdown Menu/Combobox Menu Data Binding Using Text File

This article is about WPF dropdown menu/combobox menu data binding using text file

source http://www.c-sharpcorner.com/article/wpf-dropdown-menucombobox-menu-data-binding-using-text-file/

Visual Studio Preview (15.6 Preview 5) Released

Microsoft has yesterday released the fifth version of Visual Studio preview 15.6.

source http://www.c-sharpcorner.com/news/visual-studio-preview-156-preview-5-released

Kotlin/Native v0.6 Now Available

Recently, JetBrains has announced Kotlin/Native v0.6 in their toolchain.

source http://www.c-sharpcorner.com/news/kotlinnative-v06-now-available

Resolving "DTS Package BAM_DM_ResendJournalActivity Already Exists On Server" Error

I have seen many peoples have faced this issue when trying to reconfigure the BizTalk EDI/AS2 Runtime. Due to any reason if you unconfigure and uninstall the BizTalk Server and trying to Configure it again you will get an error."DTS package BAM_DM_ResendJournalActivity already exists on server <ServerName>"

source http://www.c-sharpcorner.com/Blogs/dts-package-bamdmresendjournalactivity-already-exists-on-server

CircleAnglePicker Control

CircleAnglePicker Contro a simple way to pick angles in Windows Forms projects.

source http://www.c-sharpcorner.com/Blogs/circleanglepicker-control

Comparing Version Number In C#

This is example to comparing different version number in c#

source http://www.c-sharpcorner.com/Blogs/comparing-version-number-in-c-sharp

How To Edit SharePoint Metadata Inside Of The Office Documents

The document has to exist in the SharePoint document library. Upload and tag a document by using a Document Information Panel within a modern document library.

source http://www.c-sharpcorner.com/Blogs/how-to-edit-sharepoint-metadata-inside-of-the-office-documents

The Relevance Of The C# Programming Language For Developing IoT Solutions

Microsoft’s C# programming language is an elegant, type-safe and object-oriented language that allows developers to build different secure and robust applications, which run on .NET.

source http://www.c-sharpcorner.com/Blogs/the-relevance-of-the-c-sharp-programming-language-for-developing-iot-solutions

Run Or Test Server Side Code

This is online playground to test and compile your any language of server side code online.

source http://www.c-sharpcorner.com/Resources/4147/run-or-test-server-side-code.aspx

Amazon Launches A New Alexa Skills Kit Developer Console In Beta

Amazon has announced a new Alexa Skill Kit Developer Console as a Beta release.

source http://www.c-sharpcorner.com/news/amazon-launches-alexa-skills-kit-developer-console-in-beta

5 Must Have Skills To Become Machine Learning Engineer

In this video we will discuss what are the 5 Must have skills to become Machine Learning Engineer.

source http://www.c-sharpcorner.com/article/5-must-have-skills-to-become-machine-learning-engineer/

How To Setup An FTP Server On Microsoft Azure

In this video I will show you how to setup a new virtual machine to serve as a basic FTP server in under 10 minutes of your time.

source http://www.c-sharpcorner.com/article/how-to-setup-an-ftp-server-on-microsoft-azure/

Difference between Selenium IDE , Selenium RC , Selenium Grid , Selenium Webdriver ?

In this link we will see the difference between Selenium IDE , Selenium RC , Selenium Grid , Selenium Webdriver.

source http://www.c-sharpcorner.com/Resources/4145/difference-between-selenium-ide-selenium-rc-selenium-grid-selenium-webdriv.aspx

Google Launches Gmail Go For Android

Google has recently launched a new lightweight edition of Gmail for Android users as Gmail Go.

source http://www.c-sharpcorner.com/news/google-launches-gmail-go-for-android

Thursday, February 15, 2018

Building SPA Using Angular

I have created SPA using Angular.js because I had requirement where user can update monthly activities corresponding to their respective villages. I named the application as Continuous Quality Improvement Tracker (CQI).

source http://www.c-sharpcorner.com/article/building-spa-using-angular/

Publish ASP.NET Core 2.0 Application On Azure With SQL Services

In this article, we will learn how to deploy or publish an Asp.Net Core 2.0 application on Azure.

source http://www.c-sharpcorner.com/article/publish-asp-net-core-2-0-application-on-azure-with-sql-services/

Control Microsoft Teams Using PowerShell

For a developer, Microsoft Graph API will make life easier, but for IT professionals, it is difficult to control the Teams application. To help them, Microsoft has come up with a PowerShell Module to control the Microsoft Teams.

source http://www.c-sharpcorner.com/article/control-microsoft-teams-using-powershell/

Upload A File To SharePoint From PowerApps Using Flow

In this article, we are going to see how to upload a file to SharePoint from PowerApps.

source http://www.c-sharpcorner.com/article/upload-a-file-to-sharepoint-from-powerapps-using-flow/

A Beginners Guide To Microsoft BizTalk Server - Part 1

BizTalk Server is a middleware product from Microsoft that helps to connect various systems together. Let’s take an example: If you look at any modern organization it will run its operations using a variety of software products. SAP for their ERP needs, Salesforce for their CRM needs, Oracle for their Database needs, + tons of other home-grown system like HR, Finance, Web, Mobile etc.

source http://www.c-sharpcorner.com/article/a-beginners-guide-to-microsoft-biztalk-server/

What Is The Future Of Mobile Communications?

Technology is ever-evolving and mobile communications is one of those areas that has evolved the most in the recent times. So, let’s see where it’s going to lead us next.

source http://www.c-sharpcorner.com/article/what-is-the-future-of-mobile-communications/

Intel Expands Bug Bounty Program

The renowned Chipmaker, Intel has announced that it is changing its Bug Bounty program from “invitation only” to “public”.

source http://www.c-sharpcorner.com/news/intel-expands-bug-bounty-program

Development Environment Setup For Client Side WebPart With The SharePoint Framework

Development environment setup for client side webpart with the SharePoint Framework.

source http://www.c-sharpcorner.com/Blogs/development-environment-setup-for-client-side-webpart-with-the-sharepoint-framework

Difference Between setValue() And patchValue() In Angular 2

In this article, I will explain the difference between setValue() and patchValue() which are used in Angular2 reactive forms frequently.

source http://www.c-sharpcorner.com/Blogs/difference-between-setvalue-and-patchvalue-in-angular-2

Microsoft For Startups Launched

Microsoft opens its doors for Startups with a new venture called Microsoft for Startups.

source http://www.c-sharpcorner.com/news/microsoft-for-startups-launched

Web Services Using C#

Web Service is an application that is designed to interact directly with other applications (on same or different platforms) over the internet.

source http://www.c-sharpcorner.com/Blogs/web-services-using-c-sharp

Different Ways To Create A Multi-Line Text Column In SharePoint Using PnP PowerShell

This blog shows you the different ways to create a multi line text column in SharePoint using PnP PowerShell

source http://www.c-sharpcorner.com/Blogs/different-ways-to-create-a-multiline-text-column-in-sharepoint-using-pnp-powershell

How To Get Site Collection Administrators Using PnP PowerShell

This blog explains on how to get the site collections administrators using single command with PnP PowerShell

source http://www.c-sharpcorner.com/Blogs/how-to-get-site-collection-administrators-using-pnp-powershell

How To Get Started With Always Encrypted For Beginners - Part Three

A few weeks ago, I wrote Part 1 and 2 of this series, which was a beginner’s guide to Always Encrypted. In part 3, I am going to go over what road blocks I ran into when trying to implement this solution for a client. The goal of the project was to prevent the DBA from being able to view salary information, while still allowing the application to function without issue.

source http://www.c-sharpcorner.com/article/how-to-get-started-with-always-encrypted-for-beginners-part-three/

Wednesday, February 14, 2018

Authentication Using Google In ASP.NET Core 2.0

In this article, we are going to look into authentication of ASP.NET Core app using a Google account.

source http://www.c-sharpcorner.com/article/authentication-using-google-in-asp-net-core-2-0/

Build A Bot With Microsoft Teams

Bots are becoming more popular nowadays with their capability to interact with the end users and answer their queries. Bots can be easily setup within Microsoft Teams to help Microsoft Teams be more interactive with end users.

source http://www.c-sharpcorner.com/article/build-bot-with-microsoft-teams/

Deploying VM Using ARM Template

Azure Resource Manager (ARM) Templates are JSON files which define the resources which you need to deploy for your solution. ARM templates are community contributed and can be used by anyone from GitHub. This repository holds various predefined ARM templets to choose from has per your needs. But to get started with ARM templates we will be configuring a simple virtual machine deployment from scratch so we can understand easily.

source http://www.c-sharpcorner.com/article/deploying-vm-using-arm-template/

Moq - Unit Test In .NET Core App Using Mock Object

The Unit test is a block of code that helps us in verifying the expected behavior of the other code in isolation; i.e., there is no dependency between the tests. This is good way to test the application code before it goes for quality assurance (QA). There are three different test frameworks for Unit Testing supported by ASP.NET Core: MSTest, XUnit, and NUnit. All Unit test frameworks, offer a similar end goal and help us to write unit tests that are simpler, easier and faster.

source http://www.c-sharpcorner.com/article/moq-unit-test-net-core-app-using-mock-object/

Application Initialization And Configuration In ASP.NET Versions

Most of us might have worked upon various versions of ASP.NET and few of you must be aware about the major changes happened in application initialization and configuration phase. In this article, I'll be outlining few of those major changes starting from ASP.NET MVC, ASP.NET Core 1.x and ASP.NET 2.x.

source http://www.c-sharpcorner.com/article/application-initialization-and-configuration-in-asp-net-versions/

React Installation Process

In this article, we will learn about the installation process of React with a new application as well as with an existing application.

source http://www.c-sharpcorner.com/article/react-installation-process/

SQL Best Coding Practices

While executing your procedure, the system will first scan through all system procedures and then user defined procedures. This means that the procedure might take more time for execution thus decreasing system performance.

source http://www.c-sharpcorner.com/article/sql-best-coding-practices/

Stack, Heap, Value Type, And Reference Type In C#

Now, let’s see what happens when we declare any variable like int a=10 in C#. When C# compiler will run, it will allocate a block of memory which will have name of variable i.e. a, its type i.e. int and its value i.e. 10. Now this memory can be of type Stack or Heap i.e. variable gets store in Stack or Heap.

source http://www.c-sharpcorner.com/article/stack-heap-value-type-and-reference-type-in-c-sharp/

AMD Unveils Raven Ridge Desktop APUs

AMD recently released a new version of Ryzen 3 2200G and Ryzen 5 2400G with build in Radeon Vega graphics feature

source http://www.c-sharpcorner.com/news/amd-unveils-raven-ridge-desktop-apus

Web Scraping Using Scrapy

Web Scraping is extracting a large amount of data from websites. This data then can be saved in your local file in the computer or in the database table.

source http://www.c-sharpcorner.com/Blogs/web-scraping-using-scrapy

Chalkup Joins Microsoft Education

Class collaboration platform, Chalkup has recently announced that it has joined Microsoft Education for building amazing Microsoft Education products.

source http://www.c-sharpcorner.com/news/chalkup-joins-microsoft-education

Mozilla Launches IoT Solutions

Mozilla recently announced the IoT solutions design which enables you to build your own gateway.

source http://www.c-sharpcorner.com/news/mozilla-launches-iot-solutions

Tooltip In Kendo Autocomplete

From this blog you will learn how to implement the tooltip in kendo autocomplete

source http://www.c-sharpcorner.com/Blogs/tooltip-in-kendo-autocomplete

Best Programming Language To Learn In 2018

Top 5 programming languages to learn in 2018.

source http://www.c-sharpcorner.com/article/best-programming-language-to-learn-in-2018/

Business Layer With Active Record Pattern And Entity Framework

In this video I take you back to the basics. I show you how to build a business layer using Active Record pattern as the foundation. We will explore the downsides, and discuss challenges and benefits. We will use a .NET Core Console Application (sorry that I keep calling it an "ASP.NET Core" console, I have that on the brain) as the presentation to focus strictly on the design.

source http://www.c-sharpcorner.com/article/business-layer-with-active-record-pattern-and-entity-framework/

Fetch Azure SQL Data Into SharePoint Online (Zero Code Solution)

How to fetch Azure SQL Database data into SharePoint Online using Business Connectivity Service and Secure Store Service

source http://www.c-sharpcorner.com/article/fetch-azure-sql-data-into-sharepoint-online-zero-code-solution/

WordPress Website On Linux With Microsoft Azure Web App

In this video will learn how to create WordPress website on Linux with Azure web app using Microsoft Azure portal.

source http://www.c-sharpcorner.com/article/wordpress-website-on-linux-with-microsoft-azure-web-app/

Cryptomining Supply Chain Attack Hits Government Websites

This is another kind of supply chain attack that affects the “trusted relationship between software vendors or authors and their customers”. You trust a service distributing JavaScript to maintain site security....

source http://www.c-sharpcorner.com/Resources/4143/cryptomining-supply-chain-attack-hits-government-websites.aspx

Tuesday, February 13, 2018

ASP.NET MVC - Export PDF Document From View Page

In this article, we will learn how we can export view page to PDF using Rotativa framework. Rotativa is an open source framework created by Giorgio Bazio in order to export view page to PDF. This framework is based on wkhtmltoPDF tool which is used to generate PDF from HTML view page.

source http://www.c-sharpcorner.com/article/asp-net-mvc-export-pdf-document-from-view-page/

Authentication Using Twitter In ASP.NET Core 2.0

In this article, we are going to look into authentication of ASP.NET Core app using Twitter.

source http://www.c-sharpcorner.com/article/authentication-using-twitter-in-asp-net-core-2-0/

Custom URL Scheme In Android

In this article, we will learn how to open Android Application from your browser or hyperlink, if it is installed in android phones.

source http://www.c-sharpcorner.com/article/custom-url-scheme-in-android/

Design Patterns Simplified - Strategy

This article explains what Strategy Design Pattern is and how to use it in software design and development.

source http://www.c-sharpcorner.com/article/design-patterns-simplified-strategy/

Difference Among AngularJS, Angular 2, Angular 4 And Angular 5

The first version of Angular released in the year of 2010. Some people calls this as AngularJS and some people call as Angular 1. But it is officially named as AngularJS.

source http://www.c-sharpcorner.com/article/difference-among-angularjs-angular-2-angular-4-and-angular-5/

Lightweight Raspberry Pi 3 Web Server Using PHP And HTML

This article demonstrates how to make lightweight Web Server for home using Raspberry Pi 3 and Python 3 IDE. The Pi can even handle Web Server so if you want to launch your own website with a proper back-end you can easily do it. This web server is a small amount of traffic and development purposes.

source http://www.c-sharpcorner.com/article/lightweight-raspberry-pi-3-web-server-using-python/

Microsoft Operations Management Suite (OMS) - A Beginner's Guide

Operations Management Suite (also known as OMS) is a collection of cloud-based services for managing your on-premises and cloud environments from one single place. Rather than deploying and managing on-premises resources, OMS components are entirely hosted in Azure. In simple words, what basically happens is that OMS goes and talks to different servers, applications in your environment, collects information about how they're doing, consolidates this information in the form of nice colorful graphics and searchable records, after that presents it to you in one single, convenient place, and it doesn't matter where your servers or applications are running, Azure, AWS, on-premises or which operating system they're running on, Windows or Linux, it just works. Configuration is minimal, and you can be up and running literally in a matter of minutes.

source http://www.c-sharpcorner.com/article/microsoft-operations-management-suite-oms-a-beginners-guide/

Pipes In Angular 5

In this article we will be discussing Pipes in Angular 5. Pipes are the operators which is used to format data in Angular. This comes from the symbol (|) used to do this operation. Pipes are there in Angular from Angular2 onwards. But it has evolved over the period of time. There are many inbuilt pipes available in Angular 5 and it gives an easy template to create your own pipe using @angular/cli.

source http://www.c-sharpcorner.com/article/pipes-in-angular-5/

Search Word Or SubString From Paragraph Or String Using JavaScript And jQuery

In this article, we will learn how to search and locate the words or substrings in the paragraphs or large strings. We will achieve this by using both JavaScript and JQuery.

source http://www.c-sharpcorner.com/article/search-word-or-substring-from-paragraph-or-string-using-javascript-and-jquery/

Simple Visual Analytics Using Logic Apps

Logic apps are one such way to get started if you’re not familiar with coding and looking to work your way around to automate your application processing. Logic apps have various usabilities with simple action flow creation. Today we will be looking at Visual Analytics using Twitter and Power BI on Logic App.

source http://www.c-sharpcorner.com/article/simple-visual-analytics-using-logic-apps/

Monday, February 12, 2018

Introducing The New SharePoint Admin Center

Office 365 introduced completely updated SharePoint Admin center. The new console designed to help IT achieve more, it became simpler, more intuitive and powerful.

source http://www.c-sharpcorner.com/Blogs/introducing-the-new-sharepoint-admin-center

Over 4k Websites Get Infected With Cryptocurrency Mining Malware

Nearly 4000 websites including some top government websites from the UK and the US were found infected recently with a crypto-coins mining malware.

source http://www.c-sharpcorner.com/news/over-4k-websites-get-infected-with-cryptocurrency-mining-malware

How To Get Started With Always Encrypted For Beginners - Part Two

In this post we will pick up where we left off in Part 1, if you haven’t read that please go back and do so. Now that we have encrypted our columns, it’s time to take a look at how we decrypt them inside SQL Server Management Studio or through our applications. You’ll be surprised to see how easy it is.

source http://www.c-sharpcorner.com/article/how-to-get-started-with-always-encrypted-for-beginners-part-two/

Cryptocurrency Worth $170 Million Missing From BitGrail

BitGrail has announced recently that its internal checks have found some unauthorized transactions which have led to the loss of 17M Nano, a form of cryptocurrency.

source http://www.c-sharpcorner.com/news/cryptocurrency-worth-170-million-missing-from-bitgrail

Sunday, February 11, 2018

Meter Number Picker Library Using Android Application

This article demonstrates how to add Meter Number Picker Library on Android Application using Android studio.

source http://www.c-sharpcorner.com/article/meter-number-picker-library-using-android/

Creating An Azure Database For PostgreSQL Server In The Azure Portal

In this article, I am going to demonstrate how to create a database in Azure for the PostgreSQL server in the Azure Portal.

source http://www.c-sharpcorner.com/article/creating-an-azure-database-in-the-azure-portal-for/

Generate Word Document Using C#

In this post, we will learn how to use DocX library to create a Word document from Visual Studio using C# language.

source http://www.c-sharpcorner.com/article/generate-word-document-using-c-sharp/

Increase Data Disk Size In Azure

Retaining data in the same VM requires us to increase the disk space when the utilization of allocated space is full. Increasing the disk space in Azure is quite easy with a few clicks.

source http://www.c-sharpcorner.com/article/increase-data-disk-size-in-azure/

Saturday, February 10, 2018

Building Video Indexer Mobile Application Using Cognitive Service

Microsoft introduced the public preview of Video Indexer as a part of Cognitive Service. Previously, we used Video API but now it's replaced with Video Indexer. Video Indexer automatically extracts the metadata and builds intelligent innovative AI applications based on Video and Audio.

source http://www.c-sharpcorner.com/article/building-video-indexer-mobile-application-using-cognitive-service/

Creating A MySQL Server On The Azure Portal

This article demonstrates how to create the MySQL database on the Azure Portal.

source http://www.c-sharpcorner.com/article/creating-an-mysql/

Work With CDN On Azure Storage - Part Five

This article will help you to work on Azure Storage by adding CDN (Content Delivery Network) to access data with high availability.

source http://www.c-sharpcorner.com/article/work-with-cdn-on-azure-storage-part-five/

Friday, February 9, 2018

Top 10 Most Popular Charts In Angular With .NET Core API

This article explains how to create charts in an Angular application.

source http://www.c-sharpcorner.com/article/top-10-most-popular-charts-in-angular-with-net-core-api/

Amazing Guide To SharePoint Framework Development With React - Part Two

In my previous article, we walked through how to create a SharePoint Framework web part with React to display the mockup contents step by step. We will continue the same source for displaying the SharePoint data in the web part.

source http://www.c-sharpcorner.com/article/amazing-guide-to-sharepoint-framework-development-with-react-part-two/

ASP.NET Core 2.1 Features - Part One

In this post, we will see some of the top features of ASP.NET Core 2.1.

source http://www.c-sharpcorner.com/article/asp-net-core-2-1-features-part-one/

Database Naming Standards For The Programmer

Let us face it, in most companies that programmers work for, we end up doing database work. I do not agree with this since I think the DBA or BIA should handle database programming and we should stick to what we do best… coding. Would you want a DBA writing code? I think not. With that said, here are database naming standards that I use when in this situation. DBA’s might not agree with how database coders name databases; stored procedures etc. but we need something.

source http://www.c-sharpcorner.com/article/database-naming-standards-for-the-programmer/

How An Angular 5 Application Gets Started Or Loaded

Now, we will try to understand how an Angular application is loaded and gets started.

source http://www.c-sharpcorner.com/article/how-an-angular-5-application-get-started-or-loaded/

Angular 6.0.0 Beta 3 Released

Angular 6.0.0 Beta 3 is available now.

source http://www.c-sharpcorner.com/news/angular-600-beta-3-released

What is WebAssembly

WebAssembly, Wasm

source http://www.c-sharpcorner.com/article/what-is-webassembly/

Google Fined $21M In India Over Search Bias

The Competition Commission of India (CCI) has fined a penalty of Rs. 1.36 Billion ($21M) on Google for being search biased.

source http://www.c-sharpcorner.com/news/google-fined-21m-in-india-over-search-bias

Read Text File And Total/ Each Word Count Using C#

Read text file from local and display total word count and each word occurrence in the given file.

source http://www.c-sharpcorner.com/Blogs/read-text-file-and-totaleach-word-count-using-c-sharp

Tip On MVC URL Routing

This article will discuss about how to handle config settings as per the controller parameters

source http://www.c-sharpcorner.com/Blogs/tip-on-mvc-url-routing

Chrome To Tag HTTP Sites "Not Secure" Shortly

Google has announced recently that all HTTP Sites will be marked as “Not Secure” in Chrome browser from the coming July.

source http://www.c-sharpcorner.com/news/chrome-to-tag-http-sites-not-secure

How To Sell Your CLOUD Services

While responding to this question, keep in mind that you are requested to talk about additional benefits over and above the cloud services from your competition. For example at that time, the key difference which MS Azure services had was per minute billing as compared to other cloud providers. Then probably there were more functions and features available in the overall cloud dashboard as compared to others.

source http://www.c-sharpcorner.com/article/how-to-sell-your-cloud-services/

What Is Azure Authentication (Azure B2B, Azure B2C)

In this blog we will understand usage scenario of Azure B2B and Azure B2C.

source http://www.c-sharpcorner.com/Blogs/what-is-azure-authentication-azure-b2b-azure-b2c

Download Attachments From SharePoint List Item Using PnP PowerShell

Explains the power shell snippet to download multiple attachments from the SharePoint list item using PnP PowerShell.

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

Upload Document To SharePoint Library Using PnP PowerShell

This blog explians you on how to upload the document from local machine to SharePoint library using PnP PowerShell.

source http://www.c-sharpcorner.com/Blogs/upload-document-to-sharepoint-library-using-pnp-powershell

Creating Great Visualizations With D3, Dimple, And SharePoint

D3 and Dimple are simply two tools that can help to display charts, graphs, and dashboards in applications for unique visualizations.

source http://www.c-sharpcorner.com/Blogs/creating-great-visualizations-with-d3-dimple-and-sharepoint

Leadership Challenge 005 - Coach To Win, Not To Fix

Hello my friends!!! I am starting to see success in my role helping drive adoption leveraging Modern Workplace. My hometown is going crazy over the Super Bowl win by our Philadelphia Eagles.

source http://www.c-sharpcorner.com/article/leadership-challenge-005-coach-to-win-not-to-fix/

Thursday, February 8, 2018

How To Hide And Show Pages In Power BI

In this article, we will check how we can hide and show the pages in Power BI.

source http://www.c-sharpcorner.com/article/how-to-hide-and-show-pages-in-power-bi/

Unit Test In .NET Core Application Using NUnit

There are three different test frameworks that are supported by ASP.NET Core for unit testing - MSTest, xUnit, and NUnit. These allow us to test our code in a consistent way. In this article, I will explain about the unit test using NUnit.

source http://www.c-sharpcorner.com/article/unit-test-in-net-core-application-using-nunit/

Channel Configuration - Azure Bot Service To Slack Application

This article explains how to configure Azure Bot Service to Slack Applications. We will get a clear idea about how to create a Bot Service in Azure.

source http://www.c-sharpcorner.com/article/channel-configuration-azure-bot-service-to-slack-application/

Chat Application With ASP.NET MVC Using RabbitMQ

In this article, you will learn how to develop a chat application in ASP.NET MVC using RabbitMQ.

source http://www.c-sharpcorner.com/article/chat-application-with-rabbitmq-using-asp-net-mvc/

Node.js Package Manager VS2017

In this post, we are going to explore how to manage front-end dependencies with NodeJS sample web application using Visual Studio 2017.

source http://www.c-sharpcorner.com/article/node-js-package-manager-vs2017/

ASP.NET Request Life Cycle

In this article, I am trying to go through the various tasks and events involved in the ASP.NET request processing cycle.

source http://www.c-sharpcorner.com/article/asp-net-request-life-cycle/

Blob Operations On Azure Storage - Part Four

This article will help you to work with copy operations on Azure Blob Storage and an overview of CDN (Content Delivery Network) on Azure storage.

source http://www.c-sharpcorner.com/article/blob-operations-on-azure-storage-part-four/

Introduction To LINQ With Entity Framework In Visual Studio

LINQ queries are similar to SQL query created for developers to maintain standardized coding approach. It deals with the data objects therefore it is similar to OOPs.

source http://www.c-sharpcorner.com/article/introduction-to-linq-with-entity-framework-in-visual-studio2/

Microsoft Launches AI Powered Resume Assistant To Office 365

Microsoft has integrated AI-powered resume assistant service for the Office 365 subscribers on Windows.

source http://www.c-sharpcorner.com/news/microsoft-launches-ai-powered-resume-assistant-to-office-365

How To Install React Native - A Step By step Guide

React Native uses Node.js, a JavaScript runtime, to build your JavaScript code. React Native also requires a recent version of the Java SE Development Kit (JDK) to run on Android. Follow the instructions for your system to make sure you install the required versions.

source http://www.c-sharpcorner.com/Blogs/how-to-install-react-native-step-by-step

How To Manage Policy And Procedure Documents In SharePoint

Nowadays, SharePoint is the most popular and productive document management system. It offers users ample opportunities, and it’s the best solution to manage policies and procedures.

source http://www.c-sharpcorner.com/Blogs/how-to-manage-policy-and-procedure-documents-in-sharepoint

How To Get Started With Always Encrypted For Beginners - Part One

Encryption has always been intriguing to me but seemed like it could be a very complex process to set up. However, SQL Server has made it very simple when they introduced Always Encrypted (AE) into SQL Server 2016 and Azure SQL Database. Unlike Transparent Data Encryption (TDE) which only encrypts data files and backups at rest, AE is configured on a column level and not database level. Additionally, Always Encrypted is available in Standard (and Express) Edition, starting with SQL Server 2016 SP1. You can easily encrypt a social security number (SSN) which is considered very sensitive within the United States or Salary column in a table with just a few clicks. In past versions of SQL Server, you could use cell-level encryption (CLE) perform this, but it required code changes and the keys were stored in the database, and the data was sent to the application unencrypted. Which brings us to the other benefit of AE, which is that DBAs can no longer see the unencrypted values of the data,

source http://www.c-sharpcorner.com/article/how-to-get-started-with-always-encrypted-for-beginners-part-one/

Microsoft Announces General Availability Of Azure CosmosDB Graph API

Azure Cosmos DB Graph API, by providing the graph functionality over globally distributed managed service has become the first cloud database.

source http://www.c-sharpcorner.com/news/microsoft-announces-general-availability-of-azure-sharpcosmosdb-graph-api

Google Announces Android KTX For Kotlin Development

Recently, Google has announced the preview of new Android version, Android KTX.

source http://www.c-sharpcorner.com/news/google-announces-android-ktx-for-kotlin-development

Amazing Guide To SharePoint Framework Development With React

What would you think when you see the ongoing modern updates in SharePoint Online. Super cool!! Isn’t it. Modern UI, Modern Pages, Modern web parts and a lot of modern APIs are revolving around SharePoint nowadays and that brings a lot of features to SharePoint world. The features, which we missed in past days are coming in the form new way.

source http://www.c-sharpcorner.com/article/amazing-guide-to-sharepoint-framework-development-with-react/

Unit Test In .NET Core Application Using MSTest

In this article, I will explain you about the unit test in asp.net core using MSTest.

source http://www.c-sharpcorner.com/article/unit-test-in-net-core-application-using-mstest/

WordPress With Microsoft Azure Web App

In this video will learn how to create WordPress website with Azure web app using Microsoft Azure portal.

source http://www.c-sharpcorner.com/article/wordpress-with-microsoft-azure-web-app/

Wednesday, February 7, 2018

How To Always Use Angular's Latest Version With Visual Studio 2017

This article explains how to use the latest version of Angular with Visual Studio 2017.

source http://www.c-sharpcorner.com/article/always-use-angular-latest-version-with-visual-studio-2017/

Apple Starts Implementing Progressive Web App (PWA) Plumbing & Rejecting App Store Submissions

Apple has recently begun purging iOS apps, rejecting new submissions and started work on Service Workers and Web Manifest support.

source http://www.c-sharpcorner.com/article/apple-starts-implementing-progressive-web-app-pwa-plumbing-rejecting-app-sto/

Cookie Authentication With ASP.NET Core 2.0

Authentication is an integral part of web security. ASP.NET Core provides multiple ways to implement authentication in a web application. We will be looking into on such technique - Cookie authentication in this article.

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

How To Create A Basic Bot Using Bot Service In Azure Portal

Bot Service allows you to create, connect, test, deploy and manage bots from your browser. It also provides the Bot Builder SDK for developing bots and the Bot Framework for connecting bots to channels. You can use five default available bot templates to get started with building bots.

source http://www.c-sharpcorner.com/article/how-to-create-a-basic-bot-using-bot-service-in-azure-portal/

Unit Test In .NET Core Application Using XUnit

There are three different test frameworks for Unit Testing supported by ASP.NET Core: MSTest, xUnit, and NUnit; that allow us to test our code in a consistent way. In this article, I will explain about the xUnit framework. the XUnit is an open souce test framework and main focus of this framework are extensibility and flexibility. It follows more community focus to being expand.

source http://www.c-sharpcorner.com/article/unit-test-in-net-core-application-using-xunit/

Microsoft Announces Blazor

Microsoft Announces Blazor, an experimental web UI framework based on popular language C#, Razor, ad HTML.

source http://www.c-sharpcorner.com/news/microsoft-announces-blazor

Microsoft Defines Windows Progressive Web App Plans for 2018

Microsoft articulated more about their Progressive Web Application plans in a recent article. They are the first platform to include PWAs in their App Store.

source http://www.c-sharpcorner.com/article/microsoft-defines-windows-progressive-web-app-plans-for-2018/

CRUD Operation In SharePoint 2013

We used different type of object model to perform the crud operation on SharePoint list.

source http://www.c-sharpcorner.com/Blogs/crud-operation-in-sharepoint-2013

Synchronous VS Asynchronous Statistics Updates

Implement to help with performance is changing from Update Statistics Synchronous to Auto Update Statistics Asynchronously.

source http://www.c-sharpcorner.com/article/synchronous-vs-asynchronous-statistics-updates/

Microsoft Brings Progressive Web Apps To Edge And Windows 10

Windows has introduced Progressive Web Apps to Edge and Windows 10.

source http://www.c-sharpcorner.com/news/microsoft-brings-progressive-web-apps-to-edge-and-windows-10

Tuesday, February 6, 2018

Introduction To Microsoft Cloud App Security

Security is the million-dollar question for organizations who are moving to the cloud from on-premise. They want their data and applications to be as secure as possible from attacks like phishing, hacking, data breaches, insecure APIs, and recent threats that have come up, namely Ransomware and WannaCry. Like other IT giants, Microsoft is working hard to get its cloud security tight using various tools and technologies, and one of them is Cloud App Security.

source http://www.c-sharpcorner.com/article/introduction-to-microsoft-cloud-app-security/