Saturday, March 31, 2018

Create Components In Angular 5

In this article, we will learn what a component is and how to create components.

source https://www.c-sharpcorner.com/article/creating-components-in-angular-5/

ExtraTextView In Android Using Android Studio

In this article, we are going create a ExtraTextView in Android using Android Studio.

source https://www.c-sharpcorner.com/article/extratextview-in-android-using-android-studio/

How To Read Temperature Using BBC Micro:Bit

In this tutorial, I am going to write about how to read temperature using Micro:Bit.

source https://www.c-sharpcorner.com/article/how-to-read-temperature-using-bbc-microbit/

Philly Tech 365 Conference Announced

Introducing a new conference series, Tech365, launching in Philadelphia under the name, PhillyTech365.

source https://www.c-sharpcorner.com/news/philly-tech-365-conference-announced

Single Page Application Using ASP.NET Core - Angular

In this post, we are going to create a Single Page Application (SPA) with AngularJS and ASP.Net Core. We will use Angular-UI-Router for our application routing instead of MVC routing.

source https://www.c-sharpcorner.com/article/single-page-application-using-asp-net-core-angular/

How To Check Password Strength In jQuery

In this blog we will discuss how to create password strength using JQuery.

source https://www.c-sharpcorner.com/Blogs/how-to-check-password-strength-in-jquery

SharePoint Tutorial-Custom Permission Levels

SharePoint Permission levels are basically the rights or authority a user is assign or given to perform some specific action or task in the SharePoint application site or list items etc.

source https://www.c-sharpcorner.com/Blogs/sharepoint-tutorialcustom-permission-level

Friday, March 30, 2018

Are You Hungry For Knowledge? There Is Free Lunch!

If you want to advance your career or want to sharpen your skills or just want to keep yourself updated with what's new in technology or in your field, there are many avenues from which you can gain knowledge and that too for free.

source https://www.c-sharpcorner.com/article/are-you-hungry-for-knowledge-there-is-free-lunch/

ASP.NET Core - Getting Started With Blazor

In this article, we will understand the new .NET framework – Blazor and create a sample calculator application using ASP.NET Core and Blazor.

source https://www.c-sharpcorner.com/article/asp-net-core-getting-started-with-blazor/

How To Control Mini Servo With BBC Micro - Bit

In this tutorial, I will show how can we control and drive Mini servo with BBC Micro: Bit.

source https://www.c-sharpcorner.com/article/how-to-control-micro-servo-with-bbc-microbit/

Latest Trends For Android And iOS Application Development In 2018

App development is not an easy game today. With tremendous of diversifying apps, it is more than important to come up with an app that gets noticed. Apart from getting noticed, the app should be appreciated by the users as well. Therefore, the apps developed should be of the recent trends available in the market. Monotonous apps are the first ones to get ruled out of the industry or being replaced by the competitor's apps.

source https://www.c-sharpcorner.com/article/latest-trends-for-android-and-ios-application-development-in-2018/

C# Object To JSON Parser (JSON Serializer)

This article demonstrate how to parse a C# object into JSON string without using any .Net serializer and third party libraries.

source https://www.c-sharpcorner.com/article/object-to-json-converter/

Upload And Set Office 365 Profile Image Using Microsoft Graph API

In this article, I have explained how to change your profile image in Office 365 and set it into Office 365 from SharePoint online using Microsoft Graph API.

source https://www.c-sharpcorner.com/article/upload-and-retrive-office-365-profile-image-using-microsoft-graph-api/

What Are Smart Contracts In Blockchain?

A smart contract is a computer protocol intended to digitally facilitate, verify, or enforce the negotiation or performance of a contract. Smart contracts allow the performance of credible transactions without third parties. These transactions are trackable and irreversible. Smart contracts were first proposed by Nick Szabo, who coined the term, in 1994.

source https://www.c-sharpcorner.com/article/what-are-smart-contracts-in-blockchain/

Building An Angular 5 CLI Project With ngx-bootstrap

This article will demonstrate how to create Angular 5 project using CLI and implement ngx-bootstrap or Bootstrap 3 with it.

source https://www.c-sharpcorner.com/article/building-an-angular-5-cli-project-with-ngx-bootstrap/

Oracle Announces World’s First Autonomous Data Warehouse Cloud

Recently, Oracle has announced the availability of a new Oracle Autonomous Data Warehouse Cloud that will be equipped with Oracle's previously announced autonomous database.

source https://www.c-sharpcorner.com/news/oracle-announces-worlds-first-autonomous-data-warehouse-cloud

Angular - Understanding NgModule

When we create any Angular application through Angular CLI, we can see NgModule in app.module file – which is imported from @angular/core module.

source https://www.c-sharpcorner.com/Blogs/angular-understanding-ngmodule

Why Angular WebPart Is Not Loading In IE

In this blog I would like to share the solution for why angular web part is not loading in IE

source https://www.c-sharpcorner.com/Blogs/why-angular-web-part-is-not-loading-in-ie

Send Email Using Gmail SMTP

EnableSSL property generally specifies whether SSL is used to access the specified SMTP mail server or not.Please go through the piece of code to send Email as given below. Now a days gmail has become more secure due to various security reasons , so while sending email using mailmessage class we get the Authentication Error also.Please follow the steps given below to change some settings in Sender gmail account to get rid of that error.

source https://www.c-sharpcorner.com/Blogs/send-email-using-gmail-smtp

Terry Myerson Leaves Microsoft After 21 Years

Recently, Microsoft has announced that Terry Myerson, Executive Vice President of the Windows and Devices Group, will be leaving Microsoft with a great experience of 21 years.

source https://www.c-sharpcorner.com/news/terry-myerson-leaves-microsoft-after-21-years

Delegates And Events - What Are They And Usage

Most of the blogs you can find an answer that Delegates are similar to function pointers in C, and we can use Delegate to call methods at runtime.

source https://www.c-sharpcorner.com/Blogs/delegates-and-events-what-are-they-and-usage

Developing RESTful API in ASP.Net With Add Method

In this episode, I am gonna teach you how we can develop RESTful API in Asp.Net. In the Next Video i will show you how to consume this RESTful API in Xamarin Android.

source https://www.c-sharpcorner.com/article/developing-restful-api-in-asp-net-with-add-method/

Learn C# Online With Try .NET

Learn how you can run C# code in the browser and learn C# without installing Visual Studio. This is perfect when you are getting started with C# to familiarise with the language and it's also great for experienced developers.

source https://www.c-sharpcorner.com/article/learn-c-sharp-online-with-try-net/

Utilizing Azure Redis Cache As Backend For Chat App

I have had some experiences trying to build a chat application—most of the time I failed, or I had some other important stuff to deal with. A few weeks back I wanted to check some services on Microsoft Azure, and Azure Redis Cache got my attention. As much as the name sounds crazy, the service itself is great, and runs on the Redis protocol.

source https://www.c-sharpcorner.com/article/utilizing-azure-redis-cache-as-backend-for-chat-app/

Thursday, March 29, 2018

Flutter With Android Studio Step By Step Installation Guide



source https://www.c-sharpcorner.com/article/flutter-with-android-studio-step-by-step-installation-guide/

Implementing Blockchain Miner Rewards And Transactions In JavaScript

In the previous article, Creating a Blockchain Using JavaScript, you learned how to create a simple blockchain application in JavaScript.

source https://www.c-sharpcorner.com/article/implementing-blockchain-miner-rewards-and-transactions-in-javascript/

WPF - REST Web API Consumption

This article is about REST Web API Consumption in WPF client-side software/application.

source https://www.c-sharpcorner.com/article/wpf-rest-web-api-consumption/

Bitcoin Lightening Network Is Live Now

Welcome to a new Bitcoin technology, the Bitcoin Lightening Network, that is available now.

source https://www.c-sharpcorner.com/news/bitcoin-lightening-network-is-live-now

Azure AD Authentication For MVC Web Application

Azure AD is designed for internet scale, Internet-based standards, and protocols and it is not a replacement for on-premises Windows Active Directory.

source https://www.c-sharpcorner.com/article/azure-ad-authentication-for-mvc-web-application/

Decide Between Classic SharePoint And Modern SharePoint

SharePoint has been serving as a collaboration platform over the years now and have offered new features with each of its rolls out that may be over the version upgrades or over the cumulative updates. Modern sites in SharePoint are very much trending nowadays and offers nice features and usability as compared to the classic sites.

source https://www.c-sharpcorner.com/article/decide-between-classic-sharepoint-and-modern-sharepoint/

Run And Stop Activity Indicator In Xamarin Forms

This article demonstrates the Run and Stop activity indicator in Xamarin.Forms application.

source https://www.c-sharpcorner.com/article/run-and-stop-activity-indicator-in-xamarin-forms/

System-Versioned Temporal Tables

Every once in a while, I like to take a moment and learn something new about the latest SQL Server gizmos and gadgets. Today I came across system-versioned temporal tables and it piqued my interest, so I figured I’d investigate and share my findings with you.

source https://www.c-sharpcorner.com/article/system-versioned-temporal-tables/

Add New Item Permission Using SharePoint Workflow And REST API

I’m going to explain how to add a new permission to the item using SharePoint REST API and SharePoint Designer Workflow 2013.

source https://www.c-sharpcorner.com/article/add-new-item-permission-using-sharepoint-workflow-and-rest-api/

How To Prevent Yourself From Hacking

In this blog, I will talk about some more cool tips and tricks to help you prevent yourself from getting hacked.

source https://www.c-sharpcorner.com/Blogs/how-to-prevent-from-hacking

ngx-gauge In Angular

Getting started ngx-gauge in Angular

source https://www.c-sharpcorner.com/Blogs/ngxgauge-in-angular

How To Create Like/Dislike In Angular

In this blog, you will learn to create like/dislike button in Angular js.

source https://www.c-sharpcorner.com/Blogs/how-to-create-likedislike-in-angular-js

Create Angular Application Using Angular CLI

In this tutorial, We will learn how we can create first angular 4 application with few steps.

source https://www.c-sharpcorner.com/Blogs/create-angular-4-application-using-angular-cli

Microsoft Ignite Conference Dates Announced

Recently, Microsoft has announced that dates of Ignite Conference. The conference will take place in Orlando, Florida from September 24-28. The registration date for the Conference is 3 April.

source https://www.c-sharpcorner.com/news/ignite-conference-announced-registration-on-april-3

Are SharePoint Hub Sites Here To Replace The Traditional Intranet?

With the rollout of the new Hub Site feature for SharePoint online, we can see different use cases is explained, how it can be used. From grouping sites to replacing the traditional Intranets to challenging the ready-made Intranet products in the market.

source https://www.c-sharpcorner.com/article/are-sharepoint-hub-sites-here-to-replace-the-traditional-intranets/

C# 6.0 Features In Visual Studio 2015

C-Sharp introduce no big concepts but many small features that makes you keep cleaning your code, get rid of boilerplate and let you stand up more clearly.

source https://www.c-sharpcorner.com/article/c-sharp-6-o-features-in-visual-studio-20152/

Wednesday, March 28, 2018

Angular - Creating Custom Pipe(|)

As we already know that Pipes (|) in Angular are used to transform the data before displaying in a browser. So in this article, my requirement is to filter the student record based on the value i.e. Name of the student entered in the search textbox given at the top.

source https://www.c-sharpcorner.com/article/angular-creating-custom-pipe/

Custom Editor With Dropdown List In Kendo Grid

From this article you will learn how to implement the custom editor with dropdown list in kendo grid

source https://www.c-sharpcorner.com/article/custom-editor-with-dropdown-list-in-kendo-grid/

Implementing A Blockchain Proof-Of-Work In JavaScript

In the previous article, Creating a Blockchain Using JavaScript, you learned how how to create a simple blockchain application in JavaScript.

source https://www.c-sharpcorner.com/article/implementing-a-proof-of-work-in-javascript/

JavaScript Postback Download Via PowerShell

Recently, one of my clients had a need to automatically download a file from a public facing state government website. Normally this can easily be done in a number of ways. Powershell is the first way that comes to mind but you could also utilize scripting tools such as wget or curl just to name a couple. However, thanks to the awesome power (note: sarcasm) of Dot Net Nuke, the download link is hidden behind Javascript postback functionality.

source https://www.c-sharpcorner.com/article/javascript-postback-download-via-powershell/

TN Image View In Android Using Android Studio

In this article, we are going create a TN image view in android using Android Studio.It is a type of library which makes the image touchable and movable.By using this we can move the image with a simple touch.

source https://www.c-sharpcorner.com/article/tn-image-view-in-android-using-android-studio/

Image Navigatiion In Xamarin.Forms Application

How to create a image navigation in Xamarin Forms application

source https://www.c-sharpcorner.com/article/image-navigatiion-in-xamarin-forms-application/

Multiple Models In One View Using ASP.NET MVC And Entity Framework

In a client requirement, I needed to create a page where two forms or models exist in a single View (page), like login and registration in the same single view.

source https://www.c-sharpcorner.com/article/multiple-models-in-a-single-view-in-asp-net-mvc/

Fined The Max Or Min Value In Properties Using LINQ

I am creating a properties of class and data is addedd from theses property if one property is like DateTime so how to fined max time.

source https://www.c-sharpcorner.com/Blogs/fined-the-max-or-min-value-in-properties-using-linq

Creating SQL Database In Azure Portal

In this series, i am gonna teach you how we can develop RESTful API in Asp.Net and how we can consume this RESTful API in Xamarin.Android. In the first episode, i will create SQL database in Azure portal.

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

Office 365 Development Overview

In this video we will see why Office 365 development, Office 365 Developer Program, ways to develop Office 365 Apps/Integration, registering Office 365 Application, tools for Office 365 development.

source https://www.c-sharpcorner.com/article/office-365-development-overview/

Dynamic Master Detail Page In Xamarin.Forms

This article demonstrates how to create and use a Dynamic Master-Detail-Page in Xamarin.Forms, XAML, and C#. This article starts with the introduction of the Master-Detail-Page tag in XAML.

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

Tuesday, March 27, 2018

Stream Web API Transactions Using SignalR

In the new world of APIs and microservices, it is absolutely correct to say that things have started moving really quickly; .i.e., transforming an idea into a product. But with all this agility comes a lot of moving parts, which sometimes results in serious overhead and in some cases failure of the sole product.

source https://www.c-sharpcorner.com/article/stream-web-api-transactions-using-signalr/

Creating An Accounting Application With C#- Part Two

This article is the second part of the series of Creating Accounting applications with C# Tutorial. If you didn’t read the first part, please have a look at it before continuing with this.

source https://www.c-sharpcorner.com/article/creating-accounting-application-with-c-sharp-tutorial-part-two/

MVC CRUD Operations Using Entity Framework

In this article I am going to talk about MVC CRUD Operations Using Entity Framework 6 without writing any code. First, you should learn about MVC and the basics of Entity Framework.

source https://www.c-sharpcorner.com/article/mvc-crud-operations-using-entity-framework/

Natural Language Processing Tokenization

You might have heard a lot about one of the hottest topics i.e., Natural Language Processing.

source https://www.c-sharpcorner.com/article/natural-language-processing-tokenization/

Monitoring Specific Table Using SQL Profiler

This article helps you to understand how to use the SQL Profiler, and how to trace a particular table.

source https://www.c-sharpcorner.com/article/sql-profiler-and-monitor-specific-table-using-sql-profiler/

Play Video In Angular Using Ignite UI Video Player

The Ignite UI Video Player is an HTML 5 Video Player which renders video on a web page with a robust, cross-browser user interface. It support H264/AVC video, Ogg/Theora video, and WebM video formats.

source https://www.c-sharpcorner.com/article/play-video-in-angular-using-ignite-ui-video-player/

Unity - The Big Picture On Game Development

In this article, you will learn how easy it actually is to get your feet wet with Unity and the essentials of starting a project using this game development platform.

source https://www.c-sharpcorner.com/article/unity-a-big-picture-on-game-development/

Implementing Guard In Angular 5 App

In this post, we are going to implement Guard, which helps us to restrict users to access some pages if they haven’t logged in to our application, in Angular 5.

source https://www.c-sharpcorner.com/article/implementing-guard-in-angular-5-app/

Angular - Pipes

Pipes (|) in Angular are used to transform the data before displaying it in a browser. Angular provides a lot of built-in pipes to translate the data before displaying it into the browser.

source https://www.c-sharpcorner.com/article/learn-about-pipes-in-angular/

Star Rating Bar In Android Using Android Studio

In this article, we are going to see how to obtain rating bar in Android using Android Studio.

source https://www.c-sharpcorner.com/article/star-rating-bar-in-android-using-android-studio2/

Xamarin.Forms - Calendar Control in Syncfusion

In this article, you will learn about using Syncfusion Calendar Control in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-calendar-control-in-syncfusion/

Kendo Radial Gauge in jQuery

From this blog, you will learn to implement the kendo radial gauge in jQuery.

source https://www.c-sharpcorner.com/Blogs/kendo-radial-gauge-in-jquery

Implement Repository Pattern In .NET

The intention of this post is to explain about the Repository pattern and how its useful in enterprise applications.

source https://www.c-sharpcorner.com/Blogs/implement-repository-pattern-in-net

Const Vs Read-only In C#

In this video, we will see the difference between const vs read-only in c#, when to use const, and when to use read-only in c#.

source https://www.c-sharpcorner.com/article/const-vs-read-only-in-c-sharp/

Implementing Equality For Reference Types

In this article, you will learn to Implement Equality for Reference Types.

source https://www.c-sharpcorner.com/article/implementing-equality-for-reference-types/

MVC 5 - Action Filters Explained

This article is going to explain the usage of every each MVC 5 action result.

source https://www.c-sharpcorner.com/article/mvc-5-action-filters-explained/

Monday, March 26, 2018

ASP.NET Core - Two Factor Authentication Using Google Authenticator

We will generate a QR code in our ASP.NET Core application and use it to configure Google Authenticator app in our smartphone which will generate a six-digit time-based one-time password (TOTP) to implement two-factor authentication in our web application.

source https://www.c-sharpcorner.com/article/asp-net-core-two-factor-authentication-using-google-authenticator/

Code First Migration - ASP.NET MVC 5 With Entity Framework And MySQL

In this article, we are going to explain Code First Migration in ASP.NET MVC 5 with EntityFrameWork & MySql.

source https://www.c-sharpcorner.com/article/code-first-migration-asp-net-mvc-5-with-entityframework-mysql/

Continuous Deployment With Jenkins And .NET

The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. This architecture makes it easy to extend Jenkins to support MSBuild files, Git version control etc.

source https://www.c-sharpcorner.com/article/continuous-deployment-with-jenkins-and-net/

Create Shimmer For Image In Android Using Android Studio

In this article, we are going to see how to give a shimmer effect to an image in Android app using the Android Studio.

source https://www.c-sharpcorner.com/article/create-shimmer-for-image-in-android-using-android-studio/

Learn About Data Binding In Xamarin.Forms

In this article, you will learn about Data Binding in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/learn-about-data-binding-in-xamarin-forms/

Learn Angular 4.0 In 10 Days - Unit Test - Day Ten (Part Two)

In this article, we will discuss how to perform Unit Test on Angular 5 Components

source https://www.c-sharpcorner.com/article/learn-angular-4-0-in-10-days-unit-test-day-ten-part-two/

Publishing Angular Apps Using Firebase Hosting

In this article, you will learn to publish Angular Apps using Firebase Hosting.

source https://www.c-sharpcorner.com/article/publishing-angular-app-using-firebase-hosting/

Ref And Out KeyWords - Two Separated Twins

In this article, I am going to explain the concepts of some useful keywords like Ref & Out parameters. These keywords are used along with the data to be passed to a function as parameter. Below I will explain a brief explanation about each of these keywords with an example.

source https://www.c-sharpcorner.com/article/ref-out-keywords-two-seperated-twins/

Learn About SharePoint Testing

Define the testing environment, including servers and networks, together with the requirements and the monitoring and reporting tools.

source https://www.c-sharpcorner.com/Blogs/sharepoint-testing

Restore SharePoint Item From Recycle Bin Using PowerShell

Hi Readers, this blog may help you to restore the multiple items from the SharePoint Recyclebin by using PowerShell Traditionally SharePoint has option to restore multiple files from the recycle bin but this will not help in all the cases, because Microsoft recommended 200 items can restore at a time.

source https://www.c-sharpcorner.com/Blogs/restore-sharepoint-item-from-recycle-bin-using-powershell

How To Get Data Using Angular in ASP.NET

In this post we will discuss how to get data from SQL server database using angular js in asp.net. We learn some angular directives in this blog.

source https://www.c-sharpcorner.com/Blogs/how-to-get-data-using-angular-js-in-asp-net

How To Retrieve Data Using AJAX In ASP.NET

In this post we will discuss how to retrieve data from SQL server using Ajax and web service in asp.net.

source https://www.c-sharpcorner.com/Blogs/how-to-retrieve-data-using-ajax-in-asp-net

Microsoft Partners with ClearSky For SMB Licensing

Microsoft Corp. and ClearSky Data have announced their licensing agreement to enable access to Microsoft’s Server Message Block (SMB) file transport technology for ClearSky’s on-demand, hybrid cloud storage service for backup and disaster recovery (DR).

source https://www.c-sharpcorner.com/news/microsoft-partners-with-clearsky-for-smb-licensing

ES6 - Difference Between Var And Let

To declare the variables in JavaScript or Typescript, we often use var or let. Here, we will discuss about what’s the difference between both of the declaration.

source https://www.c-sharpcorner.com/Blogs/es6-difference-between-var-and-let

Oracle Releases Java SE 10

Recently, Oracle has announced the general availability of Java SE 10 (JDK 10).

source https://www.c-sharpcorner.com/news/oracle-releases-java-se-10

Creating Simple Thread In C#

This video shows creating and running threads in C-Sharp. It also explains the use of Thread.Join().

source https://www.c-sharpcorner.com/article/creating-simple-thread-in-c-sharp/

Deep Dive Into The New Features Of SharePoint Online And OneDrive For Business - Part I

Session about all the new features which was introduced by Microsoft recently for SharePoint

source https://www.c-sharpcorner.com/article/deep-dive-into-the-new-features-of-sharepoint-online-and-onedrive-for-business/

Extension Methods In C#

Extension methods enable you to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.

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

AWS MQ Webinar

Introduce AWS offerings that are suited for running HPC workloads in the cloud.

source https://www.c-sharpcorner.com/Resources/4198/aws-mq-webinar.aspx

Saturday, March 24, 2018

Data Binding In Angular 5

In this article, we will go through how can we display data and handling events in Angular.

source https://www.c-sharpcorner.com/article/data-binding-in-angular-5/

How To Create File Picker In Xamarin.Forms

This article demonstrates how to create a file picker in Xamarin.Forms Application.

source https://www.c-sharpcorner.com/article/how-to-create-file-picker-in-xamarin-forms/

How To Programmatically Clear/Cancel Notifications In Xamarin.forms

This article demonstrates how to programmatically clear app notifications without clicking notifications from the notification tray in Xamarin.Forms.

source https://www.c-sharpcorner.com/article/how-to-programmatically-clearcancel-notifications-in-xamarin-forms/

Promotion Of Domain Controller

In this article, you will learn the promotion of Domain Controller.

source https://www.c-sharpcorner.com/article/promotion-of-domain-controller/

Separation Of Concern And Data Access From Within Code

In this article, you will learn the separation of concern and data access from within code.

source https://www.c-sharpcorner.com/article/separation-of-concern-and-data-access-from-within-code/

Bind Combobox With Enum Using ObjectDataProvider WPF MVVM

In this article, you will learn to bind combo box with enum directly using ObjectDataProvider in WPF MVVM.

source https://www.c-sharpcorner.com/article/bind-combobox-with-enum-using-objectdataprovider-wpf-mvvm/

Learn About Selenium Using C#

In this article, you will learn about Selenium using C#.

source https://www.c-sharpcorner.com/article/learn-about-selenium-using-c-sharp/

Insert XML Data In Database Using Stored Procedure In SQL Server

In this article I’ll explain how to insert data from XML Sheet using sql server. Few days ago my client says they have data in XML format and want to insert all the records which is available in XML Format that should be insert in database. So, to archive this kind of requirements from my client I had written kind of sql query and procedure which helps me to insert all the record in bulk from XML Sheet. So, in this article I am going to explain how to create store procedure to insert all the record in table from XML sheet. In this created stored procedure i simply was passing complete XML data as parameter. So Lets Start and take example for demonstration.

source https://www.c-sharpcorner.com/Blogs/insert-xml-data-in-database-using-stored-procedure-in-sql-server

Friday, March 23, 2018

Azure Table Storage Design Manage And Scale Table Partitions

In this tutorial, we will discuss the designing, managing, and scaling of Azure table storage partitions.

source https://www.c-sharpcorner.com/article/azure-table-storage-design-manage-and-scale-table-partitions/

Circle Image In Xamarin.Forms

In this article, we will learn to make an image circle using Xam.Plugins.Forms.ImageCircle plugin.

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

Create A New Application In DotVVM

In this article, we will learn the step-by-step method to create your first DotVVM application in .NET Core.

source https://www.c-sharpcorner.com/article/create-a-new-application-in-dotvvm/

Create Charts In ASP.NET MVC Using Ignite UI jQuery

In this article, you will learn to represent Data using Ignite UI jQuery Charts with MVC.

source https://www.c-sharpcorner.com/article/how-to-represent-data-using-ignite-ui-jquery-charts-with-mvc/

ListView In Android - Kotlin

In this article, we will learn to work with ListView in Android using Kotlin.

source https://www.c-sharpcorner.com/article/listview-in-android-kotlin/

Step-By-Step Demo Of Creating A VNet To VNet Connection In Microsoft Azure

In this article, I am going to show you how to create a VNet to VNet connection using Virtual Network Gateways.

source https://www.c-sharpcorner.com/article/step-by-step-demo-of-creating-a-vnet-to-vnet-connection-in-microsoft-azure/

Task And Thread In C#

The Thread class is used for creating and manipulating a thread in Windows. A Task represents some asynchronous operation and is part of the Task Parallel Library, a set of APIs for running tasks asynchronously and in parallel.

source https://www.c-sharpcorner.com/article/task-and-thread-in-c-sharp/

Security Updates For Google Cloud Platform Announced

Recently, Google has announced more than 20 security updates for Google Cloud Platform

source https://www.c-sharpcorner.com/news/security-updates-for-google-cloud-platform-announced

CRUD Operations In ASP.NET MVC Using Angular With Basics - Part Three

This is Part 3 of "CRUD Operations in Asp MVC using Angular 2 with Basics." In our previous articles we have added the following Angular files and controller.

source https://www.c-sharpcorner.com/article/crud-operations-in-asp-mvc-using-angular-2-with-basics-part-three/

Custom Buttons In Android Using Android Studio

In this article we are going to see how to create custom buttons with different attributes such as different color, shape, size, etc.

source https://www.c-sharpcorner.com/article/custom-buttons-in-android-using-android-studio/

URL Module In Node.js

URL Module in node.js provides functionality for URL utilities and parsing for the same. By using these many properties you can perform plenty of operations with you nodejs application specific to URL.

source https://www.c-sharpcorner.com/article/url-module-in-node-js/

Google Looking Forward To Work On Blockchain-Related Technology

Tech giant, Google is working on Blockchain-related technology to support its cloud business and head off the competition from the emerging startups using heavily-hyped technology for operating technology in a different way.

source https://www.c-sharpcorner.com/news/google-looking-forward-to-work-on-blockchainrelated-technology

What Are These Backup Settings All About

I ran across a client the other day that had these Backup and Recovery options set like the picture below because it is defaulted this way. The Database Administrator didn’t know what they should configure them as so he left them alone. I find this is the case with a lot of options. For the most part leaving the defaults can be just fine, but other leaving others cause leave you missing out on some good features.

source https://www.c-sharpcorner.com/article/what-are-these-backup-settings-all-about/

Second Preview Of Visual Studio 2017 Version 15.7 Released

Recently, Microsoft has released the second preview of Visual Studio 2017 version 15.7.

source https://www.c-sharpcorner.com/news/second-preview-of-visual-studio-2017-version-157-released

Thursday, March 22, 2018

Angular @Output() Directive

In this article we are going to talk about how to send data from child component to parent component using the @Output() directive. For simplicity I am going to use the same code which I have used in my previous article and I will add some more code to explain output directive so in case you missed my previous article then I would recommend you to read that first.

source https://www.c-sharpcorner.com/article/angular-output-directiveoutput/

Circle Image In Xamarin.Forms Using CustomRenderer

Circular images in apps are nowadays very popular in app development. Most of the applications we need to make user profile as circle image e.t.c. So in this article, we can learn how to make Image circle using CustomRenderer.

source https://www.c-sharpcorner.com/article/circle-image-in-xamarin-forms-using-customrenderer/

Creating A Blockchain In JavaScript

In the previous article, Getting Started With Blockchain Using JavaScript, you learned how blockchain works. Now, the next step is to write some blockchain code and write our first application. In this video series, you will learn how to build a simple blockchain application using JavaScript.

source https://www.c-sharpcorner.com/article/creating-a-blockchain-in-javascript/

CRUD Operation In ASP.NET MVC Using Angular With Basics - Part Two

In this article, we are going to create a Database and controller to perform CRUD operation using Angular.

source https://www.c-sharpcorner.com/article/crud-operation-in-asp-mvc-using-angu/

Data Governance Using Labels In Office 365

Many organizations have started using Office 365 for their business purpose. With this now we have many documents being stored all across Office 365. With this, organizations are looking for implementing the governance around their data. The documents should be classified and governance should be carried over as per the classification. Performing all these things manually is next to impossible, as the document can be anywhere in Office 365 and can be uploaded by any user.

source https://www.c-sharpcorner.com/article/data-governance-using-labels-in-office-365/

DotVVM In Real-World Apps - Part One - Basic CRUD

In this article series, I would like to show how DotVVM works in more complicated web applications and demonstrate useful features you may appreciate in your next project – an admin site, intranet portal or a CRM/ERP web app.

source https://www.c-sharpcorner.com/article/dotvvm-in-real-world-apps-part-one-basic-crud/

File Logging And MS SQL Logging Using Serilog With ASP.NET Core 2.0

In this article, you will learn File Logging and MS SQL Logging using Serilog with ASP.NET Core 2.0.

source https://www.c-sharpcorner.com/article/file-logging-and-ms-sql-logging-using-serilog-with-asp-net-core-2-0/

Step-By-Step Demo Of Creating A Point-To-Site VPN Connection

In this article, I am going to show you the demo of how to establish a point to site VPN connection.

source https://www.c-sharpcorner.com/article/step-by-step-demo-of-creating-a-point-to-site-vpn-connection2/

Google May Show Alert On Your Website After March 15, 2018

Digicert finishes acquisition of Symantec's SSL and related PKI solution business. Now the browser community distrusts Symantec SSL certificates and after 15th March 2018, your website with Symantec SSL will be shown as "Not Secure". Learn What should be your next step during this course of transition.

source https://www.c-sharpcorner.com/Blogs/google-may-show-alert-on-your-website-after-march-15-2018

How To Fix "Unrecognized attribute targetFramework" Error

Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

source https://www.c-sharpcorner.com/Blogs/how-to-fix-unrecognized-attribute-targetframework-error

Apple Adds IBM Watson To Core ML

Recently, at Think 2018 IBM has announced that they are expanding their partnership with Apple by offering Watson Services for Core ML and the newly designed IBM Cloud Developer Console for Apple.

source https://www.c-sharpcorner.com/news/apple-adds-ibm-watson-to-core-ml

Maintaining App Config For Dev, QA And Prod Regions

Maintaining of the different app.config file for different regions can be sometime pain and also pron to errors. Using of the Config sections in the config files can be one of the way to solve the problem.

source https://www.c-sharpcorner.com/Blogs/maintaining-app-config-for-dev-qa-and-prod-regions

Measuring Availability Of Application

Measuring availability is important to keeping your Application highly available. Only by measuring availability, you can understand how your application is performing now and examine how your application availability changes over time.

source https://www.c-sharpcorner.com/Blogs/measuring-availability-of-application

Use Of CallerMemberName With INotifyPropertyChanged Interface In WPF MVVM

In this article, you will learn about the use of CallerMemberName With INotifyPropertyChanged Interface in WPF MVVM.

source https://www.c-sharpcorner.com/article/use-of-callermembername-with-inotifypropertychanged-interface-in-wpf-mvvm/

ASP.Net MVC With Database Connectivity

Connecting SQL Server using ASP.NET MVC.

source https://www.c-sharpcorner.com/article/asp-net-mvc-with-database-connectivity/

Wednesday, March 21, 2018

Android Kotlin - Classes And Objects - Part Four

In this article, we are going to learn about classes and objects in Kotlin with null values.

source https://www.c-sharpcorner.com/article/android-kotlin-classes-and-objects-part-four/

ASP.NET 3D-Chart Control Sample Web Application

This article shows how to make a 3D Pie chart from a datatable

source https://www.c-sharpcorner.com/article/asp-net-3d-chart-control-sample-web-application/

Creating Accounting Application With C# Tutorial - Part One

In this article, you will learn to create an Accounting Application with a C# Tutorial.

source https://www.c-sharpcorner.com/article/creating-accounting-application-with-c-sharp-tutorial-part-one4/

CRUD Operations In ASP.NET MVC Using Angular 2 With Basics - Part One

In modern technology, we have a lot of platforms and tools for building complex web applications. Angular is among them.

source https://www.c-sharpcorner.com/article/crud-operations-in-asp-mvc-using-angular-2-part-one/

Getting Started With Blockchain Using JavaScript

Blockchain technology is one of the Top 5 Developer Trends of 2018 and opens many new opportunities for software developers. Check out Blockchain - An Unblocked Opportunity for Developers.

source https://www.c-sharpcorner.com/article/getting-started-with-blockchain-using-javascript/

Horizontal And Vertical Gradient Color In Xamarin.Forms

Sometimes, we may get the requirement to set Gradient Color for Layout or page. In this article, we can learn how we can set a Gradient Color for Layout or Page using CustomRenderer.

source https://www.c-sharpcorner.com/article/horizontal-and-vertical-gradient-color-in-xamarin-forms/

How To Set Corner Radius For View, Layout, Cell (Grid, Stack, Listview) In Xamarin.forms

This article describes how we can set Corner Radius for Control or View or Layout.

source https://www.c-sharpcorner.com/article/how-to-set-corner-radius-for-view-layout-cell-grid-stack-listview-in-xamar/

Learn Angular 4.0 In 10 Days - Unit Test - Day Ten (Part One)

In this article, we will discuss about how to perform unit test using Angular 4 and Jasmine Framework

source https://www.c-sharpcorner.com/article/learn-angular-4-0-in-10-days-day-nine/

Let's Import Data To Azure SQL Data Warehouse Using SSIS

We have already discussed many ways to import data in Azure DWH. Today I will discuss an OLD SCHOOL approach of data import by SQL Server Integration Services (SSIS). In my opinion, this is the most promising way to import data from different data sets/ types like SQL Server, Oracle, MySQL, Flat File, CSV, DB2 .

source https://www.c-sharpcorner.com/article/lets-import-data-to-azure-sql-data-warehouse-using-ssis/

Step-By-Step Demo Of Creating Azure Virtual Network, Subnets And Network Security Groups - Part Three

In this article, I am going to show you how to create Azure Virtual Machines, Subnets and Network Security Groups.

source https://www.c-sharpcorner.com/article/step-by-step-demo-of-creating-azure-virtual-network-subnets-and-network-securit2/

Orbitz Reports Data Breach Which Affected 880,000 Credit Cards

Recently, a travel booking website, Orbitz has revealed that they have found a Data Breach exposing customers information.

source https://www.c-sharpcorner.com/news/orbitz-reports-data-breach-which-affected-880000-credit-cards

SharePoint Migration tool

This tool will help you to migrate your contents from SharePoint On Premises to SharePoint Online.

source https://www.c-sharpcorner.com/Resources/4194/sharepoint-migration-tool.aspx

Azure Database Services For MySQL And PostgreSQL Now Generally Available

Microsoft has recently announced the general availability of Azure Database for MySQL and Azure Database for PostgreSQL.

source https://www.c-sharpcorner.com/news/azure-database-services-for-mysql-and-postgresql-now-generally-available

How To Get Data Using Angular Services

To get data from external source dynamical we need some we need some tol or we can say we need helper that helps us to get data from external source(DATABASE or SOME FILE) that helpers is called SERVICE.

source https://www.c-sharpcorner.com/Blogs/how-to-get-data-using-angular-2-services

Sessions In Web Services

In this blog you will learn about Sessions in Web Services.

source https://www.c-sharpcorner.com/Blogs/chapter-5-sessions-in-web-services

Microsoft Improves Multi-Member Blockchain Networks On Azure

Recently, Microsoft has announced the Multi-Member Blockchain Networks with some significant enhancements.

source https://www.c-sharpcorner.com/news/microsoft-improves-multimember-blockchain-networks-on-azure

Google's New Platform - Fuchsia and Flutter

Have given just the introduction for the Google's new operating system that will replace Android and Chrome OS in future.

source https://www.c-sharpcorner.com/article/googles-new-platform-fuchsia-and-flutter/

Tuesday, March 20, 2018

Angular - @Input() Directive

In this article we are going to talk about @Input() directive in Angular.

source https://www.c-sharpcorner.com/article/angular-input-directiveinput/

Android Kotlin - Strings And Ranges - Part Three

In this article, we are going to learn about Strings and Ranges in Kotlin with string methods.

source https://www.c-sharpcorner.com/article/android-kotlin-strings-and-ranges-part-three/

Chrome Extension - SharePoint - Tag Unique Permission Lists

Google chrome extension (or Plugin or AddIn) is a useful medium to share features or tools across the tech community. I have prepared one small chrome extension for SharePoint (2013, 2016 and Online) which tags (marks with red button) unique permission lists on SP Site’s Site Content Page.

source https://www.c-sharpcorner.com/article/chrome-extension-sharepoint-tag-unique-permission-lists/

Developing Blockchain App In C++

Blockchain is one of the Top Five Developer Trends of 2018 and it brings many new Blockchains

source https://www.c-sharpcorner.com/article/developing-blockchain-app-in-cpp/

How To Create A Team Project Using Visual Studio Team Services

In this article, we will learn to Create a Team Project using Visual Studio Team Services.

source https://www.c-sharpcorner.com/article/how-to-create-a-team-project-using-visual-studio-team-services/

Keywords - Const, ReadOnly, And Static ReadOnly In C#

In this article, I am going to explain about const, read-only, & static keywords in C#.

source https://www.c-sharpcorner.com/article/keywords-const-readonly-static-in-c-sharp/

Learn About Action Filters In ASP.NET MVC

This article will help you to understand filters in Asp.Net MVC and why we should use them.

source https://www.c-sharpcorner.com/article/learn-about-action-filters-in-asp-net-mvc/

Pre-Deployment And Post-Deployment Script - SQL Database Project

In this article, we will learn Pre-Deployment And Post-Deployment Script on SQL Database Project.

source https://www.c-sharpcorner.com/article/pre-deployment-and-post-deployment-script-sql-database-project/

React Introduction - Day Three

In the third day of the React article series, we are going to learn about React Fundamentals.

source https://www.c-sharpcorner.com/article/react-introduction-day-three/

Secure .NET Core Applications From CSRF Attack: .NET Core Security - Part Two

If we compare .NET Core with .NET as far as the resolution of CSRF attacks is concerned, The ValidateAntiForgeryToken attribute and The AntiForgeryToken HTML helper(@Html.AntiForgeryToken()) are still there in .NET Core. On top of these, there are some more powerful options we have in .NET Core.

source https://www.c-sharpcorner.com/article/secure-net-core-applications-from-csrf-attack-net-core-security-part-two/

Magic Leap Releases Creators Portal For AR Developers

Recently, Magic Leap, Augmented reality company announced a Creators Portal for AR developers. The company has also announced a technical preview of their creator portal and SDK.

source https://www.c-sharpcorner.com/news/magic-leap-releases-creators-portal-for-ar-developers

World’s Smallest Computer By IBM

IBM has recently showcased world’s smallest computer at IBM Think 2018 Conference.

source https://www.c-sharpcorner.com/news/worlds-smallest-computer-by-ibm

How To Enable HTTPS On Your Website For Free

In this article you will get how can you make your site HTTPS and How we enabled SSL on C# Corner for free

source https://www.c-sharpcorner.com/article/how-to-enable-https-on-your-website-for-free/

Difference Between Var And Dynamic In C#

In this blog, I will try to explain the difference between var and dynamic in c# with simple examples

source https://www.c-sharpcorner.com/Blogs/difference-between-var-and-dynamic-in-c-sharp2

Simple Calculator In MVC

In this blog, I will explaine how to use multiple submit button in one pag or one form. So here I will create a simple calculator uing MVC.

source https://www.c-sharpcorner.com/Blogs/simple-calculator2

HTML Text Editor

this Blog explain how to use html Text Editor with an example,

source https://www.c-sharpcorner.com/Blogs/html-text-editor

Volume 23 Of Microsoft Security Intelligence Report Released

Recently, Microsoft has released volume 23 of its Security Intelligence Report.

source https://www.c-sharpcorner.com/news/volume-23-of-microsoft-security-intelligence-report-released

Monday, March 19, 2018

Create Shadow For Image In Android Using Android Studio

This article will show you how to create a shadow for any type of image in an Android application using Android Studio.

source https://www.c-sharpcorner.com/article/create-shadow-for-image-in-android-using-android-studio/

Step-By-Step Demo Of Creating Azure Virtual Network, Subnets And Network Security Groups - Part One

In this article, I am going to show a step by step demo of how to create Azure Virtual Networks, Subnets and Network Security Groups.

source https://www.c-sharpcorner.com/article/creating-azure-virtual-network-subnets-and-network-security-groups-part-1/

Send Email Using Microsoft Graph API From SharePoint Online

In this article, I have explained how to send an email using Microsoft Graph API.

source https://www.c-sharpcorner.com/article/mail-operations-using-microsoft-graph-api/

Process Followed In Agile Scrum Methodology

In this article, I am going to share with you the process followed in Agile methodology.

source https://www.c-sharpcorner.com/article/process-followed-in-agile-scrum-methodology/

Xamarin.Android - Chat Application Using Firebase - Part Two

In this part, I will be completing the remaining process of creating a Chat Application using Firebase.

source https://www.c-sharpcorner.com/article/xamarin-android-chat-application-using-firebase-part-two/

Angular 5 With Material Design Part One: Integrating Angular Material

In this article, we'll walk through the steps which are needed to set up an Angular project, including the Angular Material Design Library in your project.

source https://www.c-sharpcorner.com/article/angular-5-with-material-design-part-1-integrating-angular-material/

Angular Forms - (Model Driven Forms/Reactive Forms )

In this article we are going to talk about Angular Model driven forms/Reactive forms. I have already discussed template driven forms in my previous article.

source https://www.c-sharpcorner.com/article/angular-forms-model-driven-formsreactive-forms/

CSS Class Operations In Angular 5

We use css classes to give a good look and feel to our applications. It is very important to add or remove css classes on runtime to maintain a high user experience in the application. It is a very common thing for any front end developer to do so in JavaScript or Jquery.

source https://www.c-sharpcorner.com/article/css-class-operations-in-angular-5/

How To Install Azure Active Directory Pass-Through Authentication (PTA)

In this article, we will see how to install Azure AD pass-through Authentication (PTA) along with Seamless Single Sign-on (SSSO).

source https://www.c-sharpcorner.com/article/how-to-install-azure-active-directory-pass-through-authentication-pta/

Time Picker In a 24 Hour Format In Xamarin.Forms

This article describes how we can set the 24 hour format for TimePicker Control.

source https://www.c-sharpcorner.com/article/time-picker-as-24-hours-format-in-xamarin-forms/

Facebook Denies To Have Violated 2011 Privacy Consent Decree

Amid being accused of violating the privacy consent decree by selling user data to U.S and U.K politicians, and affecting, the U.S. General elections as well a Brexit Campaign. Facebook has today condemned such accusations.

source https://www.c-sharpcorner.com/news/facebook-denies-to-have-violated-2011-privacy-consent-decree

Method Hiding In C#

In the previous article , I have explained the used of Virtual & Override keywords. It is used for Method overriding concepts in polymorphism.

source https://www.c-sharpcorner.com/Blogs/method-hiding-in-c-sharp

A Course To Learn To Build A Real-World Application With ASP.NET Core And Angular 2

ASP.NET Core is the next generation MVC of ASP.NET. It’s a complete rewrite of the framework, but in a cloud-optimized, modular and cross-platform way, so it could run on Linux Windows and Mac.

source https://www.c-sharpcorner.com/Blogs/a-course-to-learn-to-build-a-realworld-application-with-asp-net-core-and-angular-2

Find Vs Filter In jQuery

In this blog we are going to see the difference between Find and Filter in Jquery

source https://www.c-sharpcorner.com/Blogs/find-vs-filter-in-jquery

Show Image Preview Before Uploading To Database Using jQuery In ASP.NET

In this blog we will discuss how to show image preview before uploading to database in asp.net. We will save image path in database and in image in images folder of our project. This form have all textbox, dropdonlist and fileupload controller validation.

source https://www.c-sharpcorner.com/Blogs/show-image-preview-before-uploading-to-database-using-jquery-in-asp-net

How To Install .NET Core 2

This blog demonstrates, how to install .NET Core.

source https://www.c-sharpcorner.com/Blogs/how-to-install-net-core-2

Create A Logic App In Visual Studio

In this video, we will understand how to build logic app in visual studio and deploy it from VS.

source https://www.c-sharpcorner.com/article/create-a-logic-app-in-visual-studio/

Security And Compliance In Office 365 - Part One

This is a recording of my webinar on Security and Compliance in Office 365 Security (Part-1) .In this session I'll be discussing in detail about how Microsoft secures the customer's data in Office 365 datacenters by following the defence in-depth approach and we will also look into the Security and Compliance offerings in Office 365 such as ATP, Threat Intelligene, DLP, AIP, Compliance Manager for Office 365 and Cloud Access Security Broker etc.

source https://www.c-sharpcorner.com/article/security-and-compliance-in-office-365-part-one/

The technology Behind Bitcoin [Cryptography and Blockchain]

Have tried to provide the overview of the technology behind the Bitcoin.

source https://www.c-sharpcorner.com/article/the-technology-behind-bitcoin-cryptography-and-blockchain/

The History of .NET

Join Richard Campbell on a tour of the history of .NET, Visual Studio and the related tools that have been the principal way that developers build software in the Microsoft space.

source https://www.c-sharpcorner.com/Resources/4189/the-history-of-net.aspx

Azure Storage for Serverless .NET Apps in Minutes

Azure Storage for Serverless .NET Apps in Minutes.

source https://www.c-sharpcorner.com/Resources/4188/azure-storage-for-serverless-net-apps-in-minutes.aspx

Microsoft Azure Service Fabric is Going Open Source

Microsoft Azure Service Fabric is Going Open Source.

source https://www.c-sharpcorner.com/Resources/4187/microsoft-azure-service-fabric-is-going-open-source.aspx

AWS Documentation is Now Open Source and on GitHub

Earlier this Amazon we made the AWS SDK developer guides available as GitHub repos.

source https://www.c-sharpcorner.com/Resources/4186/aws-documentation-is-now-open-source-and-on-github.aspx

Adobe Flash Player gets update to fix two critical vulnerabilities

Adobe has just released Adobe Flash Player 28.0.0.161,to fix two critical bugs spotted in the wild.

source https://www.c-sharpcorner.com/Resources/4178/adobe-flash-player-gets-update-to-fix-two-critical-vulnerabilities.aspx

Microsoft R To Be Default R Language For Anaconda Distribution

Recently, Anaconda, Inc. which is working with Microsoft has announced that the company has brought Microsoft R Open (MRO) to Anaconda users as the default R.

source https://www.c-sharpcorner.com/news/microsoft-r-to-be-default-r-language-for-anaconda-distribution

Apache Ignite 2.4 Brings Advanced Machine Learning And Spark DataFrames Capabilities

Recently, Apache Ignite 2.4 has brought a new version which comes up with Machine Learning and Spark DataFrames Capabilities.

source https://www.c-sharpcorner.com/news/apache-ignite-24-brings-advanced-machine-learning-and-spark-dataframes-capabilities

Defensive Programming - Let Type Checking Work For You

Since I have been a speaker and a teacher, I have always stressed the importance of practicing proper object-oriented programming (OOP) techniques. If you don’t practice OOP, no matter what language you are using, I guarantee you will end up with a “house of cards” and they all eventually fall.

source https://www.c-sharpcorner.com/article/defensive-programming-let-type-checking-work-for-you/

Bind Image In GridView Using C# With ASP.NET

In case of using image uploading and downloading from database, the following sample will help you.

source https://www.c-sharpcorner.com/Blogs/bind-image-in-gridview-using-c-sharp-with-asp-net

ASP.NET MVC Notes - Part One

There is a lot of changes in the web form and MVC you will come to know or you will observe the changes while you start working on Asp.Net MVC.

source https://www.c-sharpcorner.com/article/asp-net-mvc-notes-part-one/

Sunday, March 18, 2018

Terraform - Starting From The Basics - Part Two

If you run the commands mentioned in my first article, there's a file generated after final execution with an extension .tfstate. This is the status file. This file keeps track of all modifications you do inside your .tf file, after the very first execution. So you will get historical information of the changes you are doing in your infrastructure if you use terraform to run your infrastructure needs.

source https://www.c-sharpcorner.com/article/terraform-starting-from-the-basics-2/

Angular From Basic To Expert - Day Four

Angular, Scope in AngularJS

source https://www.c-sharpcorner.com/article/angularjs-from-basic-to-expert-day-four/

Using Azure Redis Cache On Your .Net Core Application

In this article, we will see how to use Azure Redis cache to cache your data and provide a faster way of loading the web pages to the users

source https://www.c-sharpcorner.com/article/using-azure-redis-cache-on-your-net-core-application/

Data Governance And SharePoint Document Security

Office365 has security templates that can be activated in order to scan all documents for critical data like Social Security Numbers, Driver’s License Numbers, Credit Card Numbers, Bank Account Numbers, etc.

source https://www.c-sharpcorner.com/Blogs/data-governance-and-sharepoint-document-security

ng2-smart-table In Angular

Getting started ng2-smart-table with Angular

source https://www.c-sharpcorner.com/Blogs/ng2smarttable-in-angular

Saturday, March 17, 2018

All About Pages In ASP.NET Core 2.0

This article is about @Page and all the different kinds of pages which come by default with ASP.NET Core 2.0 template.

source https://www.c-sharpcorner.com/article/all-about-pages-in-asp-net-core-2-0/

Building API Gateway Using Ocelot In ASP.NET Core - QoS (Quality of Service)

In this article, we will discuss QoS (Quality of Service) module of Ocelot when build API Gateway.

source https://www.c-sharpcorner.com/article/building-api-gateway-using-ocelot-in-asp-net-core-qos/

Getting User Properties From Office 365 Using Microsoft Graph API

In this article, I have explained how to retrieve user properties from Office 365 using Microsoft Graph API

source https://www.c-sharpcorner.com/article/getting-user-properties-from-office-365-using-microsoft-graph-api/

Learn About SSMS Output Window

In my experience, there have been occasions where SQL Server Management Studio (SSMS) becomes unresponsive for a length of time. In one particular case, this occurred while I was expanding the list of databases. SSMS just sat there and waited for some unknown reason and became frustrating. The client eventually did respond and life was good again.

source https://www.c-sharpcorner.com/article/learn-about-ssms-output-window/

Three Steps To Install Angular And Create Your First Hello World Angular App

Before creating our first Angular app first we’ll see how to install Angular on a Windows system.

source https://www.c-sharpcorner.com/article/three-steps-to-install-angular-and-create-first-hello-world-angular-app/

Add Multiple Columns Using DAX In Power BI

In this article we will talk about how can we add multiple columns in Power BI using DAX expression.

source https://www.c-sharpcorner.com/article/sum-multiple-column-using-dax-in-power-bi/

ngx-mydatepicker In Angular

First we have to install npm commands in our project npm install ngx-mydatepicker --save.commands for add external dependency.

source https://www.c-sharpcorner.com/Blogs/ngxmydatepicker-in-angular

Fixing Active Directory Error Logon Failure - Unknown User Name Or Bad Password

Fixing System.DirectoryServices.DirectoryServicesCOMException (0x8007052E): Logon failure: unknown user name or bad password.

source https://www.c-sharpcorner.com/Blogs/fixing-active-directory-error-logon-failure-unknown-user-name-or-bad-password

Getting Started With ASP.NET Core 2.0 Identity And Role Management

In this article, we will see in detail how to use ASP.NET Core Identity in MVC Application for creating user roles and displaying the menu depending on user roles.

source https://www.c-sharpcorner.com/article/getting-started-with-asp-net-core-2-0-identity-and-role-management/

Friday, March 16, 2018

Angular Forms (Template Driven Forms)

In this article we are going to talk about Angular2 forms.

source https://www.c-sharpcorner.com/article/angular-forms-template-drive-forms/

Building Real Time Applications With Firebase Database And Angular

Firebase helps us make development faster, so we can skip the development part where we build API and database objects like stored procedure.

source https://www.c-sharpcorner.com/article/building-real-time-application-with-firebase-database-and-angular/

Creating A Virtual Switch In Hyper-V

A communication channel for virtual machines with each other is defined via virtual switch, so virtual switch can be defined as a program that enables virtual machines to communicate. It actually binds the physical machine network's adapter with a virtual host.

source https://www.c-sharpcorner.com/article/creating-a-virtual-switch-in-hyper-v/

Enable Output Cache Settings In SharePoint Online

In this article, I would like to share the steps to configure the Output cache in SharePoint online. Output cache settings is available on the SharePoint publishing sites.

source https://www.c-sharpcorner.com/article/enable-output-cache-settings-in-sharepoint-online/

Hide And Group Columns In SSRS Using A Parameter

Ever had users come to you and request another version of a report just to add another field and group data differently? Today, was such the day for me. I really don’t like having multiple versions of the same report out there. So, I got a little fancy with the current version of the report and added a parameter then used expressions to group the data differently and hide columns. For those new to SSRS I've embedded some links to MSDN to help you along the way.

source https://www.c-sharpcorner.com/article/hide-and-group-columns-in-ssrs-using-a-parameter/

Introduction To Azure Architecture - Part Two

I will cover rest of the architecture of Azure in this article. so let's see them one by one.

source https://www.c-sharpcorner.com/article/introduction-to-azure-architecture-part-2/

Terraform - Starting From The Basics

In my experience, it gives flexibility to directly start with only knowledge of JSON operation in place of many other tools.

source https://www.c-sharpcorner.com/article/terraform-starting-from-basics/

Microsoft Open Sources Service Fabric

Microsoft has recently announced that they are making the Service Fabric open source under the MIT license.

source https://www.c-sharpcorner.com/news/microsoft-open-sources-service-fabric

Intel Re-Designs Its 8th Generation Xeon And Core Processors

Recently, Intel has announced a redesigned version of its 8th Generation Processors Xeon and Core processors.

source https://www.c-sharpcorner.com/news/intel-redesigns-its-8th-generation-xeon-and-core-processors

Show And Hide Password Using jQuery In ASP.NET

In this blog, we will discuss how to show and hide password using jQuery in ASP.NET. By clicking a checkbox or mouse hover on the icon, we can make the password visible.

source https://www.c-sharpcorner.com/Blogs/show-and-hide-password-using-jquery-in-asp-net

Components In Angular 5 - Part Two (Properties Of Component)

We know that @Component decorator functions take an object, and this object contains a lot of properties. So, in this article, I am trying to explain component's object property with example.

source https://www.c-sharpcorner.com/Blogs/components-in-angular-5-part-two-properties-of-component

Know Your Database Metadata With C# Code

In this blog, we will see some tricks to analyze the database metadata.

source https://www.c-sharpcorner.com/Blogs/know-your-database-meta-data-with-c-sharp-code

Create Custom New, Edit And View List Forms Using SharePoint Designer

This blog describes how to modify the layout of New, edit and view forms of SharePoint list using SharePoint Designer.

source https://www.c-sharpcorner.com/Blogs/create-custom-new-edit-and-view-list-forms-using-sharepoint-designer

Google Renames Android Wear To Wear OS

Recently, Google has officially confirmed that it has changed the name of Android Wear as Wear OS with a new slogan “Make Every Minute Matter”.

source https://www.c-sharpcorner.com/news/google-renames-android-wear-to-wear-os

Future of Artificial Intelligence

Have tried to give you the overview of Artificial Intelligence, fields that are using AI, also the Pros and Cons of it.

source https://www.c-sharpcorner.com/article/future-of-artificial-intelligence/

The new Azure IoT Suite

Check out the new Azure IoT Suite. Azure IoT Suite is a set of preconfigured solutions that: Deploy in minutes, help you get started quickly, and you can customize to meet your specific requirements

source https://www.c-sharpcorner.com/Resources/4177/the-new-azure-iot-suite.aspx

How To Get The Most Out Of A Tech Conference

In this article, I will share some of my tips to get the most out of a tech conference as an attendee.

source https://www.c-sharpcorner.com/article/how-to-get-the-most-out-of-a-tech-conference/

Using Peek And Keep In TempData In ASP.NET MVC

In article , we discussed State Management in Asp.Net MVC using ViewData, ViewBag, TempData and Sessions. However TempData has much more capabilities than what we discussed.

source https://www.c-sharpcorner.com/article/using-peek-and-keep-in-tempdata-in-asp-net-mvc/

Thursday, March 15, 2018

Host An ASP.NET Core Application As A Windows Service

ASP.net core applications can be hosted using various way such as Hosted with IIS, Hosted with HTTP.sys Server, etc. This article is to about hosting ASP.net core application as Windows service. Windows services feature is available only with Windows platform. This is one of the way to host Asp.net core application on Windows platform without using IIS.

source https://www.c-sharpcorner.com/article/host-an-asp-net-core-application-as-a-windows-service/

Converting A Website Into An Android App

In this article, I have implemented a simple technique of converting a website into an Android app.

source https://www.c-sharpcorner.com/article/converting-a-website-into-an-android-app/

How To Apply ToolbarItems Navigation In Xamarin.Forms Application

This article demonstrates ToolbarItems Navigation bar in XamarinForms.

source https://www.c-sharpcorner.com/article/toolbaritems-navigation-in-xamarin-forms-application/

WPF - Data Storage Using SQL Server

For any development domain, be it mobile or web or desktop or service-based, data storage is an essential component whether it is done on the server side or the client side. WPF application is a client-side application and it also supports many data storage resources which depend on the business requirement or business choice.

source https://www.c-sharpcorner.com/article/wpf-data-storage-using-sql-server/

PayPal Payment Gateway Integration In ASP.NET MVC

In this article, we will learn how to implement a Paypal payment gateway in ASP.NET Web application.

source https://www.c-sharpcorner.com/article/paypal-payment-gateway-integration-in-asp-net-mvc/

Introduction To Azure Architecture - Part One

In this article, we will learn about the architecture of Azure in detail.

source https://www.c-sharpcorner.com/article/introduction-to-azure-architecture/

Active Directory Filter Builder

AD Filter Builder is the tool for building up the LDAP query for easy searching.

source https://www.c-sharpcorner.com/article/active-directory-filter-builder/

Microsoft Introduces Chinese To English AI Translator With Near-Human Accuracy

On Wednesday, March the researchers of Microsoft told that they have been working on an AI translator that can convert news articles from Chinese to English with human-like accuracy.

source https://www.c-sharpcorner.com/news/microsoft-introduces-chinese-to-english-ai-translator-with-nearhuman-accuracy

Database Connections In ASP.NET Core 2.0

In this blog post we will discuss about three ways to define database connections string

source https://www.c-sharpcorner.com/Blogs/database-connections-in-asp-net-core-20

Building A Data Driven App Using WPF DataGrid

A typical rich data-driven Windows client app includes a backend database and a front-end client UI. The app connects to a database, reads the database, displays records in data controls, and implements CRUD operations. The app may also include some advanced UI operations such as sorting, searching, filtering, multiple views, and data export.

source https://www.c-sharpcorner.com/article/building-a-data-driven-app-using-wpf-datagrid/

Outlook Out With A New Look

Recently, Microsoft has announced the launch of a new look for Outlook online providing users the new mailing experience.

source https://www.c-sharpcorner.com/news/outlookcom-out-with-a-new-look

Calling Dynamics 365 Workflows Using C# Or JavaScript

In Dynamics 365 workflows are very useful to implement business logic without writing any code. If we need to triger workflows from our code there are ways provided in OrganizationService and WebAPI both, let's explore how to achieve.

source https://www.c-sharpcorner.com/Blogs/calling-dynamics-365-workflows-using-c-sharp-or-javascript

Mozilla Firefox 59 Released

Recently, Mozilla has released Firefox 59 for Windows, Mac, Linux, and Android.

source https://www.c-sharpcorner.com/news/mozilla-firefox-59-released

Polymorphism Part Two - Method Overriding In C#

In this article, I am going to explain second type of polymorphism; i.e., Method Overriding. The first type of polymorphism; i.e., Method Overloading is explained in previous article.

source https://www.c-sharpcorner.com/Blogs/polymorphism-part-two-method-overriding-in-c-sharp

Maps In Integration Account - Azure Logic Apps

In this video you would understand how to use Map in Integration Account in Azure Logic Apps with demo.

source https://www.c-sharpcorner.com/article/maps-in-integration-account-azure-logic-apps/

GIT Cheat Sheet

This resource provides different source of GIT cheat sheets or GIT cheat commands that provides small list of usable GIT commands

source https://www.c-sharpcorner.com/Resources/4171/git-cheat-sheet.aspx

Android Kotlin-Variables, Data Types And If-Else, When Statements - Part Two

In this article we will learn variables, constants, and data types as well as If Else and When statements in Kotlin.

source https://www.c-sharpcorner.com/article/android-kotlin-variables-data-types-and-if-else-when-statements-part-two/

Implementing Multiple Interfaces With The Same Method Signature In C#

An interface in C# is a type which only defines a group of related functionalities and leaves the implementation of the functionalities to any class or struct which implements the interface. It helps a lot in implementing the SOLID principles and makes the application more decoupled.

source https://www.c-sharpcorner.com/article/implementing-multiple-interfaces-with-the-same-method-signature-in-c-sharp/

Wednesday, March 14, 2018

Branding SharePoint Modern Sites

Microsoft is promoting Modern sites in the SharePoint Online platform. Although modern sites has only Teams and Communication templates available, they are responsive in nature and also offer integration with Office 365 groups. In a nutshell, modern sites provide better collaboration than ever before with the classic SharePoint sites.

source https://www.c-sharpcorner.com/article/branding-sharepoint-modern-sites/

SharePoint Custom Search Script

This article will explain the PowerShell script searches for files within Document libraries in SharePoint (farm level, site collection level, web level etc.) based on the search parameters you provide. It can also be used for searching in SharePoint for any files with the specified extension. The results are returned in a .CSV format.

source https://www.c-sharpcorner.com/article/sharepoint-custom-search-script/

Azure VPN Point To Site IP Addresses

Recently, I got to work with a client on something interesting. We implemented transactional replication to send data to an Azure virtual machine. This was being done to perform some testing for a project.

source https://www.c-sharpcorner.com/article/azure-vpn-point-to-site-ip-addresses/

Cascading Dropdown List By Country, State And City Using MVC, Web API And Angular

Today, in this article, I will explain how to perform Cascading dropdown list using MVC, Web API, and AngularJs. Here I am using three tables respectively: Country, State and City.

source https://www.c-sharpcorner.com/article/cascading-dropdown-list-by-country-state-and-city-using-mvc-web-api-and-angula/

Creating A Virtual Machine

A virtual machine is a software computer that runs like a physical computer.

source https://www.c-sharpcorner.com/article/creating-a-virtual-machine/

How To Use HeaderedContentControl In UWP

Reading this article, we will learn how to use HeaderedContent Control in Universal Windows Apps development with XAML and Visual C#

source https://www.c-sharpcorner.com/article/how-to-use-headeredcontentcontrol-in-uwp/

Introduction To DotVVM

DotVVM is an open source web framework built on ASP.NET technology. It is a modern and better alternative to ASP.NET WebForms.

source https://www.c-sharpcorner.com/article/introduction-to-dotvvm/

Learn About Some Useful Angular CLI Commands

In this article, I am going to discuss some useful Angular CLI commands.

source https://www.c-sharpcorner.com/article/learn-about-some-useful-angular-cli-commands/

Load Balancing In Azure - Step By Step Example

With this article, I will lead you through an example of how to perform Load Balancing in Microsoft Azure.

source https://www.c-sharpcorner.com/article/load-balancing-in-azu-step-by-step-example/

Method Overriding In C# - Part Two

In this article, I am going to explain second type of polymorphism; i.e., Method Overriding. The first type of polymorphism; i.e., Method Overloading is explained in previous article.

source https://www.c-sharpcorner.com/article/polymorphism-part-2-method-overriding-in-c-sharp/

Setting Up Entity Framework Core Database With Factory

In this write-up, I will explain how to easily and quickly set up your database using Entity Framework Core in a .NETCore project using the factory pattern to connect your entities to your database.

source https://www.c-sharpcorner.com/article/simulating-code-first-with-entity-framework-core/

Toshiba Launches Windows10 Powered AR Glasses

Recently, Toshiba has launched AR100 Viewer Smart Glasses powered by Windows 10.

source https://www.c-sharpcorner.com/news/toshiba-launches-windows10-powered-ar-glasses

Finger Print Authentication Using Xamarin.Forms

With technology infiltrating every aspect of modern living and our world becoming increasingly digitized, protecting confidential information becomes all the more difficult. Passwords and keys were once considered sufficient to provide data security but now they look increasingly feeble in the face of sophisticated hacker attacks.

source https://www.c-sharpcorner.com/Blogs/finger-print-authentication-using-xamarin-forms

Google Assistant Comes To iPad

Recently, Google has announced Google Assistant for iPad. Previously, Google assistant was only added to iPhone.

source https://www.c-sharpcorner.com/news/google-assistant-comes-to-ipad

Enable .NET Core Standard 2.0 In Visual Studio 2017

I was working on .net core version 1.1 with Visual studio 2017. After the release of .NET core 2.0, I waned to make this version available in my VS2017.

source https://www.c-sharpcorner.com/Blogs/enable-net-core-standard-20-in-visual-studio-2017

Bootstrap Carousel Image Slider With Database In ASP.NET

In this blog we will learn. How to create bootstrap carousel image slider with SQL server database and asp.net. We will save image path in SQL server and image in images folder.

source https://www.c-sharpcorner.com/Blogs/bootstrap-carousel-image-slider-with-database-in-asp-net2

Create A Calendar Using Content Query Web Part

Just consider I am having a requirement to display the upcoming events in my intranet SharePoint home page. So traditionally what we will do? We will add the calendar app part in the SharePoint page and display the event in calendar view.

source https://www.c-sharpcorner.com/Blogs/create-a-calendar-using-content-query-web-part

How To Display Browser Notifications From Web Application Using jQuery

In this blog article I will discuss how to display browser notifications from the web application? You can push notifications for event reminders, message information, etc. Let's start

source https://www.c-sharpcorner.com/Blogs/how-to-display-browser-notifications-from-web-application-using-jquery

Apple WWDC18 Dates Announced

Recently Apple has announced the dates of WWDC18 which will take place from June 4-8, 2018 at the McEnery Convention Center in San Jose, California, USA.

source https://www.c-sharpcorner.com/news/apple-wwdc18-dates-announced

ASP.NET Core - CRUD Using Angular 5 And Entity Framework Core

CRUD Operations in ASP.NET Core application using Angular 5 , Web API and Entity Framework Core DB first approach with the help of VS 2017.

source https://www.c-sharpcorner.com/article/asp-net-co-crud-using-angular-5-and-entity-framework/

Dependency Injection Using Unity - Resolve Dependency Of Dependencies

In this article, you will learn to showcase the existing problems with tightly coupled applications, how to make the application loosely coupled and achieve inversion of control via dependency injection, solve the problem of resolving dependency of a dependency in a three-layered/n layered project architecture using unity framework.

source https://www.c-sharpcorner.com/article/dependency-injection-using-unity-resolve-dependency-of-dependencies/

No More Dreaded XHR Now! Fetch API Is Here

In this article, I am explaining about JavaScript Fetch API.

source https://www.c-sharpcorner.com/article/javascript-fetch-api/

Leadership Challenge 006 - The Puzzle Of Motivation

I would like to extend my coaching services to this group. If you feel you could benefit from 1-on-1 coaching, would just like to discuss an idea or are struggling with a specific situation free to reach out to me at ltroilo@yahoo.com. I will be offering limited session for free for a limited time.

source https://www.c-sharpcorner.com/article/leadership-challenge-006-the-puzzle-of-motivation/

Tuesday, March 13, 2018

Overview Of Azure Virtual Networks

This article will explain about Azure Virtual Networks, Network Security Groups, Subnets and other topics revolving around Azure Virtual Network.

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

Managing WordPress Site On Microsoft Azure Web App

In this blog, we will learn how to create, install & customize WordPress websites with Microsoft Azure Web App.

source https://www.c-sharpcorner.com/article/managing-wordpress-site-on-microsoft-azure-web-app/

Three Ways To Improve Performance Using Caching In ASP.NET MVC Applications

In this article, you will learn 3 different ways to improve performance using caching In ASP.NET MVC applications.

source https://www.c-sharpcorner.com/article/3-ways-to-improve-performance-using-caching-in-asp-net-mvc-application/

CRUD Using Array In Angular 5

In this article, we are going to cover how to do CRUD operations using simple array using angular 5.

source https://www.c-sharpcorner.com/article/crud-using-array-in-angular-5/

Four Rules Of Right When Running A Query

Earlier this year, I participated in the Idera #sqlchat. This is a monthly chat meeting that is organized by Idera Software and hosted by a SQL Server community member. This one was hosted by Monica Rathbun (B|T) and her topic for the month was “SQL Server Bad Habits in Configurations, Security, and Code”. It was a fun and entertaining way to spend an hour over lunch. Plus it helps to get you engaged with the SQL Server community, which is never a bad thing.

source https://www.c-sharpcorner.com/article/four-rules-of-right-when-running-a-query/

Generating Client Certificate For P2S

In my previous article, I have explained about P2S VPN gateway “Azure Native Certificate Authentication” through Self Signed Root certificate. The Self Signed Root Certificate cannot be shared with the end users as it has more privileges. The Child Certificate can be exported from the Self Signed Root Certificate, and the Azure resources can be accessed through this certificate by the end users.

source https://www.c-sharpcorner.com/article/generating-client-certificate-for-p2s/

How To Use Alignment Grid XAML Control In UWP

Reading this article, we can learn how to use AlignmentGrid Control in Universal Windows Apps development with XAML and Visual C#.

source https://www.c-sharpcorner.com/article/how-to-use-alignmentgrid-xaml-control-in-uwp/

Mapping Similar Objects In ASP.NET Core 2.0

This article is about mapping similar objects of two different classes with reduced lines of code using ASP.NET Core Automapper.

source https://www.c-sharpcorner.com/article/mapping-similar-objects-in-asp-net-core-2-0/

Migrating to ASP.NET Core Tag Helpers

When ASP.NET Core was released, Tag Helpers were introduced—a new feature for encapsulating HTML markup. The purpose of adding Tag Helpers to the framework was to give developers an HTML-like experience when using server-rendered bits of markup. The idea here isn't to replace HTML Helpers, but to offer another approach that follows the same conventions as HTML by using tags and attributes.

source https://www.c-sharpcorner.com/article/migrating-to-asp-net-core-tag-helpers/

Microsoft Azure Launches Two Isolated VM Sizes

Microsoft Azure recently announced two new isolated Virtual Machine (VM) Sizes, E64i_v3, and E64is_v3 dedicated to a single customer.

source https://www.c-sharpcorner.com/news/microsoft-azure-launches-two-isolated-vm-sizes

Learn Angular

I have seen many blog and tutorials about angular and according to my knowledge I am here explaining the basic of angular . I hope you all will like it .

source https://www.c-sharpcorner.com/Blogs/learn-angular-24

How Can I Call Multiple Constructors By Making Single Object

Today I am going to show you how can we call multiple constructors by making single object in Main class.

source https://www.c-sharpcorner.com/Blogs/important-point-how-can-i-call-multiple-constructors-by-making-single-object

Automate Azure Resource Creation With VSTS - Part Two

In this video we will see how to deploy Azure Resource with Powershell in VSTS Deployment pipeline.

source https://www.c-sharpcorner.com/article/automate-azure-resource-creation-with-vsts-part-two/