Monday, April 30, 2018

Angular For An ASP.NET Veteran - Getting Started - Part One

This article series is a paradigm shift for .NET developers who have worked mostly on ASP.NET Stack (MVC, Web API, Entity Framework) to create web applications and were doing great; until a massive favorable wave from open-source communities, articles and tech talks persuaded them to try Angular.

source https://www.c-sharpcorner.com/article/angular-for-an-asp-net-veteran-getting-started-part-one/

How To Implement Google Column Chart Dynamically Using Entity Framework And MVC 5

In this article. I will demonstrate how to implement Google column charts dynamically using entity framework in MVC5.

source https://www.c-sharpcorner.com/article/how-to-implement-google-column-chart-dynamically-using-entity-framework-and-mvc/

Retrieve Real-Time Data In Firebase Using Android Studio - Part Two

This article demonstrates how to Retrieve RealTime Data in Firebase using Android Studio

source https://www.c-sharpcorner.com/article/retrieve-real-time-data-in-firebase-using-android-studio-part-two/

How To Send Activation Link In Email After User Registration Details In MVC

Today, in this article, I will explain how to send activation link in email id after user registration using MVC and Web API.

source https://www.c-sharpcorner.com/article/how-to-send-activation-link-in-email-after-user-registration-details-in-mvc/

Var And Dynamic In C#

In this article, we will try to understand use of var and dynamic keyword in C#.

source https://www.c-sharpcorner.com/article/var-and-dynamic-in-c-sharp/

Button Adapter Web Browser In Android Using Xamarin.Forms

This article demonstrates how to use a button adapter web browser in Android using Xamarin.Forms.

source https://www.c-sharpcorner.com/article/xamarin-forms-application-for-bbutton-working-browser/

ASP.NET Web API Using MVC, Entity Framework And HttpClient For Retrieve Data - Part Four

The .NET 4.5 includes HttpClient class to overcome the limitation of WebClient. HttpClient class to send data to and receive data from Web API which is hosted on local IIS web server. HttpClient in other .NET applications also such as windows form application, windows service application etc.

source https://www.c-sharpcorner.com/article/asp-net-web-api-using-mvc-entity-framework-and-http-client-for-retrieve-data/

Django Templates

This is my fourth article in the Django series. We are going to separate HTML code from python code by using Django templates and learn some more cool stuff about templates.

source https://www.c-sharpcorner.com/article/django-templates/

How To Create Storage Account In Microsoft Azure

Now I’m going to explain about how to create a Storage account in Microsoft Azure and also show storage account services performance.

source https://www.c-sharpcorner.com/article/how-to-create-storage-account-in-microsoft-azure/

How To Install Xamarin In Visual Studio 2015

In this article, you will learn how to install Xamarin in Visual Studio 2015.

source https://www.c-sharpcorner.com/article/how-to-install-the-xamarin-in-visual-studio-2015/

Integration Of Amazon Polly With SharePoint Using Client Side Object Model

Amazon Polly is a service that turns text into lifelike speech, allowing you to create applications that talk and build entirely new categories of speech-enabled products.

source https://www.c-sharpcorner.com/article/integration-of-amazon-polly-with-sharepoint-using-client-side-object-model/

TypeScript Overview & Configuration

TypeScript is a strongly typed language which we can call a superset of the JavaScript.

source https://www.c-sharpcorner.com/article/overview-of-typescript/

Sunday, April 29, 2018

Add Star Rating In Power BI Desktop Using DAX Expression

In this article, we will learn how we can add Star Ratings in Power BI desktop using DAX Expressions.

source https://www.c-sharpcorner.com/article/add-star-rating-in-power-bi-desktop-using-dax-expression/

Customized Azure Cosmos DB With Xamarin.Forms Application (Student Detail) For Android And UWP

Reading this article, you will learn how to develop customized (Student APP) Azure Cosmos DB with Xamarin Forms application using Android and UWP in XAML and Visual C# - cross platform application development.

source https://www.c-sharpcorner.com/article/customized-azure-cosmos-db-with-xamarin-forms-application-student-detail-for-a/

Microsoft Flow In 10 Days - Day Two

I will be covering day 2 of the series - Microsoft Flow in 10 days

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

Push Notifications Using Angular In Browser

In today’s web-based application development, one of the main features is information notification. Because people today have a tough time to remember any things like a task, to do work etc. Notifications process or mechanism always helps people to deliver information on time and remind the people about their pending tasks. A recent study on mobile users stated that mobile users receive an average of 63 notifications per day, out of this notification most of coming from messaging or email applications.

source https://www.c-sharpcorner.com/article/push-notifications-using-angular-4-in-browser/

Saturday, April 28, 2018

CRUD Operations With Firebase Cloud Fire Store

In this article, we will learn how to use Firebase Cloud Fire Store in Android and How to do CRUD Operations with Firebase Cloud Fire Store.

source https://www.c-sharpcorner.com/article/crud-operations-with-firebase-cloud-fire-store/

Reuse The Model Classes Of Entity Data Model (.edmx) To Multiple Projects Using Class Library In ASP.NET Web API - Part Three

A class library is useful when you want to share code between multiple programs. Class Library is a collection of reusable types including classes, interfaces and data types included in the .NET Framework to provide access to system functionality. It can be used for developing applications such as console applications, Windows GUI applications, ASP.NET applications, Windows and Web services, workflow-enabled applications, service-oriented applications using Windows Communication, XML Web services, etc.

source https://www.c-sharpcorner.com/article/reuse-the-entity-data-model-classes-of-webapi-project-to-multiple-projects-using/

Create SharePoint Site Using SP Designer Workflow

In this article, I would like to share the steps to create a site using SharePoint Designer workflow.

source https://www.c-sharpcorner.com/article/create-sharepoint-site-using-sp-designer-workflow/

Getting Started With Xamarin Android Single View App

In this article we will see in detail how to create our Xamarin Android Single View App. You can develop the Xamarin application as Xamarin.Forms for Cross Platform or you can develop native app for Android and IOS using Xamarin.iOS and Xamarin.Android. In this article we will see how to create a native app for Android and here we have selected the Xamarin Android for Single View App.

source https://www.c-sharpcorner.com/article/getting-started-with-xamarin-android-single-view-app/

How To Use Razor View Engine In Our Views

Views are actually the presentation layer of the application. With the help of views, we see the information on the screen. Let’s start our journey.

source https://www.c-sharpcorner.com/article/how-to-use-razor-view-engine-in-our-views/

Lemmatizing In Natural Language Processing

We have been through the process of stemming in which we had reduced inflected words to their word stem (base form). There is a similar concept called lemmatizing. In stemming there are chances of getting the non-existent word but in lemmatizing we only get actual words. The resulting words we get after the process of lemmatizing are called lemmas.

source https://www.c-sharpcorner.com/Blogs/lemmatizing-in-natural-language-processing

Friday, April 27, 2018

Custom Token In Web API 2 With Database First Approach

When we want to restrict an unauthorized user from accessing data from our application then we need to apply token-based authentication in our application so that only valid users can access data.

source https://www.c-sharpcorner.com/article/custom-token-in-web-api-2-with-database-first-approach/

Dissecting Default Flutter App Code

In my last article, I dissected the folder structure of the default Flutter app so you could understand how to manage the various resources needed for developing a cross platform app using Flutter. In this final part of the getting started series we will dissect the code of the default flutter app and understand the basic concepts of developing cross platform mobile applications using Flutter

source https://www.c-sharpcorner.com/article/dissecting-default-flutter-app-code/

DotVVM In Real-World Apps - Generic CRUD - Part Two

In the previous article, I was writing about building a basic CRUD scenario using DotVVM, an open-source MVVM framework for line of business web apps.

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

How To Implement A Google Map And Add Location Dynamically Using MVC 5

This article will demonstrate how to create a Google map and add location dynamically by inserting latitude and longitude of a location.

source https://www.c-sharpcorner.com/article/how-to-implement-google-map-and-add-location-dynamically-using-mvc-5/

Set Python Environment For Visual Studio 2015 Community Edition

In this article we will discuss about how to set the working environment of PYTHON for Visual Studio or you could say how to remove / troubleshoot the error called “We didn’t find any interpreters”.

source https://www.c-sharpcorner.com/article/set-python-environment-for-visual-studio-2015-community-edition/

SharePoint News Updates In Office 365, Including Microsoft Teams Integration

SharePoint news is the best way to create dynamic updates, now you can do it from the SharePoint home in Office 365.

source https://www.c-sharpcorner.com/Blogs/sharepoint-news-updates-in-office-365-including-microsoft-teams-integration

Building An Obstacle-Avoiding Robot

This article will give brief details about Arduino and ultrasonic sensors which are used to detect collisions.

source https://www.c-sharpcorner.com/article/building-obstacle-avoiding-robot/

Enable/Disable The RSS Feed Option For SharePoint List

In this article, I would like to share the steps of how to Enable/Disable the RSS feed option and update the RSS settings for SharePoint lists.

source https://www.c-sharpcorner.com/article/enabledisable-the-rss-feed-option-for-sharepoint-list/

Augmented Reality, A Real Opportunity For Developers

The purpose of this article is to shed some light on augmented reality technology, its current state, growth projections, and the developer needs in coming years.

source https://www.c-sharpcorner.com/article/augmented-reality-a-real-opportunity-for-developers2/

Microsoft Azure Grows 93% With Record 17% Hike In Revenue

Recently, Microsoft has reported 93% growth in Microsoft Azure and 17% hike in its revenue.

source https://www.c-sharpcorner.com/news/microsoft-azure-grows-93-with-record-17-hike-in-revenue

iTunes Now Available In Microsoft Store

If you are passionate about music then there is a good news for you. Microsoft has now availed iTunes for Windows 10 users which can be download from the Microsoft store.

source https://www.c-sharpcorner.com/news/itunes-now-available-in-microsoft-store

Working With CC3100 And MSP432

Industrial revolution over decade gave birth to the Wireless communication is globalizing each and every section of the world. This wireless communication created a stepping stone for IoT and Artificial Intelligence. In this Article we are going to see how to Scan Available Mobile Network in an specified area using the MSP432 and CC3100 WiFi shield and display it in the Serial monitor of the Energia Software.

source https://www.c-sharpcorner.com/article/working-with-cc3100-and-msp432/

Thursday, April 26, 2018

Create Sample Web API And Deploy It In Azure With ADAL

I am writing this blog to demonstrate the step by step procedure for creating a simple Web API and using it with Azure ADAL.

source https://www.c-sharpcorner.com/Blogs/create-sample-web-api-and-deploy-it-in-azure-with-adal

Custom Filter In MVC Or Logging Using MVC Filter

This blog will show how we can do logging using custom action filter or how to create custom filter in MVC

source https://www.c-sharpcorner.com/Blogs/custom-filter-in-mvc-or-logging-using-mvc-filter

Chocolatey - The Package Manager For Windows

Chocolatey is a package manager for Windows. It was designed to be a framework for quickly installing applications and tools that you need asap. It is built on the NuGet infrastructure currently using Power-Shell as its focus for delivering packages from source to destination.

source https://www.c-sharpcorner.com/Blogs/chocolatey-the-package-manager-for-windows

Connect ADFS Server With ASP.NET

Here you will see how ADFS server has been interconnected with ASP.NET applications. A single Sign-On method has been used to interconnect between C# to ADFS server.

source https://www.c-sharpcorner.com/Blogs/connect-adfs-server-with-asp-net

Xamarin.Android Map Integration With Line And Circle

In this article, we are going to learn about integrating Google maps in Xamarin android project.

source https://www.c-sharpcorner.com/Blogs/xamarin-android-map-integration-with-line-and-circle

Structure Of First Angular Application

Here is another tutorial about the structure of Angular 4 applications which we have created in our previous tutorial.

source https://www.c-sharpcorner.com/Blogs/structure-of-first-angular-4-application

ATM Transactions In C#

In this article, I'm going to display a basic ATM transaction using the C# programming language.

source https://www.c-sharpcorner.com/Blogs/atm-transactions-in-c-sharp

Microsoft Azure Functions

I’m going to explain about Microsoft Azure functions. Azure functions lets you develop serverless application run on Windows Azure.

source https://www.c-sharpcorner.com/Blogs/microsoft-azure-funtions

Microsoft Azure's Uses Services

Here, I shared very basic information about Microsoft Azure's uses and services.

source https://www.c-sharpcorner.com/Blogs/what-is-microsoft-azure-its-uses-and-services

Creating Charts With ASP.NET Core

In this article, I will be explaining how to integrate chart.js with your Asp.Net Core application with 4 different types of charts.

source https://www.c-sharpcorner.com/article/creating-charts-with-asp-net-core/

C# Corner Annual Conference 2018: Official Recap

The C# Corner Annual Conference 2018 took place on April 13-15, 2018. This is a recap of the event.

source https://www.c-sharpcorner.com/article/c-sharp-corner-annual-conference-2018-official-recap/

Indians To See 43% Drop In H1B Visa Approval

The National Foundation for American Policy reports that “8,468 new H-1B visas for Indian-based companies in the financial year 2017 equaled only 0.006 percent of the 160 million in the US labor force.”

source https://www.c-sharpcorner.com/news/indians-to-see-43-drop-in-h1b-visa-approval

Check Out The .NET Core 2.1 Preview 2 And The Ten Year Anniversary Of GitHub

In the fast-paced world today, wherein technology and economy trends are changing fast, organizations need to quickly adapt to the right technology to have a competitive edge. Custom software application development is one of the processes that provide organizations a big chance to reach its goal and boost ROI.

source https://www.c-sharpcorner.com/Blogs/check-out-the-net-core-21-preview-2-and-the-ten-year-anniversary-of-github

Wednesday, April 25, 2018

Communication Of Micro:Bit Using Radio Signal

By the end of this article, you will know how to make two micro:bits communicate with each other.

source https://www.c-sharpcorner.com/article/communication-using-radi/

Learn About Dismissible View

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

source https://www.c-sharpcorner.com/article/dismissible-view/

How To Use Menu Control In UWP

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

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

Introduction To Blazor With .NET Core

The Blazor is .net web framework which can run in any browser. We can create Blazor application using C#/Razor and HTML. The Blazor application runs in the browser on a real.NET runtime (Mono) via WebAssembly. It enables full stack web development with consistency, stability and productivity of .NET. Normally, it works with latest browser that support WebAssembly and it works in older browser by falling back to asm.js based .net runtime.

source https://www.c-sharpcorner.com/article/introduction-to-blazor-with-net-core/

Mouse.Cursor Attached Property Extension In UWP

Reading this article, you can learn how to use Mouse.Cursor attached property Extension in Universal Windows Apps development with XAML and Visual C#.

source https://www.c-sharpcorner.com/article/mouse-cursor-attached-property-extension-in-uwp/

PEIZO Buzzer With BBC Micro - Bit

By the end of this tutorial, you will be able to connect your micro: bit to the buzzer and play sound in buzzer.

source https://www.c-sharpcorner.com/article/peizo-buzzer-with-bbc-microbit/

Connect To VSTS Using Power BI Data Connector

In this article, we will talk about how we can consume data from VSTS project using Power BI data connector.

source https://www.c-sharpcorner.com/article/connect-to-vsts-using-power-bi-data-connector/

Create Bootstrap Carousel Image Slider Dynamically Using ASP.NET MVC 5

This article demonstrates how to create Bootstrap 4 Carousel image slider dynamically using ASP.NET MVC5. We are going to upload the image file in our project folder and save its path in SQL Server database table. We will retrieve (display) uploaded images and its related HTML table with sorting, searching and pagination functionality using jQuery datatable plugin. We will understand this step by step.

source https://www.c-sharpcorner.com/article/create-bootstrap-carousel-image-slider-dynamically-using-asp-net-mvc-5/

HTML Helper In ASP.NET MVC

HTML Helpers are classes which help to render HTML. These classes have methods which generate HTML at runtime. We can also bind a model object to individual HTML element for displaying or retrieving values.

source https://www.c-sharpcorner.com/article/html-helper-in-asp-net-mvc/

Introduction To ASP.NET Project

Today, we’ll discuss the ASP.Net application architecture. What is the anatomy (structure)? What is the purpose of different files?

source https://www.c-sharpcorner.com/article/introduction-to-asp-net-project/

Learn About Mixin Pattern

Mixin is an object oriented programming concept that has been used successfully in the enterprise application development scenarios. In an object oriented programming language, Mixin is a class which contains methods from other classes.

source https://www.c-sharpcorner.com/article/learn-about-mixin-pattern/

Learn About MVC Architecture

MVC is actually the architectural pattern for implementing UI, although it was originally developed for desktop applications in 1970s. But then it is widely adopted in Web applications as well. And then as a result many frameworks have been created to enforce this pattern. MVC architecture has been famous for a long time in software engineering. Many programming languages adopt this pattern with different variations. But here we’ll discuss MVC patterns in terms of ASP.NET.

source https://www.c-sharpcorner.com/article/learn-about-mvc-architecture/

Mobile Alerts In Xamarim.forms

In this article, we will cover mobile alerts in Xamarim.forms. For any mobile apps, it’s important to define with the user or the client or the product owner if we work in an agile context (Scrum), for Android and for iOS, even, if we will work in a single shared project, we need to know what every environment can offer in native apps.

source https://www.c-sharpcorner.com/article/mobile-alerts-in-xamarim-forms/

Microsoft Introduces Sonarwhal v1

Recently, Microsoft has introduced the first version of a customizable, open-source linting tool, built for modern web developer workflows, Sonarwhal v1.

source https://www.c-sharpcorner.com/news/microsoft-introduces-sonarwhal-v1

Microsoft Unveils Visual Studio 2017 Roadmap

Microsoft has released Visual Studio 2017 with new features.

source https://www.c-sharpcorner.com/news/microsoft-unveils-visual-studio-2017-roadmap

SQL Server 2016 Service Pack 2 Released

Recently, SQL Server team has launched service pack 2 of SQL server 2016.

source https://www.c-sharpcorner.com/news/sql-server-2016-service-pack-2-released

Tuesday, April 24, 2018

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-parameter2/

ASP.NET Overview And Comparison Of ASP.NET Technologies

ASP.Net is the Microsoft Web Development Framework. It is a part of .Net Platform. ASP.Net is used to build single page applications, dynamic applications, enterprise applications, online banking etc.

source https://www.c-sharpcorner.com/article/asp-net-overview-and-comparison-of-asp-net-technologies/

Implement Shared Custom Validator Directive In Angular

In this post, we are going to see how to create a custom validator directive in Angular 5. We have already seen how to do validation in our previous posts, and we have not done any validations for comparing the password and confirming the password, remember? Here we are going to see that. At the end of this article, you will get to know how to create a new shared directive according to our requirements.

source https://www.c-sharpcorner.com/article/implement-shared-custom-validator-directive-in-angular/

Razor View Engine in Asp.Net MVC

Razor View Engine is a markup syntax which helps us to write HTML and server-side code in web pages using C# or VB.Net. It is server-side markup language however it is not at all a programming language.

source https://www.c-sharpcorner.com/article/learn-about-razor-view-engine/

Validation Using Template Driven Forms In Angular 5

In this post, we are going to see how to do validation using template driven forms in Angular 5, this is just a different approach that you can follow, as we have discussed another way in our previous post. At the end of this article, you will get to know how you can implement validations in Angular 5 application using Template Driven Forms.

source https://www.c-sharpcorner.com/article/validation-using-template-driven-forms-in-angular-5/

ASP.NET Core - CRUD With React.js And Entity Framework Core

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

source https://www.c-sharpcorner.com/article/asp-net-core-crud-with-reactjs-and-entity-framework-core/

Backup And Recovery In Azure Virtual Machines

In this article I am going to brief you about Backup and Recovery in Azure Virtual Machines and also show a step by step demo to set up a Backup Services Vault.

source https://www.c-sharpcorner.com/article/backup-and-recovery-in-azure-virtual-machines/

First App With Django

In this article, we will just not add some functionality to it but will also learn a few more things about Django.

source https://www.c-sharpcorner.com/article/first-app-with-django/

How Can We Embed Power BI Report In Classic SharePoint Page

In this article, we will talk about how one can configure Power BI report in classic SharePoint Page.

source https://www.c-sharpcorner.com/article/how-can-we-embed-power-bi-report-in-classic-sharepoint-page/

Searching A Name From The ListView Using Xamarin.Forms For UWP

In this article, we will discuss how to create a ListView and how to search a particular search item from the list.

source https://www.c-sharpcorner.com/article/searching-a-name-from-the-listview-using-xamarin/

SQL Server Updates Tricked Me For Years

When applying a new SQL Server cumulative update, hot fix, or upgrade SQL Server doesn’t always apply all the fixes in the patch. When you upgrade the database engine in-place, databases you had already stay at their pre-upgrade compatibility level, which means they run under the older set of optimizer rules. Additionally, many optimizer fixes are not turned on. The reason for this is that while they may improve overall query performance, they may have negative impact to some queries. Microsoft actively avoids making breaking changes to its software.

source https://www.c-sharpcorner.com/article/sql-server-updates-tricked-me-for-years/

AngularJS Provider, Factory, Service, Value And Constant

This article will help you understand the key differences among provider, factory, service, value and constant

source https://www.c-sharpcorner.com/article/angularjs-provider-factory-service-value-and-constant/

ASP.NET MVC Notes - Part Two

HTML helper binds model’s property value to control. All HTML helper control derived from System.Web.Mvc.Html namespace. All HTML helpers controls are classes and having its separate extension methods.

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

Customize SharePoint Forms With PowerApps

In this article, you will learn to customize SharePoint Forms with PowerApps.

source https://www.c-sharpcorner.com/article/customize-sharepoint-forms-with-powerapps/

Image Text Sentiment Analysis Using Vision And Text Analytics API

With the ever growing use of social media platforms like FaceBook, Twitter, Linked In to promote business, analyzing what the users feel and what feedback they share regarding the business is going to be of paramount importance. One such scenario is where the users post there feedback in images on the concerned company's social media pages. It is of great importance that the companies analyze what the users post on their social media pages as it will give them an overall idea of the sentiment of the users towards the services offered by the company, which in turn will help them plan their marketing strategies accordingly.

source https://www.c-sharpcorner.com/article/image-text-sentiment-analysis-using-vision-and-text-analytics-api2/

Monday, April 23, 2018

Why Is So Much Business Content Unoriginal?

I create a lot of content, and part of my job is to keep a close eye on what’s happening across a number of different industries. I read dozens of articles every day, and every day I’m struck with an overwhelming sense of deja vu.

source https://www.c-sharpcorner.com/Blogs/why-is-so-much-business-content-unoriginal

Blazor - Running C# On Browser Using Web Assembly

Microsoft announced the new Web UI Framework Called Blazor based on C#, Razor, and HTML which runs in the Browser using the Web Assembly.

source https://www.c-sharpcorner.com/article/blazor-running-c-sharp-on-browser-using-web-assembly/

Firebase CRUD Operations Using Python

You need to be logged in with a Google account which can use the Firebase console and follow the below steps to create a Firebase database.

source https://www.c-sharpcorner.com/article/firebase-crud-operations-using-python/

Web Form And MVC Life Cycle

When we open the HTML file into the browser, it can open into the browser. But when we try to open the file in PHP or asp into the browser it can’t open into the browser. Because these languages are not native to the browser. Only client-side ‘html’ language is native to the browser. And if we want to open the PHP or asp file into the browser then we need a server who translate this code into browser native code.

source https://www.c-sharpcorner.com/article/web-form-and-mvc-life-cycle/

Basic Introduction To NEO Blockchain

Cryptocurrency and Blockchain are the topmost technologies at present, so in this blog we are going to discuss one of the largest Blockchain platforms and Cryptocurrencies, “NEO”. We will also discuss about basic difference between NEO and Ethereum as well as why NEO would be a good choice if you want to kick off with Blockchain.

source https://www.c-sharpcorner.com/Blogs/basic-introduction-of-neo-blockchain

Analysis Around SharePoint Modern UI

Microsoft has introduced site collection level App Catalog that can be useful for hosting the web parts within the site collection without the dependency on Tenant administrator.

source https://www.c-sharpcorner.com/article/analysis-around-sharepoint-modern-ui/

Chatbots for Customer Support

Have given few information on how Chatbots are used today, also the Pros and Cons of it.

source https://www.c-sharpcorner.com/article/chatbots-for-customer-support/

How To Implement TDD In C# Using NUnit Testing With NInject DI

How to implement TDD (Test driven development) in c# (Csharp) using Nunit testing with NInject DI?

source https://www.c-sharpcorner.com/article/how-to-implement-tdd-in-c-sharp-using-nunit-testing-with-ninject-di/

Leadership Challenge 007 - The Best Coaching Question Ever

I have come across a great article by Keith Rosen – focusing on asking the right questions. Do not focus on the fact that this uses some sales examples. Consider how to leverage this strategy within your own world.

source https://www.c-sharpcorner.com/article/leadership-challenge-007-the-best-coaching-question-ever/

Saturday, April 21, 2018

Actionable Message And SharePoint Online

This article is about the integration between Actionable Message and SharePoint Online.

source https://www.c-sharpcorner.com/article/actionable-message-and-sharepoint-online/

Xamarin.Forms Application For A ScrollView Multiple Circles Image

This article demonstrates how to create a Xamarin application for a ScrollView Multiple Circle Image. Xamarin is a platform that allows us to create a multi-platform mobile application for platforms, like Android, Windows, and IOS through a single integrated development environment (IDE).

source https://www.c-sharpcorner.com/article/xamarin-forms-application-for-multiple-circle-imag/

Friday, April 20, 2018

ASP.NET Web API Using MVC, Entity Framework And jQuery For Retrieve Data - Part Two

The most common use case for using Web API is for building RESTful services.

source https://www.c-sharpcorner.com/article/asp-net-web-api-using-mvc-and-entity-framework-part-one/

Creating Your First Project With Django

It's time to create our very first project in Django after setting up the environment.

source https://www.c-sharpcorner.com/article/creating-first-project-with-django/

Getting Started With Django

It's a starter kit for ones who want to work with Django and python.

source https://www.c-sharpcorner.com/article/getting-started-with-django/

Nodemon In Node.Js

Nodemon in node js is a utility to reload your page when any changes are found in your Javascript code.

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

Retrieve Real-Time Data In Firebase Using Android Studio

Data retrieval is the process of identifying and extracting data from a database, based on a query provided by the user or application. It enables the fetching of data from a database in order to display it on a monitor and/or use within an application.

source https://www.c-sharpcorner.com/article/retrieve-real-time-data-in-firebase-using-an/

Apple Open Sources FoundationDB On GitHub

FoundationDB, an Apple owned-company has recently announced that it has been open sourced for building a community with all development changes done in the open.

source https://www.c-sharpcorner.com/news/apple-open-sources-foundationdb-on-github

Calculate Herfindahl-Hirschman Index In R

In this article, we will use the HHI library in R to calculate Herfindahl-Hirschman Index.

source https://www.c-sharpcorner.com/article/calculate-herfindahl-hirschman-index-in-r/

CRUD Operations Using MVC Knockout With Entity Framework

In this article, you will learn how to implement CRUD functionality using MVC with Knockout and Entity Framework.

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

Custom Loader With Popup In Xamarin.Forms

In this article, you will learn to use Custom Loader With Popup In Xamarin.forms.

source https://www.c-sharpcorner.com/article/custom-loader-with-popup-in-xamarin-forms/

How To Create And Use Azure Cosmos DB In Xamarin.Forms Application For Android

Reading this article, you can learn How to Create and use Azure Cosmos DB In Xamarin Forms application using for Android with XAML and Visual C# in cross-platform application development.

source https://www.c-sharpcorner.com/article/how-to-create-and-use-azure-cosmos-db-in-xamarin-forms-application-using-for-and/

How To Create Live Templates In Android Studio

In this article, we will see how to create Live Templates in Android Studio or IntelliJ IDE products like WebStorm, PHPStorm, etc. Live Templates are very useful to increase the speed of development, efficiency and accuracy.

source https://www.c-sharpcorner.com/article/how-to-create-live-templates-in-android-studio/

Step-By-Step Demo Of Deploying Azure Resource Manager Templates

In this article, I am going to show you the step-by-step demo of how you can deploy an Azure Resource Manager template.

source https://www.c-sharpcorner.com/article/step-by-step-demo-of-deploying-azure-resource-manager-templates/

Student Info In Xamarin.Forms Application Using SQLite For Android And UWP

Reading this article, you can learn how to perform local database operation in Xamarin Forms application using SQLite for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.

source https://www.c-sharpcorner.com/article/student-info-in-xamarin-forms-application-using-sqlite-for-android-and-uwp/

Thursday, April 19, 2018

Xamarin Android Firebase Google Sign-In

Configure Google Sign In for Xamarin android application.

source https://www.c-sharpcorner.com/article/xamarin-android-firebase-google-sign-in/

Azure Storage CRUD Operations In MVC Using C# - Azure Blob Storage - Part Two

This article will give a step-by-step demonstration how to store any physical object into Azure Blob Storage.

source https://www.c-sharpcorner.com/article/azure-storage-crud-operations-in-mvc-using-c-sharp-part-two/

CRUD Operations In Android SQLite - Kotlin

In this article, we will learn how to perform CRUD (Create Read Update Delete) operations SQLite using Kotlin, the official first-class programming language for Android development. It is very easy and similar to implement like Java. We will learn SQLite implementation by building Simple TODO Application.

source https://www.c-sharpcorner.com/article/crud-operations-in-android-sqlite-kotlin/

Find Out The Angle Between Hour Hand And Minute Hand In C#

In this article, we will learn how to calculate angle between two hands of clock hour & minute respectively in C#.

source https://www.c-sharpcorner.com/article/find-out-the-angle-between-hour-hand-and-minute-hand-in-c-sharp/

Logic Apps - Integrating LUIS Application With Logic Apps To Predict Intent In User Utterances

Any business which transacts online, requires to provide some kind of chat support for the issues related to their business. This can be done by developing chat applications where the consumers directly chat with the agent of the business who then solve their problems. A new alternative to answer frequently asked questions is the use of the Chat Bot which is intelligent enough to understand the questions raised by the user and determine the solutions to them on the real time basis. Or in case of an administrator, if they are managing a lot of operative tasks or a lot of source code bases, then an intelligent bot is of great help.

source https://www.c-sharpcorner.com/article/logic-apps-integrating-luis-application-with-logic-apps-to-predict-intent-in-us2/

Quick Way To Add Dynamics 365 Portal User In Dev Environment

Let’s say you are working on Dynamics 365 portal dev environment and you want to quickly add your demo users. You can following below instruction to add users without invitation.

source https://www.c-sharpcorner.com/article/quick-way-to-add-dynamics-365-portal-user-in-dev-environment/

How To Configure Search Service Application Using PowerShell

In this article, we will discuss how to provision Search Service Application for SharePoint 2016 using PowerShell

source https://www.c-sharpcorner.com/article/sharepoint-2016-how-to-configure-search-service-application-using-powershell/

Trigger A Microsoft Flow With A Button Click On SharePoint Online

Microsoft Flow is a cloud-based software tool that allows users to create and automate workflows across multiple applications and services without the need for a developer’s help and is part of the Office 365 suite. It is included in most of Office 365 subscriptions and can be accessed via Office 365 app launcher. Automated workflows are called flows and its most common usage is to trigger notifications, synchronize files & collect data. The focus of this article is to highlight how to trigger a Microsoft flow on a button click event within SharePoint Online.

source https://www.c-sharpcorner.com/article/trigger-a-microsoft-flow-with-a-button-click-on-sharepoint-online/

ASP.NET Web API Using MVC And Entity Framework - Part One

Web API concepts in different fields and Its implementation using Asp.Net MVC and Entity Framework . Web API Controller connects with Sql Server by Entity Framework. Web API Route can be used in different types of clients Like IOTs.

source https://www.c-sharpcorner.com/article/web-api-using-asp-net-mvc-and-entity-framework-part-1/

Audio Focus Request Xamarin Android Audio Player

Request other app to use the audio hardware to reduce the noisy output.

source https://www.c-sharpcorner.com/Blogs/audio-focus-request-xamarin-android-audio-player

Wednesday, April 18, 2018

Start With Azure ARM Template

In this article, I will share the fundamental details of ARM template.

source https://www.c-sharpcorner.com/article/start-with-azure-arm-template/

Delete Item Versions In SharePoint Programmatically

Versioning in SharePoint is an awesome feature that lets users create versions of their documents. However, when left unchecked, especially when the below category of “Document Version History” is selected – an end user will be able to create practically an indefinite number of versions. This is not a recommended best practice, and may end up using a huge amount of storage over the years.

source https://www.c-sharpcorner.com/article/delete-item-versions-in-sharepoint-programmatically/

Can I Have My CPU Back Visual Studio

Visual Studio 2017 has certainly been a major improvement over the previous iteration of the flagship IDE; however, it isn't without its flaws.

source https://www.c-sharpcorner.com/article/can-i-have-my-cpu-back-visual-studio/

Working With MSP430 Module

In this article we are going to work with MSP430 module.

source https://www.c-sharpcorner.com/article/working-with-msp430-module/

Write Your First Program Using Microsoft Graph SDK

In this article, I will explain how you can write your first program to interact with MS Graph API using MS Graph SDK in Visual Studio.

source https://www.c-sharpcorner.com/article/write-your-first-program-using-microsoft-graph-sdk/

Writing Distributable .NET Application With x2net

Writing distributed applications, especially deployed across a network, tends to be a challenge, not only due to the trickiness of network programming but more so because your code, business logic messed up with communication details, is probably not flexible, hard to reuse and test in isolation.

source https://www.c-sharpcorner.com/article/writing-distributable-net-application-with-x2net/

Configure Firebase For Google Sign In

In this video we will see how to configure Firebase For Google Sign In applications.

source https://www.c-sharpcorner.com/article/configure-firebase-for-google-sign-in/

How To Fix Angular Application Issues In IE11

How to fix Angular 4 or 5 Application running issues in IE11 Best Tips 2018.

source https://www.c-sharpcorner.com/article/how-to-fix-angular-application-issues-in-ie11/

Top 10 Angular VS Code Extensions

Top 10 Angular VS Code Extensions

source https://www.c-sharpcorner.com/Resources/4228/top-10-angular-vs-code-extensions.aspx

Microsoft Bot Builder Sample

Following is link to download all Microsoft bot framework based sample.

source https://www.c-sharpcorner.com/Resources/4227/microsoft-bot-builder-sample.aspx

Tuesday, April 17, 2018

Angular 5 - Reactive Forms With Dynamic FormArray And Simple Validation

I am sharing an article on how to dynamically display controls in <em>FormArray</em> using Angular 5 <em>Reactive Forms</em> and enabled/disabled the validators based on the selection.

source https://www.c-sharpcorner.com/article/angular-5-reactive-forms-with-dynamic-formarray-and-simple-validation/

Extract Text From Image In Microsoft Computer Vision API

In this article, you will learn to extract Text From Image In Microsoft Computer Vision API.

source https://www.c-sharpcorner.com/article/extract-text-from-image-in-microsoft-computer-vision-api/

GitHub Repository Integration With VSTS CICD

I have been working for awhile on Microsoft ALM tools. It is an awesome experience to explore and integrate different MS tools, such as VSTS CI, Release Management etc. Since the developer community has been exploding with an exponential growth of developers in the last decade, Microsoft has forseen that if it wants to stay in the game for long and climb up the ladder, they will have to focus on non-Microsoft technology devs, such as Ruby, Java, and PHP etc.

source https://www.c-sharpcorner.com/article/github-repository-integration-with-vsts-cicd/

Logic Apps 101 - Inserting Data Into Multiple Tables Using SQL Connector And Trigger(SQL)

In this article, you will learn Logic Apps 101 - Inserting Data Into Multiple Tables Using SQL Connector And Trigger(SQL).

source https://www.c-sharpcorner.com/article/logic-apps-101-inserting-data-into-multiple-tables-using-sql-connector-and-trig2/

How To Find The Highest Salary In SQL Server

In this blog we will discuss how to find the highest salary, the second highest salary and N number of highest salaries with different examples.

source https://www.c-sharpcorner.com/Blogs/how-to-find-highest-salary-in-sql-server

Just Check ALL The Boxes

Today I ran into something on a client server I unfortunately see too often. The DBA goes through the trouble of configuring and setting up alerts\operators but doesn’t really understand what the options in the configurations mean. So unfortunately, that means they take the CYA (cover your ass) approach and they check all of them. Now, not only have I seen this with alerts but also with things like security configurations as well. My advice is to always in to take a second and research what each option is before you check the little boxes, especially when it comes to security. Always follow the rule of less is more.

source https://www.c-sharpcorner.com/article/just-check-all-the-boxes/

Forget JavaScript, Try C# Instead For Client Side Application Development - Blazor

Blazor lets you use all your C# knowledge to Apply in Client Side development. Blazor replaces Javascript Code with C#. Essentially, it means that rather than writing the Client side code in Angular, React, Vue using Javascript, Typescript you can use C# and Razor. Does that sound like a dream.

source https://www.c-sharpcorner.com/article/forget-javascript-try-c-sharp-instead-of-javascript-for-client-side-application-dev/

Monday, April 16, 2018

Deploy Multiple Instance Of SPFx Webpart In Same App Catalog

As SharePoint Framework solutions are deployed as tenant-wide app packages, the client app package needs to deploy in the tenant app catalog. And all these instances of the web parts refer to the bundled JavaScript files from the CDN location specified in the package that is deployed in the app catalog. So, by following the software development lifecycle, it needs to have the ability to run Development, Staging and Production environments as different Site Collections in the same tenant.

source https://www.c-sharpcorner.com/article/deploy-multiple-instance-of-spfx-webpart-in-same-app-catalog/

Establishing Multi Factor Authentication In Azure Active Directory

Brief explanation of Multi Factor Authentication in Azure Active Directory along with a step by step demo of the same.

source https://www.c-sharpcorner.com/article/establishing-multi-factor-authentication-in-azure-active-directory/

Track User Interest In SharePoint

This article is mainly targeted to the SharePoint Online environment, but is valid for most of the OnPremise versions of SharePoint (2013, 2016) too.

source https://www.c-sharpcorner.com/article/track-users-interest-in-sharepoint/

Overview Of Extension Method In C#

An extension method is the special type of static method which allows us to define a static method that appears to be a member of another type.

source https://www.c-sharpcorner.com/Blogs/overview-of-extension-method-in-c-sharp

Get All Personal Sites In SharePoint Online

Get all personal sites that are provisioned in SharePoint online using power shell.

source https://www.c-sharpcorner.com/Blogs/get-all-personal-sites-in-sharepoint-online

Working With DateTimePicker - Part One

Let us have an overview of TimePicker in this blog.

source https://www.c-sharpcorner.com/Blogs/working-with-datetimepicker-part1

Alert Dialog Setup In Android Using Android Studio

In this article, we are going to see how to set up an Alert dialog to the back button in an Android app using Android Studio.

source https://www.c-sharpcorner.com/article/alert-dialog-setup-in-android-using-android-studio/

Create Compass Using BBC Micro - Bit

By the end of this article, you will know how to create a compass or how to use your BBC Micro: Bit as a compass.

source https://www.c-sharpcorner.com/article/create-compass-using-bbc-microbit/

How To Design A .Net Core + Angular 5 Web App From The Ground Up

In this article, you will learn to design a .Net Core + Angular 5 Web App from the ground up.

source https://www.c-sharpcorner.com/article/design-a-net-core-angular-5-web-app-from-the-ground-up-architecture/

Intraday Price-Volume HeatMap Of A Stock Using R

In this article, we will see how to create price volume heatmap of any stock ticker in R.

source https://www.c-sharpcorner.com/article/price-volume-heatmaps-using-r/

Social-Media Link Share In Android Using Android Studio

In this article, we are going to see how to create a share button in Android app using the Android Studio.

source https://www.c-sharpcorner.com/article/sociamedia-link-share-in-android-using-androi/

Star Rating In Angular 5

In this article, I am going to explain how can we create a Star Rating In Angular 5.

source https://www.c-sharpcorner.com/article/star-rating-in-angular-5/

Using Azure Redis Cache On Your .NET Core Application - Part Two

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-pa/

Using Business Rule For Data Import Validation

In this article, we will learn how to use Business Rule for Data Import Validation.

source https://www.c-sharpcorner.com/article/using-business-rule-for-data-import-validation/

What Is Microsoft Graph SDK?

This article is a quick overview of MS Graph SDK. Using MS Graph SDK, you can easily write code which calls MS Graph APIs to interact with Office 365 data.

source https://www.c-sharpcorner.com/article/what-is-microsoft-graph-sdk/

Dynamic Pivot Table In SQL Server

In this video , we will learn how to create dynamic pivot table in SQL server in just 10 minutes

source https://www.c-sharpcorner.com/article/dynamic-pivot-table-in-sql-server/

How To Use The Cognitive Services Translator Text API

In this video, we will see how to use the Cognitive Services Translator Text API.

source https://www.c-sharpcorner.com/article/how-to-use-the-cognitive-services-translator-text-api/

What's New In MS Graph API

Recording of webinar on "What's new in MS Graph API"

source https://www.c-sharpcorner.com/article/whats-new-in-ms-graph-api/

New Features in Asp.Net Core

ASP.NET is one of the most successful web application development frameworks by Microsoft. With every update, new and extended features are added that help developers deploy highly scalable and high-performance web applications.When coupled with application monitoring and other performance tools, such as a profiler, ASP.NET becomes a powerful solution for building incredible apps.Within the framework itself, there are myriad features to help you overcome common development challenges, do more with your apps, and boost performance.

source https://www.c-sharpcorner.com/Resources/4225/new-features-in-asp-net-core.aspx

Wednesday, April 11, 2018

How To Get A Stored Procedure Encrypted In SQL Server

In this blog, we are going to learn how to get a stored procedure encrypted.

source https://www.c-sharpcorner.com/Blogs/how-to-create-stored-procedure-encrypted-in-sql-server

How To Create A Facebook-like Comment Box Session In ASP.NET

In a simple comment session like Facebook comments, you read a comment and reply with child comments to the parent comment.

source https://www.c-sharpcorner.com/Blogs/how-to-create-a-comment-box-session-as-like-facebook-comment-in-asp-net

Converting DataTable To Model List

This blog refers to the generic solution for converting any datatable to Model List in C#.

source https://www.c-sharpcorner.com/Blogs/converting-datatable-to-model-list2

Using Google Maps Location In Angular

First we have to install npm commands in our project npm install @agm/core –save .commands for adding external dependency.

source https://www.c-sharpcorner.com/Blogs/angular-google-map

All About Tag Helpers In ASP.NET Core 2.0

This article will provide insight about the tag helpers in the terms of what, where and how.

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

Angular Component Lifecycle Hooks Overview

Every component/directive in Angular has a lifecycle; it goes through a number of different phases from its creation, to updating, to destroy. We can hook into those different phases to get some pretty fine-grained control of our application.

source https://www.c-sharpcorner.com/article/angular-component-lifecycle-hooks-overview/

How To Set Up Angular2 Development Environment In Visual Studio 2015

In this article, we are going to learn how to set up Angular 2 development environment in Visual Studio and run the project by pressing ctr+F5.

source https://www.c-sharpcorner.com/article/how-to-set-up-angular-development-environment-in-visual-studio-2015/

PDF Viewer for Android Using Xamarin.forms

This article is going to explain how to create a pdf viewer inside the Android application using Xamarin forms in Visual Studio.

source https://www.c-sharpcorner.com/article/pdf-viewer-in-android-using-xamarin-forms/

Azure SQL Database - Create And Connect SQL Database In The Azure Portal

This article explains how to create and connect Azure SQL database to the Azure portal.

source https://www.c-sharpcorner.com/article/azure-sql-database-create-and-connect-azure-sql-database-in-the-azure-portal/

CRUD Operation In Angular - Angular + Core 2.0 CRUD Operation - Part Two

In my previous post (Part I), I explained how to do Database first in .Net Core 2.0 and we created Employee Web API by Database first approach.

source https://www.c-sharpcorner.com/article/crud-operation-in-angular-angular-core-2-0-crud-operation-part-two/

Stream Web API Transactions Using SignalR - Part Two

In this blog, I will walk you through how GitHub Repo can be integrated with VSTS CI and CD.

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

Learn About Angular ReCaptcha

Getting started with Angular2 re-captcha using Angular.

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

How Would You Select A Test Automation Tool

In today’s highly dynamic, complex and volatile world of software development, the goal of every software development organization is to deliver superior quality products. The basic criterion is that the software should be bug-free. However, despite the efforts and precautions taken to deliver the best output, most teams will agree, that defects always seem to creep in once the product is up and running in production.

source https://www.c-sharpcorner.com/Blogs/how-would-you-select-a-test-automation-tool

ASP.NET Core Using TypeScript (2.6) With RequireJS In C#

This article demonstrates how to create and use an application in ASP.NET Core using TypeScript (2.6) with RequireJS (2.3.5) in C#.

source https://www.c-sharpcorner.com/article/asp-net-core-using-typescript-2-6-with-requirejs-in-c-sharp/

Stemming In Natural Language Processing

Stemming is the process for reducing inflected words to their word stem (base form). A word stem is part of a word. It is sort of a normalization idea, but linguistic.

source https://www.c-sharpcorner.com/Blogs/stemming-in-natural-language-processing

Tuesday, April 10, 2018

Azure Storage CRUD Operations In MVC Using C# - Azure Table Storage - Part One

This article is about 'How to execute CRUD Operations in Azure Table Storage.'

source https://www.c-sharpcorner.com/article/azure-storage-crud-operations-in-mvc-using-c-sharp-azure-table-storage-part-one/

How To Upload Audio In Database And Play In GridView Using ASP.NET

In this article, we are going to discuss how to upload an audio file in our project folder and save its path in SQL server database table.

source https://www.c-sharpcorner.com/article/how-to-upload-audio-in-database-and-play-in-gridview-using-asp-net/

Overview Of Ticketing System In SharePoint

In this article, I have explained how to create a help desk solution using SharePoint Out of The Box functionality Microsoft Flow.

source https://www.c-sharpcorner.com/article/learn-about-ticketing-system-in-sharepoint/

Night Clock In Android Using Android Studio

In this article, we are going to learn about Night Clock in Android using Android Studio.

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

ts.validator - TypeScript Based Generic Validation Framework

I have created a TypeScript based generic, fluent validation framework. Also, I have built a demo Angular 5 CLI app which uses the framework.

source https://www.c-sharpcorner.com/article/ts-validator-typescript-based-generic-validation-framework/

Difference Between ViewData ,ViewBag,TempData And Session In MVC 5

In this blog, we will learn the difference between ViewData, ViewBag, TempData, and Session in MVC 5.

source https://www.c-sharpcorner.com/Blogs/difference-between-viewdata-viewbagtempdata-and-session-in-mvc-5

Audio Play Using SD Card Module And Arduino

In this article, we will see how to play an audio using SD card Module and Arduino. We have to save the Audio in a .wav file and specifically command the Arduino to play the Audio at the specific digital pin. The volume of the Audio can also be adjusted in the coding as per the requirement.

source https://www.c-sharpcorner.com/article/audio-play-using-sd-card-module-and-arduino/

Interface In C#.NET In a Simple Way - Part One

In this post, we will discuss Interface in C# .NET and I will explain the use of Interface with an example in a simple way.

source https://www.c-sharpcorner.com/Blogs/interface-in-c-sharpnet-simple-way-part-one

Overview Of CLR And Its Major Tasks In .NET

In this blog, you will learn about CLR and its major tasks in .NET.

source https://www.c-sharpcorner.com/Blogs/what-is-clr-in-net

Monday, April 9, 2018

Dots Loading Android Using Android Studio

In this article, we are going to see how to create a Dot Loader in Android app using the Android Studio.

source https://www.c-sharpcorner.com/article/dots-loading-android-using-android-studio/

Friendly Errors In MVC 5

In this article, I will be explaining 3 different ways to handle exceptions and display a friendly error page to your end user.

source https://www.c-sharpcorner.com/article/friendly-errors/

How To Connect A Signup Form With Database

In this article, we are going to learn how to connect MySQL database with HTML form.

source https://www.c-sharpcorner.com/Blogs/how-to-connect-a-signup-form-with-database

Document And Track Changes In Your Tabular Model

I had a SSAS Tabular Model project and I had few developers making changes on the fly without telling me. My biggest problem was I couldn't track the changes and my client had lots of requirements that I needed to design and provide.

source https://www.c-sharpcorner.com/Blogs/document-and-track-changes-in-your-tabular-model

Common Language Specification In .NET

In this blog, I will try to explain the CLS concept practically.

source https://www.c-sharpcorner.com/Blogs/common-langauge-speciication-in-clr

First, FirstOrDefault, Single, SingleOrDefault In C#

In this blog, I will try to explain about First, FirstOrDefault, Single, SingleOrDefault in C#.

source https://www.c-sharpcorner.com/Blogs/first-firstordefault-single-singleordefault-in-c-sharp

ASP.NET Core - CRUD Using Blazor And Entity Framework Core

Microsoft has recently announced the release of a new .NET web framework – Blazor. In this article we are going to create a web application using Blazor with the help of Entity Framework Core. We will be creating a sample Employee Record Management system and perform CRUD operations on it.

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

Create Site Column In SharePoint From OOB And JSOM

In this article, I would like to share the steps to create site column and code to create the site column in SharePoint using JSOM. Most of us know how to create column in SharePoint list.

source https://www.c-sharpcorner.com/article/create-site-column-in-sharepoint-from-oob-and-jsom/

Integrating "Sign In With Google" Functionality To An Application

This article demonstrates how to integrate "Log in using Google account" functionality to your web application. There are many ways to integrate it. Here, I will explain how to integrate using REST API. Before you can integrate Google Sign-In into your website, you must create a Google API Console project and client ID, which you need to call the sign-in API.

source https://www.c-sharpcorner.com/article/integrating-google-sign-in-into-your-web-app/

Real-Time Data Storage In Firebase Using Android Studio

This article demonstrates how to store real-time data in Firebase using Android Studio.

source https://www.c-sharpcorner.com/article/real-time-data-store-in-firebase-using-android-studio/

Swipe Lock In Android Using Android Studio

In this article, we are going to learn how to add Swipe Lock functionality to an Android application using Android Studio.

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

Testing And Deploying An Office 365 Add-In From Network Share

In this article, I will show you how you can load an Office 365 add-in from a network share for testing or live deployment.

source https://www.c-sharpcorner.com/article/testing-and-deploying-an-office-365-add-in-from-network-share/

WCF And ListView Insert Update And Delete Rows In ASP.NET

In this article you will learn how to edit, update and delete in ListView. First drag and drop ListView. In ListView, next open Default.aspx source code. To make a column in Listview use <LayoutTemplate>. Here first I created a table name 'Product' in my database. It contains 5 columns: ProductId, ProductName,ProductLocation,ProductQuantity, and ProductPrice.

source https://www.c-sharpcorner.com/article/wcf-and-listview-insert-update-and-delete-rows-in-asp-net/

MultiSelect DropDownList With CheckBoxes In ASP.Net With C# And VB.NET Using jQuery Plugin

In this blog, I am going to explain MultiSelect DropDownList with CheckBoxes in ASP.NET with C# and VB.NET using jQuery Plugin.

source https://www.c-sharpcorner.com/Blogs/multiselect-dropdownlist-with-checkboxes-in-asp-net-with-c-sharp-and-vb-net-using-jquery-plugin

Microsoft Announces General Availability Of Application Security Groups

Recently, Microsoft has announced the general availability of Application Security Groups (ASG) in all Azure regions.

source https://www.c-sharpcorner.com/news/microsoft-announces-general-availability-of-application-security-groups

Learn About Xamarin.Forms Popup

I am here with a new post on (Rg.Plugins.Popup).

source https://www.c-sharpcorner.com/article/learn-about-xamarin-forms-popup/

How To Import Excel Data In SQL Server Using ASP.NET

In this blog, we are going to learn how to import excel data into SQL database table using asp.net and display them into gridview jquery data table.

source https://www.c-sharpcorner.com/Blogs/how-to-import-excel-data-in-sql-server-using-asp-net2

Sunday, April 8, 2018

Dynamic Objects And Alternatives To Reflection

The CodexMicroORM open source project on GitHub includes several features to help you create fast, concise .NET deliverables. One such feature is implemented in the Performance.cs file and enables dynamic (i.e. run-time) access to properties of any object – faster than what you’d get out of System.Reflection.Type. CodexMicroORM leverages this feature in several places, one being the ability to build composite objects: your existing “POCO” (plain-old C# objects), with additional optional extended properties.

source https://www.c-sharpcorner.com/article/dynamic-objects-and-alternatives-to-reflection/

How To Upload Video In Database And Play In GridView Using ASP.NET

In this article we are going to learn how to upload video in project folder and save its path in SQL server database table. We will bind that table to gridview and play audio using html5 video element.

source https://www.c-sharpcorner.com/article/how-to-upload-video-in-database-and-play-in-gridview-using-asp-net/

Introduction To MS Graph API

In this article, I will introduce you to the MS Graph API which is a powerful way to interact with Office 365 data.

source https://www.c-sharpcorner.com/article/introduction-to-ms-graph-api/

Saturday, April 7, 2018

ASP.NET Webform - Google Charts API Integration

This article is about Google charts API integration with asp.net webform

source https://www.c-sharpcorner.com/article/asp-net-webform-google-charts-api-integration/

Google Smart Lock In Android

By integrating Smart Lock for Passwords into your Android app, you can automatically sign users in to your app using the credentials they have saved. Users can save both username-password credentials and federated identity provider credentials. Integrate Smart Lock for Passwords into your app by using the Credentials API to retrieve saved credentials on sign-in.

source https://www.c-sharpcorner.com/article/google-smart-lock-in-android/

Wave View In Android Using Android Studio

In this article, we are going create a Wave View in Android using Android Studio. It is a type of library which makes the wave in UI. By using this, we can show the progress status in a percentage. This view is widely used in mobile apps.

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

Writing A Sensor Value In The SD Card Using Arduino

In this article we are going to see how to write ultrasonic sensor values in the SD card using SD card module. This is applicable to every SD card.

source https://www.c-sharpcorner.com/article/writing-a-sensor-value-in-the-sd-card-using-arduino/

Creating Custom Pipe Using Safe HTML In Angular 5

A pipe takes in the data as input and transforms it into the desired output. Pipes are declared using @Pipe decorator. We will create a custom pipe here, in this article. Like a filter, a Pipe also takes data as input and transforms it into the desired output.

source https://www.c-sharpcorner.com/article/creating-custom-pipe-using-safehtml-in-angular-5/

Integrating "Sign In With LinkedIn" Functionality To An Application

This article demonstrates how to integrate "login using the LinkedIn credential" in your web application.

source https://www.c-sharpcorner.com/article/log-in-with-linkedin-credentials/

Pulse View In Android Using Android Studio

In this article, we are going create a Pulse View in Android using Android Studio. It is a type of library which makes the pulse view for image as a icon.This view is used in most popular apps such as share it,Tinder..etc

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

Friday, April 6, 2018

Angular - Understanding Component

In this article, we are going to talk about Components in Angular.

source https://www.c-sharpcorner.com/article/angular-understanding-component/

Create Music Remote System Using BBC Micro :Bit

At the end of this tutorial, you will be able to control your phone's music player using Micro:Bit.

source https://www.c-sharpcorner.com/article/create-music-remote-system-using-bbc-microbit/

Xamarin.Forms Application For Social Media Link Sharing

This article demonstrates how to develop a link sharing Xamarin.Forms Application.

source https://www.c-sharpcorner.com/article/link-share-in-social-media-xama/

Various Techniques To Verify The Connectivity From Client To Server (Including Port Number)

In this article, I will explore a few techniques to test the network connectivity with another machine & Port number using the built-in tools in the Operating System.

source https://www.c-sharpcorner.com/article/various-techniques-to-verify-the-connectivity-from-client-to-server-including-p/

StreamView Your Location Using Android Studio And InstanceID Token

This article demonstrates how to add StreamView Location on an Android application using Android studio and InstanceID token.

source https://www.c-sharpcorner.com/article/streamview-your-location-using-the-android-studio-and-instanceid-token/

Working With Bluetooth And Relay Module

In this article, we are going to see how to work with Bluetooth module with relay and Arduino to produce a wireless mobile controlled light.

source https://www.c-sharpcorner.com/article/working-with-bluetooth-and-relay-module/

Coinbase Launches Coinbase Ventures With $15M Seed Fund

Today, Coinbase has announced the launch of Coinbase Venture which will be providing funds to start-ups dealing in the digital currency space and help them grow.

source https://www.c-sharpcorner.com/news/coinbase-launches-coinbase-ventures-with-15m-seed-fund

Compile Your TypeScript File Automatically

In this post, I'm going to share how to compile TypeScript files automatically.

source https://www.c-sharpcorner.com/Blogs/compile-your-typescript-file-automatically

Facebook Adds Target Tracking Capability To Its Augmented Reality Platform

Recently, Facebook has added a new augmented reality feature with target tracking which allows a user to launch AR experience by pointing at any image with their phone.

source https://www.c-sharpcorner.com/news/facebook-adds-target-tracking-capability-to-its-augmented-reality-platform

To Read Gmail Inbox From Google API

In this section we are going to see about reading Gmail inbox from Google api. Please use your email id for configuration and do not share secret key to anyone.

source https://www.c-sharpcorner.com/Blogs/to-read-gmail-inbox-from-google-api

Test Your C# Skills - Part One

In this Article I discuss some C# coding interview questions every developer should know. All questions contain a unique coding snippet.

source https://www.c-sharpcorner.com/Blogs/test-your-c-sharp-skills-part-one

Overview Of Guards In Angular

In this article, you will get the overview of Guards in Angular.

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

TypeScript 2.8 Released

Recently , Microsoft has released TypeScript 2.8 with so many updates.

source https://www.c-sharpcorner.com/news/typescript-28-released

Thursday, April 5, 2018

Console Application To Fetch SharePoint List Data Using REST API With CAML Query In C# Managed Code

SharePoint 2013 has many restful APIs, to fetch data from lists. However, sometimes we need to use CAML query to filter out the data. SharePoint rest API has an option to pass CAML query as a data to API call. Below steps will help you to call a rest API with CAML query filtering.

source https://www.c-sharpcorner.com/article/console-application-to-fetch-sharepoint-list-data-using-rest-api-with-caml-query2/

DatePicker Placeholder And Border Style Using CustomRenderer

In Xamarin.Forms, there is no Placeholder, BorderRadius, BorderColor, or BorderWidth for DatePicker Control. So in this article, we can learn how to set those properties for DatePicker using CustomRenderer.

source https://www.c-sharpcorner.com/article/datepicker-placeholder-and-border-style-using-customrenderer/

Define Motion For Buttons In Android Using Android Studio

In this article, we are going to see how to create a motion button in Android app using the Android Studio.

source https://www.c-sharpcorner.com/article/define-motion-for-button-in/

Dissecting A Flutter App Folder Structure

In my last article, I mentioned the step by step installation guide about how to install Flutter with Android Studio on Mac as well as Windows. In this article we will dissect the folder structure of the default Flutter app and understand how to manage the various resources needed for developing a cross platform app using Flutter.

source https://www.c-sharpcorner.com/article/dissecting-a-flutter-app-folder-structure/

How Are You Using Document Libraries In SharePoint?

SharePoint is well known for its content management ability. We can store files in SharePoint (inside Document Library) and use search and approval workflows features on top of it. I have seen many organizations are using only the content management feature of SharePoint by uploading tons of files. But, is it the right way of using SharePoint?

source https://www.c-sharpcorner.com/article/how-are-you-using-document-libraries-in-sharepoint/

LINQ Fundamentals - Single() Vs SingleOrDefault() - Part Two

In first part we discussed First() and FirstOrDefault() extension method, In this part we will discuss Single() and SingleOrDefault().

source https://www.c-sharpcorner.com/article/linq-fundamental-single-vs-singleordefault-part-two/

Mapping Output Cache Profile In SharePoint Page Layout

In this article, I would like to share the steps to Map the Output cache profile for page layout in SharePoint.

source https://www.c-sharpcorner.com/article/mapping-the-output-cache-profile-in-sharepoint-page-layout/

Create And Publish A Nuget Package Using Visual Studio (.NET Standard)

In this article, you will learn to create and publish a Nuget Package using Visual Studio (.NET Standard).

source https://www.c-sharpcorner.com/article/create-and-publish-a-nuget-package-using-visual-studio-net-standard/

Push Notification Using The Android Studio And Google Firebase

This article will demonstrate how to add push notification authentication on Android applications using Android studio.

source https://www.c-sharpcorner.com/article/push-notification-using-the-android-studio-and-google-firebase/

Xamarin.Android - Develop SQLite Database Using SQLiteOpenHelper Class

In this article, you will learn to create your own database for Xamarin Android.

source https://www.c-sharpcorner.com/article/xamarin-android-develop-sqlite-database-using-sqliteopenhelper/

Insert Update And Delete Rows In ASP.NET ListView Control

In this Article you can learn how to edit, update and delete in ListView.First drag and drop ListView.In ListView.Next open Default.aspx source code. To make a columns in Listview use <LayoutTemplate> Here first I created a table name 'Product' in my database. it contains 5colomns as ProductId,ProductName,ProductLocation,ProductQuantity, ProductPrice.

source https://www.c-sharpcorner.com/Blogs/insert-update-and-delete-rows-in-asp-net-listview-control

Amazon Launches AWS Secrets Manager

Recently, Amazon has launched an AWS Secret Manager which will allow AWS Command Line Interface to store and retrieve your secrets via API and will also rotate your credentials with built-in or custom AWS Lambda functions.

source https://www.c-sharpcorner.com/news/amazon-launches-aws-secrets-manager

Learn About Oracle Server Architecture

Oracle DB further divded into Physical & Logical segment comprises various locations like Files(Data file/Control File/Redo log file) in the physical content and Tablespace,Extent,Block,Segment in Logical area.

source https://www.c-sharpcorner.com/Blogs/learn-about-oracle-server-architecture

Wednesday, April 4, 2018

Button Animation In Android Using Android Studio

In this article, we are going define a motion for the button in Android using Android Studio.

source https://www.c-sharpcorner.com/article/button-animation-in-android-using-android-studio2/

Console Application To Fetch SharePoint List Data Using Rest API With CAML Query

SharePoint 2013 has many restful APIs, to fetch data from lists. However, sometimes we need to use CAML to filter out the data.

source https://www.c-sharpcorner.com/article/console-application-to-fetch-sharepoint-list-data-using-rest-api-with-caml-query/

LINQ Fundamentals - First() And FirstOrDefault()

There are four famous concepts in LINQ, almost every C# developer knows about them and has used them in their daily development work.

source https://www.c-sharpcorner.com/article/linq-fundamental-first-and-firstordefault/

Multiple Button Navigation In Xamarin.Forms Application

In this article, you will learn to create multiple button navigation in Xamarin.Forms Application.

source https://www.c-sharpcorner.com/article/muliple-button-navigation-in-xamarin-forms/

RecyclerView In Android - Kotlin

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

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

Facebook Suspends 249 Suspected Accounts Linked To Russia

Recently, Facebook has removed 70 accounts, 65 Instagram accounts and 138 Facebook pages controlled by Russian Internet Research Agency (IRA).

source https://www.c-sharpcorner.com/news/facebook-suspends-249-suspected-accounts-linked-to-russia

Automate Download From Federal Reserve Sites

Recently one of my friend working for an insurance company buzzed me with this strange scenario, he had with the federal reserve site. There are bunch of data files that are freely available on the site only clinche is that they had to click on the Accept Terms and Condition button for downloading.

source https://www.c-sharpcorner.com/Blogs/automate-download-from-federal-reserve-sites

Microsoft Brings AI Training Courses For Public

Microsoft is now offering AI training courses publicly to enhance your skills.

source https://www.c-sharpcorner.com/news/microsoft-brings-ai-training-courses-for-public

Create A Site Collection In SharePoint Within Specific Content Database

Generally, site collections are created using the Central Administration. However, this means doesn’t gives us the option to select the specific Content Database where we wish for the site collection to reside.

source https://www.c-sharpcorner.com/Blogs/create-a-site-collection-in-sharepoint-within-specific-content-database

Insert, Update And Delete Rows In ASP.NET DetailsView Control

DetailsView is a DataBound control of asp.net used to Displays the single record from a DataSource in the form of a table, where each row represents a field of the record. The DetailsView control allows you to insert,edit and delete records.

source https://www.c-sharpcorner.com/Blogs/insert-update-and-delete-rows-in-asp-net-detailsview-control

Tuesday, April 3, 2018

Angular - Understanding Service

In this article we are going to talk about Service in Angular.

source https://www.c-sharpcorner.com/article/angular-understanding-service/

Button-Worked WebView In Xamarin.Forms Application

This article demonstrates Button-worked WebView In Xamarin.Forms applications.

source https://www.c-sharpcorner.com/article/button-worked-webview-in-xamarin-forms-application/

Hide Default Tile Column From The SharePoint List Forms

In this article, I would like to share the steps hidden in the SharePoint List default list column from the display form, new form and edit form.

source https://www.c-sharpcorner.com/article/hide-default-tile-column-from-the-sharepoint-list-forms/

Power BI Analytics Powered By R Integration

In this article, we will have a discussion and demo on how to integrate “R” scripts with “PowerBI” using PowerBI R Connector.

source https://www.c-sharpcorner.com/article/power-bi-analytics-powered-by-r-integration/

How Develop Analytics For SharePoint Online Using Power BI

In this article, we will discuss how to use data stored in SharePoint Online Site to develop analytics using PowerBI.

source https://www.c-sharpcorner.com/article/sharepoint-online-how-develop-analytics-for-sharepoint-online-using-power-bi/

Working With SD Card Module And Arduino

In this article, we are going to see how to work with SD card module and Arduino using Master Slave technique.

source https://www.c-sharpcorner.com/article/working-with-sd-card-module-and-arduino/

ngx-qrcode2 In Angular

Create QR code using angular. First, we create an Angular project using Angular cli.

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

Apple Plans To Use Own Chips In Macs From 2020

Recently, Bloomberg has reported that Apple Inc. is planning to use its own chips from 2020 instead of Intel chips.

source https://www.c-sharpcorner.com/news/apple-plans-to-use-own-chips-in-macs-from-2020

Insert Update And Delete Rows In ASP.NET GridView Control

In this Article you can learn how to edit, update, delete, and cancel in gridview.First drag and drop Gridview.In gridview properties set AutoGenarateColumns to False.Next open Default.aspx source code. To make a columns in Gridview use <asp:TemplateField>Here first I created a table name 'Product' in my database.

source https://www.c-sharpcorner.com/Blogs/insert-update-and-delete-rows-in-asp-net-gridview-control

How To Generate Barcode In ASP.NET

In this blog we will learn how to generate barcode using asp.net by simply enter number and alphabets in textbox and click generate.

source https://www.c-sharpcorner.com/Blogs/how-to-generate-barcode-in-asp-net

Event And Two-Way Binding In Angular 5

In this blog, we go through event binding, two-way binding as well as template reference variable.

source https://www.c-sharpcorner.com/Blogs/event-and-twoway-binding-in-angular-5

Making Use Of Artificial Intelligence Technology To Develop Software Solutions

The development of software has become paramount in businesses and other organizations, and in most industries as well as government organizations as well. Thus, the services of a software development company will always be in demand.

source https://www.c-sharpcorner.com/Blogs/making-use-of-artificial-intelligence-technology-to-develop-software-solutions

Handling Verbose Error Message(Improper Error Handling) In Web.config

Improper error handling leads to the variety of security problem. Common problems are like when we expose our internal methods in Stack-traces, error codes, exceptions etc. and these are displayed to the hacker. Attacker is one who is waiting for such show up and take advantage of it. Out Of Memory, null pointer, array out of bounds exception and hundreds other errors are common cause. We need to have a strong mechanism to handle these errors and hiding implementation details anyhow from attacker.

source https://www.c-sharpcorner.com/Blogs/handling-verbose-error-messageimproper-error-handling-in-webconfig

ASP.NET Core 2.0 User Role Base Menu Management Using Dependency Injection

In this article we will see in detail how to display role based dynamic menu after user logs in. For this we will create a Menu Master table and insert few records to display the menu and URL to menu based on logged in user role.

source https://www.c-sharpcorner.com/article/asp-net-core-2-0-user-role-base-menu-management-using-dependency-injection/

Difference Between Value Type Variables And Reference Type Variables

Before we get started between the difference of value type variables and reference type variables, we need to understand the concept of stack and heap. So let’s get started with stack and heap.

source https://www.c-sharpcorner.com/article/difference-between-value-type-variables-and-reference-type-variables/

Consuming RESTful API's In Xamarin Android

In this episode, I will teach you how we can consume RESTful API's in Xamarin Android.

source https://www.c-sharpcorner.com/article/consuming-restful-apis-in-xamarin-android/

Importance Of Time Series Insights

In this video, we will see why it’s so important? Will also provide an introduction to Time Series Data Analysis, real-time scenarios, and a demo.

source https://www.c-sharpcorner.com/article/importance-of-time-series-insights2/

Monday, April 2, 2018

Basics Of Node.js Modules

Nowadays, Most of the web developers are working with new technology like Angular, React, Vuejs a frontend and Express.Js, Meteor web framework or SharePoint Framework of the JavaScript. But every developer face issue to understand the pattern of writing the code or we can say the ecosystem used in the packages\libraries.

source https://www.c-sharpcorner.com/article/basic-of-the-nodejs-modules/

How To Create Temperature Gauge Using Micro - Bit

In this article, I am going to write about how we can create a simple temperature gauge

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

Local Authentication Using Node.js

Authentication means validating your credentials like username and password to confirm your identity. The system or application confirms that you are the true user for accessing the private or confidential data. Authorization is a process of verifying that you have access to do something.

source https://www.c-sharpcorner.com/article/passport-for-authentication-nodejs/

Combining Angular 5 CLI Project And ASP.NET Core Project

Angular 5 is catching the attention of all the developers. And Dot Net Core from Microsoft is already popular. So what happens if you create an Angular project in the command line, and then you want to integrate it with Asp.Net core framework?

source https://www.c-sharpcorner.com/article/angular-5-cli-project-and-asp-net-core-project-combining/

Automated Water Supply For Crops

In this article, we are going to see how to work with a Moisture sensor, relay module, and motors to create an automated watering system.

source https://www.c-sharpcorner.com/article/automated-water-supply-for-crops/