In this article, you will learn about events and delegates in C#.
source https://www.c-sharpcorner.com/article/events-and-delegates-in-c-sharp/
Wednesday, April 24, 2019
Get This 8 Course Python Training Bundle For Only $34
Working development pros swear by Python, which is why you should think about jumping in with both feet yourself with the training in the Python Power Coder BONUS Bundle. Between the sale price and handy new $10 price drop, you can get the whole package now for just $34.
source https://www.c-sharpcorner.com/article/get-this-8-course-python-training-bundle-for-only-342/
source https://www.c-sharpcorner.com/article/get-this-8-course-python-training-bundle-for-only-342/
Join Me For A PASS Summit Pre-Con
Preconference learning opportunities offer a deep dive into new skills and knowledge before the conference officially begins.
source https://www.c-sharpcorner.com/article/join-me-for-a-pass-summit-pre-con/
source https://www.c-sharpcorner.com/article/join-me-for-a-pass-summit-pre-con/
Tuesday, April 23, 2019
HTTP Live Streaming (HLS-VOD)
In this post, we are going to create a video server that can serve videos with multiple bit-rates, also known as adaptive bit-rate streaming.
source https://www.c-sharpcorner.com/article/http-live-streaming-hls-vod/
source https://www.c-sharpcorner.com/article/http-live-streaming-hls-vod/
Execute Stored Procedures In MVC Core Using Entity Framework Core
In this article, you will learn how to execute stored procedures in MVC Core using Entity Framework Core.
source https://www.c-sharpcorner.com/article/execute-stored-procedures-in-mvc-core-using-entity-framework-core/
source https://www.c-sharpcorner.com/article/execute-stored-procedures-in-mvc-core-using-entity-framework-core/
Fundamentals Of Cloud Computing - Part One
In this article, we will understand the fundamentals of cloud computing and its deployment models.
source https://www.c-sharpcorner.com/article/fundamentals-of-cloud-computing-part-1/
source https://www.c-sharpcorner.com/article/fundamentals-of-cloud-computing-part-1/
How To Set-Up Multi-Factor Authentication In Office 365 Mailbox
In this article, we will learn how to set up multi-factor authentication in Office 365 Exchange Online Mailbox using Exchange Admin Center or PowerShell.
source https://www.c-sharpcorner.com/article/how-to-set-up-multi-factor-authentication-in-office-365-mailbox/
source https://www.c-sharpcorner.com/article/how-to-set-up-multi-factor-authentication-in-office-365-mailbox/
Reporting Metrics To Prometheus In ASP.NET Core
This short article shows how to use prometheus-net to create counters and save custom metrics from our ASP.NET Core application.
source https://www.c-sharpcorner.com/article/reporting-metrics-to-prometheus-in-asp-net-core/
source https://www.c-sharpcorner.com/article/reporting-metrics-to-prometheus-in-asp-net-core/
SharePoint 2013 - Creating Views On The Fly
In this article, we will explore SharePoint 2013’s special feature that allows the user to modify an already created document and list view on the fly.
source https://www.c-sharpcorner.com/article/sharepoint-2013-creating-views-on-the-fly/
source https://www.c-sharpcorner.com/article/sharepoint-2013-creating-views-on-the-fly/
Different Ways Of Rendering Partial View In MVC
In this article, we will understand the basics of the partial view, different ways of rendering partial view, and uses of partial view.
source https://www.c-sharpcorner.com/article/different-ways-of-render-partial-view-in-mvc/
source https://www.c-sharpcorner.com/article/different-ways-of-render-partial-view-in-mvc/
Kendo Dropdownlist With Server Side Paging And Searching Using ASP.NET MVC
This article shows how to create a KendoUI DropDown list to display countries/states/cities or any thing else with server-side paging and searching.
source https://www.c-sharpcorner.com/article/kendo-dropdownlist-with-server-side-paging-and-searching-using-asp-net-mvc/
source https://www.c-sharpcorner.com/article/kendo-dropdownlist-with-server-side-paging-and-searching-using-asp-net-mvc/
Visual Studio, Why Won't You Let Me Have This One (Solution Folder)?
Organizations are always subjective, sometimes multiple projects are enough, sometimes it can help to organize code into things like Solution Folders, which you'd imagine would be pretty simple - but that's not always the case as you'll soon see...
source https://www.c-sharpcorner.com/article/visual-studio-why-wont-you-let-me-have-this-one-solution-folder/
source https://www.c-sharpcorner.com/article/visual-studio-why-wont-you-let-me-have-this-one-solution-folder/
Solutions And Architecture
This article provides a ground level understanding of the profiles of a solutioner and an architect.
source https://www.c-sharpcorner.com/article/solutions-and-architecture/
source https://www.c-sharpcorner.com/article/solutions-and-architecture/
Friday, April 19, 2019
10 Useful Git Commands
Today we will go through some useful git commands you should know as a developer.
source https://www.c-sharpcorner.com/article/10-useful-git-commands/
source https://www.c-sharpcorner.com/article/10-useful-git-commands/
ASP.NET MVC 5 - Time Picker Plugin
This article is about integration and basic usage of the Bootstrap Time Picker jQuery plugin in ASP.NET MVC5 platform.
source https://www.c-sharpcorner.com/article/asp-net-mvc5-time-picker-plugin/
source https://www.c-sharpcorner.com/article/asp-net-mvc5-time-picker-plugin/
How To Create Progress Bar In Bootstrap
In this article, I am going to explain how to use the Bootstrap 4 Progress Bar in your project.
source https://www.c-sharpcorner.com/article/how-to-create-progress-bar-in-bootstrap-4/
source https://www.c-sharpcorner.com/article/how-to-create-progress-bar-in-bootstrap-4/
How To Send Email In Orchard CMS
This article explains how to send email in Orchard CMS using MessageService.
source https://www.c-sharpcorner.com/article/how-to-send-email-in-orchard-cms/
source https://www.c-sharpcorner.com/article/how-to-send-email-in-orchard-cms/
.NET Core REST API With Swagger
In this article, I will be explaining the usage of Swagger in our Web Projects and then, we will see how to implement it.
source https://www.c-sharpcorner.com/article/net-core-rest-api-with-swagger/
source https://www.c-sharpcorner.com/article/net-core-rest-api-with-swagger/
First Official Blazor Preview Released
Microsoft has announced that Blazor is no longer experimental and is now available in official preview.
source https://www.c-sharpcorner.com/news/first-official-blazor-preview-released
source https://www.c-sharpcorner.com/news/first-official-blazor-preview-released
Thursday, April 18, 2019
Best Stored Procedure For CRUD Operations
In this article, I will show you an approach to get the most out of your Stored Procedure.
source https://www.c-sharpcorner.com/article/best-stored-procedure-for-curd-operations/
source https://www.c-sharpcorner.com/article/best-stored-procedure-for-curd-operations/
Builder Design Pattern Using C#
In this article, we will understand the Builder Design Pattern, when we should actually use it, and a practical example along with the disadvantages and advantages of it.
source https://www.c-sharpcorner.com/article/builder-design-pattern-using-c-sharp/
source https://www.c-sharpcorner.com/article/builder-design-pattern-using-c-sharp/
Create And Consume Azure Function From ASP.NET Core
Azure Functions lets you execute your code in a serverless environment without having to first create a VM or publish a web application. You learn how create azure function by use Visual Studio 2017 tools. You then publish the function code to Azure. Then you call this function by using ASP.NET Core Web application.
source https://www.c-sharpcorner.com/article/create-and-consume-azure-function-from-asp-net-core/
source https://www.c-sharpcorner.com/article/create-and-consume-azure-function-from-asp-net-core/
Decorator In C#
In this article, I would like to share what decorator pattern is and how it works.
source https://www.c-sharpcorner.com/article/decorator-in-c-sharp/
source https://www.c-sharpcorner.com/article/decorator-in-c-sharp/
Deploy .NET Core Application To Linux Containers On Azure Web App - Part One
This article provides step by step guidance on how to build a Linux based Docker image using Azure DevOps and push it to Azure Container Registry using Azure Pipelines.
source https://www.c-sharpcorner.com/article/deploy-net-core-application-to-linux-containers-on-azure-web-app-using-azure-pi/
source https://www.c-sharpcorner.com/article/deploy-net-core-application-to-linux-containers-on-azure-web-app-using-azure-pi/
An Overview Of ASP.NET Web API
In this article, you will learn the basics of ASP.NET Web API.
source https://www.c-sharpcorner.com/article/learn-about-asp-net-web-api/
source https://www.c-sharpcorner.com/article/learn-about-asp-net-web-api/
People Picker Field Actions In SharePoint Using JavaScript (JSOM)
In this article I have given samples on how to bind the user details, disable the field, show the custom error messages and empty the field
source https://www.c-sharpcorner.com/article/people-picker-field-actions-in-sharepoint-using-javascript-jsom/
source https://www.c-sharpcorner.com/article/people-picker-field-actions-in-sharepoint-using-javascript-jsom/
SharePoint 2013 - Showing List Data In jQuery Datatable With Advanced Feature
In this article, we will explore how we can retrieve the data from the SharePoint List using the REST API and bind it to the jQuery DataTable.
source https://www.c-sharpcorner.com/article/sharepoint-2013-showing-list-data-in-jquery-datatable-with-advanced-feature/
source https://www.c-sharpcorner.com/article/sharepoint-2013-showing-list-data-in-jquery-datatable-with-advanced-feature/
Update Challenges With npm Packages For SharePoint Framework
In this article, we will explore the need for npm package update, how to update the npm packages, and common issues and resolutions while updating to newer npm packages.
source https://www.c-sharpcorner.com/article/update-challenges-with-npm-packages-for-sharepoint-framework/
source https://www.c-sharpcorner.com/article/update-challenges-with-npm-packages-for-sharepoint-framework/
Working With Arrays In JavaScript
In this article, you will learn about working with arrays in JavaScript.
source https://www.c-sharpcorner.com/article/working-with-arrays-in-javascript/
source https://www.c-sharpcorner.com/article/working-with-arrays-in-javascript/
Wednesday, April 17, 2019
Microsoft Launches Disc-less Xbox One S All-Digital Edition
Microsoft has rolled out the long-awaited console without a disc drive - Xbox One S All-Digital Edition, priced at $250.
source https://www.c-sharpcorner.com/news/microsoft-launches-discless-xbox-one-s-alldigital-edition
source https://www.c-sharpcorner.com/news/microsoft-launches-discless-xbox-one-s-alldigital-edition
SQL Server And CRUD Operations Using .NET Core 2 And Entity Framework
In this article, I will provide information on various ways to connect to SQL Server Database and steps on how to retrieve data from a SQL Server Database using .NET Core & Entity Framework.
source https://www.c-sharpcorner.com/article/sql-server-and-crud-operations-using-net-core-2-and-entity-framework/
source https://www.c-sharpcorner.com/article/sql-server-and-crud-operations-using-net-core-2-and-entity-framework/
Adding Image To Your Xamarin Application Using UriImageSource
In Xamarin, we have different types of images. In this article, we will learn how to add images to the application using UriImageSource Class.
source https://www.c-sharpcorner.com/article/adding-image-to-your-application-using-uriimagesource/
source https://www.c-sharpcorner.com/article/adding-image-to-your-application-using-uriimagesource/
Creating A Function On Azure Portal
In this article, we are going to learn how to create a Function in the Azure portal based on the built-in templates available in the portal.
source https://www.c-sharpcorner.com/article/creating-a-function-in-azure-portal/
source https://www.c-sharpcorner.com/article/creating-a-function-in-azure-portal/
Image Popup In ASP.NET Using AJAXControlToolkit ModalPopupExtender
AJAXControlToolkit’s ModalPopupExtender is an important tool for showing popups in ASP.NET WebForms. Today, we will discuss how to show image popups on clicking the images in your Web Form.
source https://www.c-sharpcorner.com/article/image-popup-in-asp-net-using-ajaxcontroltoolkit-modalpopupextender/
source https://www.c-sharpcorner.com/article/image-popup-in-asp-net-using-ajaxcontroltoolkit-modalpopupextender/
Convert Array To String
This article helps you understand how to convert array elements into a string variable or vice-versa.
source https://www.c-sharpcorner.com/article/convert-array-to-string/
source https://www.c-sharpcorner.com/article/convert-array-to-string/
ASP.NET MVC Chat Application Using SignalR
SignalR can be easily integrated with ASP.NET web applications and it supports mobile and JavaScript too.
source https://www.c-sharpcorner.com/article/asp-net-mvc-chat-application-by-using-signalr/
source https://www.c-sharpcorner.com/article/asp-net-mvc-chat-application-by-using-signalr/
Your First Experiment In Azure ML Studio
In this article, we are going to use Azure Machine Learning Studio for the first time to create a machine learning experiment.
source https://www.c-sharpcorner.com/article/your-first-experiment-in-azure-ml-studio/
source https://www.c-sharpcorner.com/article/your-first-experiment-in-azure-ml-studio/
What Is Cloudflare
Cloudflare aims to make sites faster and more secure, and it’s a service a lot of websites use. We will learn more about Cloudflare in this blog.
source https://www.c-sharpcorner.com/Blogs/what-is-cloudflare
source https://www.c-sharpcorner.com/Blogs/what-is-cloudflare
Tuesday, April 16, 2019
Adding Azure Boot Diagnostics
In this article you will learn how to add Azure Boot Diagnostics.
source https://www.c-sharpcorner.com/article/adding-azure-boot-diagnostics/
source https://www.c-sharpcorner.com/article/adding-azure-boot-diagnostics/
ASP.NET Core Security Headers
In this article, you will learn about ASP.NET Core security headers.
source https://www.c-sharpcorner.com/article/asp-net-core-security-headers/
source https://www.c-sharpcorner.com/article/asp-net-core-security-headers/
What Is Implicit Conversion
In this article you will learn what is implicit conversion.
source https://www.c-sharpcorner.com/article/what-is-implicit-conversion/
source https://www.c-sharpcorner.com/article/what-is-implicit-conversion/
CRUD Operations Using Web API, MongoDB, And Angular 7
In this article, we are going to see how to perform CRUD operations using Web API, MongoDB, and Angular 7.
source https://www.c-sharpcorner.com/article/crud-operations-using-web-api-mongodb-and-angular-7/
source https://www.c-sharpcorner.com/article/crud-operations-using-web-api-mongodb-and-angular-7/
Search Records Between Two Dates Using Stored Procedure And Entity Framework In ASP.NET MVC
In this article, we will learn how to search records between two dates using stored procedure with Entity Framework in ASP.NET MVC.
source https://www.c-sharpcorner.com/article/how-to-search-records-between-two-dates-using-stored-procedure-entity-framework/
source https://www.c-sharpcorner.com/article/how-to-search-records-between-two-dates-using-stored-procedure-entity-framework/
Exception Handling In MVC With Filters And Application Insights
In this post, we will see how to add Application Insights telemetry into an existing MVC application and track the exceptions in an Azure portal easily.
source https://www.c-sharpcorner.com/article/exception-handling-in-mvc-with-filters-and-application-insights/
source https://www.c-sharpcorner.com/article/exception-handling-in-mvc-with-filters-and-application-insights/
Monday, April 15, 2019
ASP.NET MVC From Beginning - Part Two
In this article, we will discuss controllers, action methods, and data sharing between a Controller to View.
source https://www.c-sharpcorner.com/article/asp-net-mvc-from-beginning-part-two/
source https://www.c-sharpcorner.com/article/asp-net-mvc-from-beginning-part-two/
Implement CI/CD For SharePoint Framework - Part Two
In this article, we will see how we can implement Continuous Deployment using Azure DevOps to automate the SPFx solution deployment.
source https://www.c-sharpcorner.com/article/implement-cicd-for-sharepoint-framework-part-two/
source https://www.c-sharpcorner.com/article/implement-cicd-for-sharepoint-framework-part-two/
Microsoft Graph API - Access Documents From SharePoint Document Library Using Azure AD Application Credentials And Postman
In this article, you will learn how to access documents from a SharePoint Document Library using Azure AD application credentials and Postman.
source https://www.c-sharpcorner.com/article/microsoft-graph-api-access-documents-from-sharepoint-document-library-using-az/
source https://www.c-sharpcorner.com/article/microsoft-graph-api-access-documents-from-sharepoint-document-library-using-az/
Friday, April 12, 2019
C# String Interning For Efficient String Comparison
In this article, we are going to cover String Interning - A very important feature of .NET Framework in perspective of string comparison.
source https://www.c-sharpcorner.com/article/c-sharp-string-interning-for-efficient-string-comparison/
source https://www.c-sharpcorner.com/article/c-sharp-string-interning-for-efficient-string-comparison/
DevOps The Big Picture
DevOps is a new philosophy that can help software organizations innovate more quickly and be more responsive to the business needs. It promotes collaboration between developers and operations which improves the software quality and results in more frequent software releases.
source https://www.c-sharpcorner.com/article/devops-the-big-picture/
source https://www.c-sharpcorner.com/article/devops-the-big-picture/
How To Install The Latest Version Of AjaxControlToolkit For Visual Studio
AjaxControlToolkit is an important part of Visual Studio and we can use it to create AJAX Enabled Controls in our web projects.
source https://www.c-sharpcorner.com/article/how-to-install-the-latest-version-of-ajaxcontroltoolkit-for-visual-studio/
source https://www.c-sharpcorner.com/article/how-to-install-the-latest-version-of-ajaxcontroltoolkit-for-visual-studio/
New Features Of Entity Framework Core 2.1 - Lazy Loading
This article discusses the new feature added to Entity Framework Core 2.1, i.e., Lazy Loading.
source https://www.c-sharpcorner.com/article/new-features-of-entity-framework-core-2-1-lazy-loading/
source https://www.c-sharpcorner.com/article/new-features-of-entity-framework-core-2-1-lazy-loading/
PrimeNG UI Components For Angular 7 Application
In this article, we'll discuss what PrimeNG is and how we can use PrimeNG in an Angular application.
source https://www.c-sharpcorner.com/article/primeng-ui-components-for-angular-part-one/
source https://www.c-sharpcorner.com/article/primeng-ui-components-for-angular-part-one/
PrimeNG UI Components For Angular - Picklist and DataView
In this article, we'll discuss the PrimeNG UI components. PrimeNG is a free and open source library of UI components.
source https://www.c-sharpcorner.com/article/primeng-ui-components-for-angular-picklist-and-dataview/
source https://www.c-sharpcorner.com/article/primeng-ui-components-for-angular-picklist-and-dataview/
Custom Fonts In Xamarin.Forms
Steps to adding custom fonts to xamarin forms application.
source https://www.c-sharpcorner.com/Blogs/custom-fonts-in-xamarin-forms
source https://www.c-sharpcorner.com/Blogs/custom-fonts-in-xamarin-forms
Remote Validation In MVC 5 Using Remote Attribute
Remote validation is an Ajax call which approves the client's information. This can undoubtedly be proficient without using ASP.NET MVC 5
source https://www.c-sharpcorner.com/Blogs/remote-validation-in-mvc-5-using-remote-attribute
source https://www.c-sharpcorner.com/Blogs/remote-validation-in-mvc-5-using-remote-attribute
First Guide To Machine Learning
In this article, we will try to understand Machine Learning in layman’s language.
source https://www.c-sharpcorner.com/article/first-guide-to-machine-learning/
source https://www.c-sharpcorner.com/article/first-guide-to-machine-learning/
ASP.NET Core (Not That Secret) User Secrets Explained
The best guide to using ASP.NET Core User Secrets, which helps you keep those connection strings out of course control and enables per-developer settings.
source https://www.c-sharpcorner.com/Blogs/asp-net-core-not-that-secret-user-secrets-explained
source https://www.c-sharpcorner.com/Blogs/asp-net-core-not-that-secret-user-secrets-explained
Implement CI/CD For SharePoint Framework - Part One
In this article, we will explore how we can implement Continuous Integration using Azure DevOps to automate the SPFx solution build process.
source https://www.c-sharpcorner.com/article/implement-ci-cd-for-sharepoint-framework-part-1/
source https://www.c-sharpcorner.com/article/implement-ci-cd-for-sharepoint-framework-part-1/
Thursday, April 11, 2019
Don't Repeat Yourself (DRY) - Part Two
In this article, we will be discussing one of the DRY issues - Repeated Logic - and some of the possible solutions to address this issue.
source https://www.c-sharpcorner.com/article/dont-repeat-yourselfdry-part-2/
source https://www.c-sharpcorner.com/article/dont-repeat-yourselfdry-part-2/
Easy SharePoint ListItem CRUD Operation Using REST API Wrapper
In this article, we will learn how to perform a CRUD operation using SPRest Util on SharePoint Online List items.
source https://www.c-sharpcorner.com/article/easy-sharepoint-listitem-crud-operation-using-rest-api-wrapper/
source https://www.c-sharpcorner.com/article/easy-sharepoint-listitem-crud-operation-using-rest-api-wrapper/
Lifecycle Of Servlet
In this article, we will learn the lifecycle of a servlet in Java.
source https://www.c-sharpcorner.com/article/lifecycle-of-servlet2/
source https://www.c-sharpcorner.com/article/lifecycle-of-servlet2/
Features Of Entity Framework Core 2.1 - Better Column Ordering In Initial Migration
This article discusses the new features added in Entity Framework Core 2.1.
source https://www.c-sharpcorner.com/article/new-features-of-entity-framework-core-2-1-better-column-ordering-in-initial-mig/
source https://www.c-sharpcorner.com/article/new-features-of-entity-framework-core-2-1-better-column-ordering-in-initial-mig/
Real Time Baby Monitoring from Raspberry PI using SignalR Streaming and Cognitive Vision Service
This article explains how to do real time streaming using signalR and detects face attributes using cognitive vision service API.
source https://www.c-sharpcorner.com/article/real-time-baby-monitor-chrome-extension-streaming-from-raspberry-pi-using-sign/
source https://www.c-sharpcorner.com/article/real-time-baby-monitor-chrome-extension-streaming-from-raspberry-pi-using-sign/
Validate Your Blazor Form Using EditForm
In this blog post, we’ll explore how to validate our blazor form using the edit form, how to use it, and how to customize it.
source https://www.c-sharpcorner.com/article/validate-your-blazor-form-using-the-editform/
source https://www.c-sharpcorner.com/article/validate-your-blazor-form-using-the-editform/
What Is Entity Framework And How Entity Framework Core Is Different
This article is about Entity Framework and Entity Framework Core
source https://www.c-sharpcorner.com/article/what-is-entity-framework-how-entity-framework-core-is-different/
source https://www.c-sharpcorner.com/article/what-is-entity-framework-how-entity-framework-core-is-different/
Friend Function In C++
This blog demonstrates friend function in C++. Private members of a class cannot access outside the class but using the friend function it is possible.
source https://www.c-sharpcorner.com/Blogs/friend-function-in-cpp
source https://www.c-sharpcorner.com/Blogs/friend-function-in-cpp
Autocomplete TextField With Suggestion Dropdown In Xamairn.Forms
The Xamarin.Forms Autocomplete control is highly optimized to quickly load and populate suggestions from a large volume of data depending on the user’s input characters. The Autocomplete control allows the user to select one or more items from the suggestion list.
source https://www.c-sharpcorner.com/Blogs/autocomplete-textfield-with-suggestion-dropdown-in-xamairn-forms
source https://www.c-sharpcorner.com/Blogs/autocomplete-textfield-with-suggestion-dropdown-in-xamairn-forms
Update A SharePoint List Item Without Increasing Its Item File Version Using SharePoint Client Side Model(CSOM)
Basically, when we are trying to update a SharePoint List Item/Document then the item/file version is increased according to the list versioning.
source https://www.c-sharpcorner.com/Blogs/update-a-sharepoint-listitem-without-increasing-its-item-file-version-using-sharepoint-client-side-modelcsom
source https://www.c-sharpcorner.com/Blogs/update-a-sharepoint-listitem-without-increasing-its-item-file-version-using-sharepoint-client-side-modelcsom
Wednesday, April 10, 2019
Microsoft Announces Azure FXT Edge Filer
Microsfoft announces the Azure FXT Edge Filer a high-performance tier between compute and file storage.
source https://www.c-sharpcorner.com/news/microsoft-announces-azure-fxt-edge-filer
source https://www.c-sharpcorner.com/news/microsoft-announces-azure-fxt-edge-filer
How Can You Use Optional Parameters in C#
C# Optional parameters allows us to define methods with optional arguments that are not required to pass by the caller. Learn how to pass optional parameters in C#.
source https://www.c-sharpcorner.com/article/how-can-you-use-optional-parameters-in-c-sharp/
source https://www.c-sharpcorner.com/article/how-can-you-use-optional-parameters-in-c-sharp/
Bitnami Apache Airflow Multi-Tier Is Available Now
Bitnami Apache Airflow Multi-Tier solution and the Apache Airflow Container now available in the Azure Marketplace.
source https://www.c-sharpcorner.com/news/bitnami-apache-airflow-multitier-is-available-now
source https://www.c-sharpcorner.com/news/bitnami-apache-airflow-multitier-is-available-now
Microsoft Expands Azure In UK
Microsoft expands Azure in the UK by doubling the size of its Azure regions.
source https://www.c-sharpcorner.com/news/microsoft-expands-azure-in-uk
source https://www.c-sharpcorner.com/news/microsoft-expands-azure-in-uk
SharePoint Search Application Returns “The Content Processing Pipeline Failed To Process The Item” Error On Crawl
This article will help you to resolve the search error "The Content Processing pipeline failed to process the item" from SharePoint search application.
source https://www.c-sharpcorner.com/article/sharepoint-search-application-return-the-content-processing-pipeline-failed-to/
source https://www.c-sharpcorner.com/article/sharepoint-search-application-return-the-content-processing-pipeline-failed-to/
DateTime Calculation
In this blog, we will learn how to get a date range from given dates.
source https://www.c-sharpcorner.com/Blogs/datetime-calculation
source https://www.c-sharpcorner.com/Blogs/datetime-calculation
Microsoft Flows (Zero to Hero Series) - Create Folder In A Library On List Item Creation
In this blog, we will see how can we create a folder in a SharePoint document library when a list item is created in a custom list.
source https://www.c-sharpcorner.com/Blogs/microsoft-flows-zero-to-hero-series-create-folder-in-a-library-on-list-item-creation
source https://www.c-sharpcorner.com/Blogs/microsoft-flows-zero-to-hero-series-create-folder-in-a-library-on-list-item-creation
MFA (Multi Factor Authentication) Authentication Using PowerShell In SharePoint Online
Authentication is the most important factor in the Cloud environment. In this blog, we will learn about Multi-factor authentication in SharePoint Online.
source https://www.c-sharpcorner.com/Blogs/mfa-multi-factor-authentication-authentication-using-powershell-in-sharepoint-online
source https://www.c-sharpcorner.com/Blogs/mfa-multi-factor-authentication-authentication-using-powershell-in-sharepoint-online
File Handling In PHP
This blog demonstrates file handling in PHP. Files are used to store data permanently on a hard disk. PHP supports built-in library functions to interact with files.
source https://www.c-sharpcorner.com/Blogs/file-handling-in-php
source https://www.c-sharpcorner.com/Blogs/file-handling-in-php
Deploy A Google Action On Azure
This article steps should be creating an Azure Function based on the node.js code in the Alexa tutorial.
source https://www.c-sharpcorner.com/article/deploy-a-google-action-on-azure/
source https://www.c-sharpcorner.com/article/deploy-a-google-action-on-azure/
LINQ For Beginners
LINQ stands for Language Integrated Query. In this article, we will dive deep into the basics of LINQ.
source https://www.c-sharpcorner.com/article/linq-for-beginners/
source https://www.c-sharpcorner.com/article/linq-for-beginners/
Tuesday, April 9, 2019
Fetching Data Based On Date Field Using WebAPI
This article is about using WebAPI request for datatime field in Dynamics 365 CE
source https://www.c-sharpcorner.com/article/fetching-data-based-on-date-field-using-webapi/
source https://www.c-sharpcorner.com/article/fetching-data-based-on-date-field-using-webapi/
Increase Performance Of LINQ By Parallelism
Parallelism solves many problems in the computing world if done in the right way; parallelism is not good if the task is small and needs synchronization of resources, such a scenario would hurt performance.
source https://www.c-sharpcorner.com/article/increase-performance-of-linq-by-parallelism/
source https://www.c-sharpcorner.com/article/increase-performance-of-linq-by-parallelism/
Key Machine Learning Terms
In this article, you will learn about the terms used in machine learning technology.
source https://www.c-sharpcorner.com/article/key-machine-learning-terms/
source https://www.c-sharpcorner.com/article/key-machine-learning-terms/
.NET Core For .NET Developers
This article is for .NET developers who would like to start programming with .NET Core. Here, I have analyzed and compared the main differences between these two technologies, speaking as a .NET developer.
source https://www.c-sharpcorner.com/article/net-core-for-net-developers/
source https://www.c-sharpcorner.com/article/net-core-for-net-developers/
Using React Components In SPFx Extension Application Customizer
In this article, we will explore the how we can use React components in the Application Customizer part of SharePoint extensions.
source https://www.c-sharpcorner.com/article/using-react-components-in-spfx-extension-application-customizer/
source https://www.c-sharpcorner.com/article/using-react-components-in-spfx-extension-application-customizer/
Cookie - HttpOnly Attribute Is Not Set
In this blog, we will discuss how a cookie becomes vulnerable when the HttpOnly attribute is not set especially when it contains sensitive information like SessionId.
source https://www.c-sharpcorner.com/Blogs/cookie-httponly-attribute-is-not-set
source https://www.c-sharpcorner.com/Blogs/cookie-httponly-attribute-is-not-set
Visual Studio Productivity Tips
In this blog, I am going to share Visual Studio productivity tips. I will share some tips to generate code with shortcuts and some tips which are helpful to write quick code.
source https://www.c-sharpcorner.com/Blogs/visual-studio-productivity-tips
source https://www.c-sharpcorner.com/Blogs/visual-studio-productivity-tips
The Art Of Standing And Talking - Daily Scrum
Scrum is all about communication, and transparency and daily stand-ups help a lot in maintaining this for the team. Through this blog, we will learn the art of standing and talking.
source https://www.c-sharpcorner.com/Blogs/the-art-of-standing-and-talking-daily-scrum
source https://www.c-sharpcorner.com/Blogs/the-art-of-standing-and-talking-daily-scrum
Active Directory AD And Group Member And ODFB Validation Status Step by Step Process Document
My AD Verification, Group Member Verification, ODFB Provision Verification all in one PS code is working perfectly with my own O365 Tenant Admin Testing credentials.
source https://www.c-sharpcorner.com/Blogs/active-directory-ad-group-member-odfb-validation-status-step-by-step-process-document
source https://www.c-sharpcorner.com/Blogs/active-directory-ad-group-member-odfb-validation-status-step-by-step-process-document
Personal Drive Validation Status Documentation
In this blog, we will see how to verify if the Personal Drive User Account Data is restored or not for multiple users at a time using PS code.
source https://www.c-sharpcorner.com/Blogs/personal-drive-validation-status-documentation
source https://www.c-sharpcorner.com/Blogs/personal-drive-validation-status-documentation
Monday, April 8, 2019
F# 4.6 and F# Tools For Visual Studio 2019 Are Now Generally Available
Along with a new record type 'Anonymous Records' in the language, there are several updates in the F# Core library.
source https://www.c-sharpcorner.com/news/fsharp-46-and-fsharp-tools-for-visual-studio-2019-are-now-generally-available
source https://www.c-sharpcorner.com/news/fsharp-46-and-fsharp-tools-for-visual-studio-2019-are-now-generally-available
Azure Service Fabric - Understanding Cluster, Replicas, Instances And Partitions - Part Three
This article explains basic Azure Service Fabric Concepts like Cluster, Replicas, Instances and Partitions. These concepts provide necessary context on how Service Fabric Applications are structured.
source https://www.c-sharpcorner.com/article/azure-service-fabric-understanding-clusters-replicas-instances-and-partition/
source https://www.c-sharpcorner.com/article/azure-service-fabric-understanding-clusters-replicas-instances-and-partition/
Designing WinForms For .NET Core 3.0
.NET Core (3.0) Winforms does not yet have a dedicated designer tool. Here is an alternative way to design the Winforms for .NETT Core Winform apps.
source https://www.c-sharpcorner.com/article/designing-winforms-for-net-core-3-0/
source https://www.c-sharpcorner.com/article/designing-winforms-for-net-core-3-0/
For Vs Foreach In C#
There are many programmers who are still confused when to use ‘for’ loop and when to use ‘foreach’ loop. In this article, I will try to reduce that confusion.
source https://www.c-sharpcorner.com/article/for-vs-foreach-in-c-sharp/
source https://www.c-sharpcorner.com/article/for-vs-foreach-in-c-sharp/
Physical File Data Integration To CRM Through Azure
In this article, we will see how to import physical files in Dynamics CRM from a third party system.
source https://www.c-sharpcorner.com/article/physical-file-data-integration-to-crm-through-azure/
source https://www.c-sharpcorner.com/article/physical-file-data-integration-to-crm-through-azure/
Swagger For ASP.NET Core API 2.2
In this article, you will learn how to use swagger for ASP.NET Core API 2.2
source https://www.c-sharpcorner.com/article/swagger-for-asp-net-core-api-2-2/
source https://www.c-sharpcorner.com/article/swagger-for-asp-net-core-api-2-2/
Visual Studio 2019 Xamarin New Features
Visual Studio 2019 is publicly available since April 2, 2019, and it includes a bunch of improvements for Xamarin mobile developers. Let's look at those in this article.
source https://www.c-sharpcorner.com/article/visual-studio-2019-xamarin-new-features/
source https://www.c-sharpcorner.com/article/visual-studio-2019-xamarin-new-features/
Add Button Separator In Kendo Grid's Tool Bar
This article will show you how to add separators between buttons.
source https://www.c-sharpcorner.com/Blogs/add-button-separator-in-kendo-grids-toolbar
source https://www.c-sharpcorner.com/Blogs/add-button-separator-in-kendo-grids-toolbar
To Create Excel With DataTable And Chart Using EPPLUS C#
EPPLUS library can be installed by using the NuGet Package Manager. In this blog, we will learn how to create an Excel with DataTable and Chart.
source https://www.c-sharpcorner.com/Blogs/to-create-excel-with-data-table-and-chart-using-epplus-c-sharp
source https://www.c-sharpcorner.com/Blogs/to-create-excel-with-data-table-and-chart-using-epplus-c-sharp
How To Install SQL Server 2008 R2 Silently From C# Application
This code snippet is an example of how to install SQL Server 2008 r2 from your application.
source https://www.c-sharpcorner.com/Blogs/how-to-install-sql-server-2008-r2-silently-from-c-sharp-application
source https://www.c-sharpcorner.com/Blogs/how-to-install-sql-server-2008-r2-silently-from-c-sharp-application
How To Convert An Excel Worksheet To A High Quality Image
This blog offers a solution for saving an Excel worksheet as an image with high resolution in a .NET application or web page.
source https://www.c-sharpcorner.com/Blogs/how-to-convert-excel-to-image-with-high-quality
source https://www.c-sharpcorner.com/Blogs/how-to-convert-excel-to-image-with-high-quality
Get SPList Column Values In SPFX Application Customizer Using PnP
In this blog, the method to get a SharePoint lists column values in SPFX application customizer is explained. We will see how we can use PnP in SPFX to get our required values.
source https://www.c-sharpcorner.com/Blogs/get-splist-column-values-in-spfx-application-customizer-using-pnp
source https://www.c-sharpcorner.com/Blogs/get-splist-column-values-in-spfx-application-customizer-using-pnp
Sunday, April 7, 2019
Facade Design Pattern Using C#
In this article, we will understand what Facade Pattern is and when we actually need to use it, along with a practical example and real life use case.
source https://www.c-sharpcorner.com/article/facade-design-pattern-using-c-sharp/
source https://www.c-sharpcorner.com/article/facade-design-pattern-using-c-sharp/
Learn Visual Studio 2019 New Features From Launch Event
Visual Studio 2019 was launched on April 2, 2019 via an online launch event. Here is a list of new features announced in Visual Studio 2019.
source https://www.c-sharpcorner.com/article/learn-visual-studio-2019-new-features-from-launch-event/
source https://www.c-sharpcorner.com/article/learn-visual-studio-2019-new-features-from-launch-event/
Create SharePoint List Items From Twitter Hashtags
This article explains how to create list items in SharePoint Online from Tweets based on hashtags using Flow.
source https://www.c-sharpcorner.com/article/create-sharepoint-list-items-from-twitter-hashtags/
source https://www.c-sharpcorner.com/article/create-sharepoint-list-items-from-twitter-hashtags/
Dont Repeat Yourself (DRY) Design Principle
This principle states that each small piecesof knowledge (code) may only occur exactly once in the entire system. This helps us to write scalable, maintainable and reusable code. Example – Asp.Net MVC framework works on this principle
source https://www.c-sharpcorner.com/article/dont-repeat-yourselfdry-design-principle/
source https://www.c-sharpcorner.com/article/dont-repeat-yourselfdry-design-principle/
Entity Framework Database First In ASP.NET Core
In this article, you will learn how to configure and use the Database First method of Entity Framework in an ASP.NET Core application.
source https://www.c-sharpcorner.com/article/entity-framework-database-first-in-asp-net-core2/
source https://www.c-sharpcorner.com/article/entity-framework-database-first-in-asp-net-core2/
Facade Design Pattern Using C#
In this article, we will understand what Facade Pattern is and when we actually need to use it, along with a practical example and real life use case.
source https://www.c-sharpcorner.com/article/faade-design-pattern-using-c-sharp/
source https://www.c-sharpcorner.com/article/faade-design-pattern-using-c-sharp/
Top 10 JavaScript Frameworks In The World
Angular and React are the two most popular JavaScript frameworks. In this article, I will review the top 10 most popular and most in-demand JavaScript frameworks.
source https://www.c-sharpcorner.com/article/top-10-javascript-frameworks-in-the-world/
source https://www.c-sharpcorner.com/article/top-10-javascript-frameworks-in-the-world/
Cascading Dropdown Using Angular 7 And Web API
In this article, I will discuss how to create a cascading Dropdown using Angular 7 and Web API.
source https://www.c-sharpcorner.com/article/cascading-dropdown-using-angular-7-and-web-api/
source https://www.c-sharpcorner.com/article/cascading-dropdown-using-angular-7-and-web-api/
Friday, April 5, 2019
SQL Server Management Studio
SQL Server Management Studio (SSMS) also allows you to configure and manage SQL Server and Azure SQL databases. Learn how to download and install SSMS.
source https://www.c-sharpcorner.com/article/sql-server-management-studio/
source https://www.c-sharpcorner.com/article/sql-server-management-studio/
Building A CRUD Application With Angular
In this article, you will learn how to build a CRUD application with Angular.
source https://www.c-sharpcorner.com/article/building-a-crud-application-with-angular/
source https://www.c-sharpcorner.com/article/building-a-crud-application-with-angular/
Collaborate Work In Same Project From VS 2017 And VS 2019 Using Live Share
In this article, we will see how to work on the same project from Visual Studio 2017 and Visual Studio 2019 by different users using Microsoft’s new feature Live Share.
source https://www.c-sharpcorner.com/article/collaborate-work-in-same-project-from-vs-2017-and-vs-2019-using-live-share/
source https://www.c-sharpcorner.com/article/collaborate-work-in-same-project-from-vs-2017-and-vs-2019-using-live-share/
Copy Phone Call Field To Case While Converting - No-Code Solution
This article is about creating a workflow to copy phone call field to an associated case.
source https://www.c-sharpcorner.com/article/copy-phone-call-field-to-case-while-converting-nocode-solution/
source https://www.c-sharpcorner.com/article/copy-phone-call-field-to-case-while-converting-nocode-solution/
Create A Typed HttpClient With HttpClientFactory In ASP.NET Core
HttpClient is one of the most commonly-used classes in the .NET framework by developers to call external APIs from an application. In this article, we will learn how to create a typed HttpClient with HttpClientFactory In ASP.NET Core.
source https://www.c-sharpcorner.com/article/create-a-typed-httpclient-with-httpclientfactory-in-asp-net-core/
source https://www.c-sharpcorner.com/article/create-a-typed-httpclient-with-httpclientfactory-in-asp-net-core/
CRUD Operation Using Web API And Angular 7
In this article, I will discuss how to perform CRUD operations, i.e., Select, Insert, Edit, Update, and Delete using Web API and Angular 7 with SQL Server.
source https://www.c-sharpcorner.com/article/crud-operation-using-web-api-and-angular-7/
source https://www.c-sharpcorner.com/article/crud-operation-using-web-api-and-angular-7/
Deploy SharePoint Framework Web Part Using Bitbucket Pipelines And Deployments
In this article, I am going to show you how to set up Continuous Integration and Continuous Delivery for SharePoint Framework Web Part using Bitbucket.
source https://www.c-sharpcorner.com/article/deploy-sharepoint-framework-web-part-using-bitbucket-pipelines-deployments/
source https://www.c-sharpcorner.com/article/deploy-sharepoint-framework-web-part-using-bitbucket-pipelines-deployments/
How To Implement Authentication Using Identity Model In ASP.NET Core
In this article, we will discuss the Identity security model along with the steps to implement it in ASP.NET Core applications.
source https://www.c-sharpcorner.com/article/how-to-implement-authentication-using-identity-model-in-asp-net-core/
source https://www.c-sharpcorner.com/article/how-to-implement-authentication-using-identity-model-in-asp-net-core/
Top 10 DevOps Tools For 2019
In this article, we will get to know the top 10 DevOps tools of 2019 that every developer should know and use.
source https://www.c-sharpcorner.com/article/top-10-devops-tools-for-2019/
source https://www.c-sharpcorner.com/article/top-10-devops-tools-for-2019/
What's New In JDK 12 Release
This article mainly focuses on the new features of JDK 12, including some Java language-level features.
source https://www.c-sharpcorner.com/article/whats-new-in-jdk-12/
source https://www.c-sharpcorner.com/article/whats-new-in-jdk-12/
Capitalize First Letter Of Each Word Using JavaScript
In this blog, we will learn how to capitalize the first letter of each word in JavaScript using 3 different ways.
source https://www.c-sharpcorner.com/Blogs/capitalize-first-letter-of-each-word-using-javascript
source https://www.c-sharpcorner.com/Blogs/capitalize-first-letter-of-each-word-using-javascript
Thursday, April 4, 2019
Getting Return 0 Value From C# Entry Point Method Using Parent And Child Programs
In this article, we will learn how to return 0 value from C# Entry Point Methods using Parent and Child programs.
source https://www.c-sharpcorner.com/article/getting-return-0-value-from-c-sharp-entry-point-method-using-parent-and-child-program/
source https://www.c-sharpcorner.com/article/getting-return-0-value-from-c-sharp-entry-point-method-using-parent-and-child-program/
Assembly - Difference between .EXE and .DLL
In this video, we will discuss the difference between EXE and .DLL . An Exe have independent memory address space to execute, whereas a DLL needs a host to execute itself, therefore it needs an EXE. This could also be very useful when creating applications and breaking your code into a DLL vs exe. DLLs are often created when we know the same functionality may be used by more than one application.
source https://www.c-sharpcorner.com/article/assembly-difference-between-exe-and-dll/
source https://www.c-sharpcorner.com/article/assembly-difference-between-exe-and-dll/
Introduction to Assemblies in .NET
In this video, we will understand assemblies in .NET, Types of assemblies. Assemblies in .NET are single unit of deployment.
source https://www.c-sharpcorner.com/article/introduction-to-assemblies-in-net/
source https://www.c-sharpcorner.com/article/introduction-to-assemblies-in-net/
Strong Name Assemblies in .NET
In this session, you will learn what strong name assemblies are and how an assembly can be stored in the GAC Folder. We also discussed, how to create a strong name assembly using Visual Studio.
source https://www.c-sharpcorner.com/article/strong-name-assemblies-in-net/
source https://www.c-sharpcorner.com/article/strong-name-assemblies-in-net/
Changing Prefix Of Angular Component
In this article, we are going to discuss how to change the prefix of a component in Angular.
source https://www.c-sharpcorner.com/article/change-prefix-of-component/
source https://www.c-sharpcorner.com/article/change-prefix-of-component/
Overview Of HTTP/2 Protocol
In this article, I will explain some of the key features of the new protocol HTTP/2 like browser and server compatibility and will detail the things you might need to think about as we see more adoption of HTTP2.
source https://www.c-sharpcorner.com/article/http2-protocol/
source https://www.c-sharpcorner.com/article/http2-protocol/
Object Destructuring In JavaScript
Object destructuring in JavaScript is an expression that lets us extract values objects and arrays. Learn how to use object destructuring in JavaScript.
source https://www.c-sharpcorner.com/article/object-destructuring-in-javascript/
source https://www.c-sharpcorner.com/article/object-destructuring-in-javascript/
Simple AJAX And Nested Async AJAX Request Handling In JS
In this article, we will learn about an easy and efficient way to handle async Ajax requests in nested form or inside for loop.
source https://www.c-sharpcorner.com/article/simple-async-ajax-and-nested-async/
source https://www.c-sharpcorner.com/article/simple-async-ajax-and-nested-async/
Step By Step Procedure To Deploy Azure Web Job
Azure Web Job is an important feature which is also known as a Timer-job or Scheduler. In this article, a detailed step by step procedure of Azure Web Job deployment is described.
source https://www.c-sharpcorner.com/article/step-by-step-procedure-to-deploy-azure-web-job/
source https://www.c-sharpcorner.com/article/step-by-step-procedure-to-deploy-azure-web-job/
Diving Into Docker With ASP.NET Core - Part One
In this series, we will see some of the Docker terms and Docker files, we will go through what Docker images are, and some Docker commands and data storage.
source https://www.c-sharpcorner.com/article/diving-into-docker-with-asp-net-core-part-one/
source https://www.c-sharpcorner.com/article/diving-into-docker-with-asp-net-core-part-one/
The Amazing Features Of Visual Studio 2019
Microsoft recently released a new version of its popular IDE Visual Studio - Visual Studio 2019. In this article, we will discuss some of the cool features added to the new version.
source https://www.c-sharpcorner.com/article/the-amazing-features-in-visual-studio-2019/
source https://www.c-sharpcorner.com/article/the-amazing-features-in-visual-studio-2019/
Wednesday, April 3, 2019
Visual Studio 2019 For Mac Is Now Generally Available
Visual Studio 2019 for Mac is now generally available, along with many new improvements to the IDE.
source https://www.c-sharpcorner.com/news/visual-studio-2019-for-mac-is-now-generally-available
source https://www.c-sharpcorner.com/news/visual-studio-2019-for-mac-is-now-generally-available
An Overview Of Component Communication In Vue.js
In this article, you will learn how communication works between Vue.js components.
source https://www.c-sharpcorner.com/article/an-overview-of-component-communication-in-vue-js3/
source https://www.c-sharpcorner.com/article/an-overview-of-component-communication-in-vue-js3/
Most Popular Front End JavaScript Framework In The World
In this article, we going to explore the Most Popular Front End Javascript Frameworks in the world.
source https://www.c-sharpcorner.com/article/most-popular-front-end-javascript-framework-in-the-world/
source https://www.c-sharpcorner.com/article/most-popular-front-end-javascript-framework-in-the-world/
Dataflows in Power BI
Power BI dataflows provide business analysts with a self-service data prep and management experience within Power BI.
source https://www.c-sharpcorner.com/article/dataflows-in-power/
source https://www.c-sharpcorner.com/article/dataflows-in-power/
Mocking with NSubstitute
Learn how to mock dependencies in your C# unit tests using NSubstitute
source https://www.c-sharpcorner.com/article/mocking-with-nsubstitute/
source https://www.c-sharpcorner.com/article/mocking-with-nsubstitute/
Array Destructuring In JavaScript
In this article, you will learn about array destructuring in JavaScript.
source https://www.c-sharpcorner.com/article/array-destructuring-in-javascript/
source https://www.c-sharpcorner.com/article/array-destructuring-in-javascript/
Integration Of SweetAlert2 In React
SweetAlert2 is a beautiful, responsive, customizable, accessible replacement for JavaScript's popup boxes with zero dependencies. In this article, we will learn to integrate SweetAlert2 in React.
source https://www.c-sharpcorner.com/article/integration-of-sweetalert2-in-react/
source https://www.c-sharpcorner.com/article/integration-of-sweetalert2-in-react/
Strategy Design Pattern Using C#
In this article, we will understand what Strategy Pattern is and when we actually need to use it, along with a practical example and real-life use case.
source https://www.c-sharpcorner.com/article/strategy-design-pattern-using-c-sharp/
source https://www.c-sharpcorner.com/article/strategy-design-pattern-using-c-sharp/
Create Reusable View Using Razor Class Library In ASP.NET Core
In this article, we will discuss the basic concept of Reusable View.
source https://www.c-sharpcorner.com/article/create-reusable-view-using-razor-class-library-in-asp-net-core/
source https://www.c-sharpcorner.com/article/create-reusable-view-using-razor-class-library-in-asp-net-core/
Display Google Maps In MVC Core
To display Google Maps, Google API is used. In this article, we will learn how to display Google Maps in MVC Core.
source https://www.c-sharpcorner.com/article/display-google-maps-in-mvc-core/
source https://www.c-sharpcorner.com/article/display-google-maps-in-mvc-core/
Picking Up Current Week And Last Week Dates In C#
In this article you will learn how to pick up the current week and the last week's dates in C#.
source https://www.c-sharpcorner.com/article/picking-up-current-week-and-last-week-dates-in-c-sharp/
source https://www.c-sharpcorner.com/article/picking-up-current-week-and-last-week-dates-in-c-sharp/
Your Secrets Are Safe With Key Vault In ASP.NET Core Web App On Azure
I have been trying to explore how to secure the secrets of web applications on Azure using Key Vault. In this article, I will walk you through it.
source https://www.c-sharpcorner.com/article/your-secrets-are-safe-with-key-vault-in-asp-net-core-web-app-on-azure/
source https://www.c-sharpcorner.com/article/your-secrets-are-safe-with-key-vault-in-asp-net-core-web-app-on-azure/
Power BI Dataflows Are Now Generally Available
Microsoft has made Power BI dataflows, generally available.
source https://www.c-sharpcorner.com/news/power-bi-dataflows-are-now-generally-available
source https://www.c-sharpcorner.com/news/power-bi-dataflows-are-now-generally-available
Data Binding And Types Of Data Binding In Xamarin
In this article, you will learn how to bind data in Xamarin and what are the various types of Data Binding techniques.
source https://www.c-sharpcorner.com/article/data-binding-and-types-of-data-binding-in-xamarin2/
source https://www.c-sharpcorner.com/article/data-binding-and-types-of-data-binding-in-xamarin2/
Detach And Attach Content Database From One SP Farm To Another SP Farm
This article will help you to understand how to detach and attach the content database from one SharePoint Farm to another.
source https://www.c-sharpcorner.com/article/detach-and-attach-content-database-from-one-spfarm-to-another-spfarm/
source https://www.c-sharpcorner.com/article/detach-and-attach-content-database-from-one-spfarm-to-another-spfarm/
How To Create An HTTP Trigger Azure Function App Using Visual Studio 2017
In this article, you will learn how to create an HTTP Trigger Azure Function App and read the JSON data.
source https://www.c-sharpcorner.com/article/how-to-create-an-http-trigger-azure-function-app-using-visual-studio-20172/
source https://www.c-sharpcorner.com/article/how-to-create-an-http-trigger-azure-function-app-using-visual-studio-20172/
Tuesday, April 2, 2019
Getting Started With Visual Studio 2019 Community Edition
We will see how to install Visual Studio 2019 on a Windows machine and build our first ASP.NET Core Web application.
source https://www.c-sharpcorner.com/article/getting-started-with-visual-studio-2019-community-edition/
source https://www.c-sharpcorner.com/article/getting-started-with-visual-studio-2019-community-edition/
How To Fetch Data From Web API Using Xamarin.Forms
Fetching data from a database via a Web API in Xamarin.Forms is the common functionality developers need. Today, I am going to elaborate this process with detailed explanation.
source https://www.c-sharpcorner.com/article/how-to-fetch-data-from-web-api-using-xamarin-forms/
source https://www.c-sharpcorner.com/article/how-to-fetch-data-from-web-api-using-xamarin-forms/
Create Dashboards In SharePoint Using ChartJS
In this article, we will see how to use ChartJS and create responsive dashboards in SharePoint Online.
source https://www.c-sharpcorner.com/article/create-dashboards-in-sharepoint-using-chartjs/
source https://www.c-sharpcorner.com/article/create-dashboards-in-sharepoint-using-chartjs/
Retrieve Calendar Events Using Microsoft Graph API
In this article, I have explained how to fetch events from the calendar for a particular user in SharePoint with the help of Microsoft Graph API.
source https://www.c-sharpcorner.com/article/retrieve-calendar-events-using-microsoft-graph-api/
source https://www.c-sharpcorner.com/article/retrieve-calendar-events-using-microsoft-graph-api/
Visual Studio Keyboard Shortcuts
In this article, I am going to share Visual Studio keyboard shortcuts and some very useful productivity tips.
source https://www.c-sharpcorner.com/Blogs/visual-studio-keyboard-shortcut
source https://www.c-sharpcorner.com/Blogs/visual-studio-keyboard-shortcut
Angular 7 Routing And Preserving Trailing Slash In URL⚔️
In this article, we will learn about Routing in Angular and Angular Routing with Trailing Slash in the URL. We will also see how to preserve a trailing slash in the page URL with the addition of current page content.
source https://www.c-sharpcorner.com/article/angular-7-routing-with-preserving-trailing-slash-in-url/
source https://www.c-sharpcorner.com/article/angular-7-routing-with-preserving-trailing-slash-in-url/
Cooking Angular With TypeScript
This article shows how you can migrate your legacy angular.js project to use TypeScript.
source https://www.c-sharpcorner.com/article/cooking-angular-with-typescript/
source https://www.c-sharpcorner.com/article/cooking-angular-with-typescript/
Customize The Login Page Of Office 365
This article explains how to customize the default login page of Office 365.
source https://www.c-sharpcorner.com/article/customize-the-login-page-of-office-365/
source https://www.c-sharpcorner.com/article/customize-the-login-page-of-office-365/
SharePoint Framework (SPFX) Extension - Add Custom Icon To List View Command Set
How to add a custom icon to the ListView command set in the List and Library view.
source https://www.c-sharpcorner.com/article/sharepoint-framework-spfx-extension-add-custom-icon-to-list-view-command-set/
source https://www.c-sharpcorner.com/article/sharepoint-framework-spfx-extension-add-custom-icon-to-list-view-command-set/
Getting Started With Visual Studio 2019
This step by step tutorial shows how to install and get started with Visual Studio 2019 RC.
source https://www.c-sharpcorner.com/article/getting-started-with-visual-studio-2019/
source https://www.c-sharpcorner.com/article/getting-started-with-visual-studio-2019/
How To Update Data Using Web API In Xamarin.Forms App
In this article, you will learn how to update data of students by using Web API in Xamarin.Form.
source https://www.c-sharpcorner.com/article/how-to-update-the-data-using-web-api-in-xamarin-forms-app/
source https://www.c-sharpcorner.com/article/how-to-update-the-data-using-web-api-in-xamarin-forms-app/
Rest API In Node.js Using TypeScript And Fort.js
This article explains how to create a REST API using TypeScript and Fortjs.
source https://www.c-sharpcorner.com/article/rest-api-in-node-js-using-typescript-and-fort-js/
source https://www.c-sharpcorner.com/article/rest-api-in-node-js-using-typescript-and-fort-js/
RESTful WebAPI With Onion Architecture
In this article, you will learn about RESTful WebAPI with Onion Architecture.
source https://www.c-sharpcorner.com/article/restful-webapi-with-onion-architecture/
source https://www.c-sharpcorner.com/article/restful-webapi-with-onion-architecture/
Custom Master Detail Page In Xamarin.Forms Using Fresh MVVM
In this tutorial, we will learn how to use master detail page in Xamarin.Forms using Fresh MVVM with FreshNavigationContainer.
source https://www.c-sharpcorner.com/article/custom-master-detail-page-in-xamarin-forms-using-fresh-mvvm/
source https://www.c-sharpcorner.com/article/custom-master-detail-page-in-xamarin-forms-using-fresh-mvvm/
Debug SharePoint Framework Solutions With Visual Studio Code
In this article, we will explore how we can debug the SPFx solutions with Visual Studio code.
source https://www.c-sharpcorner.com/article/debug-sharepoint-framework-solutions-with-visual-studio-code/
source https://www.c-sharpcorner.com/article/debug-sharepoint-framework-solutions-with-visual-studio-code/
Monday, April 1, 2019
Azure IoT Device And Azure Security Insight
Leveraging IoT Device in Hydroelectric, Wind Power, Transformers, Heat Recovery & Power Stations and Azure Security Insight
source https://www.c-sharpcorner.com/news/azure-iot-device-and-azure-security-insight
source https://www.c-sharpcorner.com/news/azure-iot-device-and-azure-security-insight
Azure IoT And Azure Defenses Coast 2 Coast Tour
Two presentation at Saskatoon, Saskatchewan, Canada 1 - IoT Device Translator (Presented by Nik- Shahriar Nikkhah) 2 - Azure Security best Practices (Presented by Deepak Kaushik)
source https://www.c-sharpcorner.com/news/azure-iot-and-azure-defenses-coast-2-coast-tour
source https://www.c-sharpcorner.com/news/azure-iot-and-azure-defenses-coast-2-coast-tour
Accessing Classic Dynamics CRM
To share and emphasize PowerApps, Microsoft has enabled certain functionalities in Dynamics CRM. In this article, we will learn how to access the Classic Dynamics CRM after updating to the modern version.
source https://www.c-sharpcorner.com/article/accessing-classic-dynamics-crm/
source https://www.c-sharpcorner.com/article/accessing-classic-dynamics-crm/
All About Broken Authentication - Security Programming
In this article, we will learn about Secure Programming of SOUND programming methodology. We will cover Broken Authentication from OWASP's top 10 security threats.
source https://www.c-sharpcorner.com/article/all-about-broken-authentication-security-programming/
source https://www.c-sharpcorner.com/article/all-about-broken-authentication-security-programming/
How To Make Web API And How To Get Data Through Xamarin.forms
Learn how to build a Web API and how to consume a Web API in a Xamarin.Forms app.
source https://www.c-sharpcorner.com/article/how-to-make-web-api-and-how-to-get-data-through-xamarin-forms/
source https://www.c-sharpcorner.com/article/how-to-make-web-api-and-how-to-get-data-through-xamarin-forms/
Login And SignUp In Xamarin.Forms
In this article, I will explain a complete method of creating a login and signup page using Web API and MVC.
source https://www.c-sharpcorner.com/article/login-and-signup-in-xamarin-forms/
source https://www.c-sharpcorner.com/article/login-and-signup-in-xamarin-forms/
Setup Your EC2 Instance And RDS Using CloudFormation
Learn how to Setup Your EC2 Instance And RDS Using CloudFormation.
source https://www.c-sharpcorner.com/article/setup-your-ec2-instance-and-rds-using-cloudformation/
source https://www.c-sharpcorner.com/article/setup-your-ec2-instance-and-rds-using-cloudformation/
Setup Your First EC2 Creation Using CloudFormation
Let’s start a simple CloudFormation to Setup a simple EC2 Creation.
source https://www.c-sharpcorner.com/article/setup-your-first-ec2-creation-using-cloudformation/
source https://www.c-sharpcorner.com/article/setup-your-first-ec2-creation-using-cloudformation/
Azure Security Strategies You Ought To Know
In this video, learn Azure cloud security and how it is much better.
source https://www.c-sharpcorner.com/article/azure-security-strategies-you-ought-to-know/
source https://www.c-sharpcorner.com/article/azure-security-strategies-you-ought-to-know/
Beginnings Of Xamarin Android For Developers Of Android Studio
This tutorial will allow traditional developers who use Android Studio, to start the development of applications in Xamarin Android with Visual Studio.
source https://www.c-sharpcorner.com/article/beginnings-of-xamarin-android-for-developers-of-android-studio/
source https://www.c-sharpcorner.com/article/beginnings-of-xamarin-android-for-developers-of-android-studio/
ListView And Creating List In Xamarin
In this article we will learn about the ListView in Xamarin. List View is Used to display scrollable list of data. It supports context actions and data biding. We will also see how to add and remove items from the lists. At the end of the article you will have good knowledge about the Lists.
source https://www.c-sharpcorner.com/article/listview-and-creating-list-in-xamarin/
source https://www.c-sharpcorner.com/article/listview-and-creating-list-in-xamarin/
Session Bean In Java
Session bean in Java is reusable component that contains business logic. In this article, you will learn about session bean in java.
source https://www.c-sharpcorner.com/article/session-bean-in-java/
source https://www.c-sharpcorner.com/article/session-bean-in-java/
Angular Routing Tutorial
In this article, we will discuss navigation in an Angular application.
source https://www.c-sharpcorner.com/article/angular-routing-tutorial/
source https://www.c-sharpcorner.com/article/angular-routing-tutorial/
Connect Conversational Bot To Line App Using Azure Bot
In this article, we will learn how to connect our conversational bot to the Line app using Azure Bot framework.
source https://www.c-sharpcorner.com/article/connect-conversational-bot-to-line-app-using-azure-bot/
source https://www.c-sharpcorner.com/article/connect-conversational-bot-to-line-app-using-azure-bot/
How To Enable Multi-Factor Authentication Using Conditional Access In Azure Active Directory
In this article, let’s see how we can enable MFA for users who try to login to the system outside of their trusted locations.
source https://www.c-sharpcorner.com/article/how-to-enable-multi-factor-authentication-using-conditional-access-in-azure-acti/
source https://www.c-sharpcorner.com/article/how-to-enable-multi-factor-authentication-using-conditional-access-in-azure-acti/
Learn About SOLID Principles
SOLID Principles are the design principles that enable us manage most software design problems. In this article, we will discuss these principles in detail.
source https://www.c-sharpcorner.com/article/learn-about-solid-principles/
source https://www.c-sharpcorner.com/article/learn-about-solid-principles/
SharePoint Framework (SPFX) Extension - Restrict List View Command Set To Specific List Or Library
In this article, we will learn how to restrict List View Command set to a specific List or Library using SharePoint Framework Extension.
source https://www.c-sharpcorner.com/article/sharepoint-framework-spfx-extension-restrict-list-view-command-set-to-specif/
source https://www.c-sharpcorner.com/article/sharepoint-framework-spfx-extension-restrict-list-view-command-set-to-specif/
SharePoint Framework - Transition to @pnp/sp from sp-pnp-js
In this article, we will explore the reasons behind the depreciation of sp-pnp-js, what is there in @pnp/sp, and how we can transition our code from sp-pnp-js to @pnp/sp.
source https://www.c-sharpcorner.com/article/sharepoint-framework-transition-to-pnp47sp-from-sp-pnp-js/
source https://www.c-sharpcorner.com/article/sharepoint-framework-transition-to-pnp47sp-from-sp-pnp-js/
Top 30 Important SQL Queries For Developers
In this SQL article, I will introduce you to some important SQL queries and technical points. This article is a guide for you to learn the concepts related to SQL. It starts with the basic SQL queries and later, continues to the advanced ones.
source https://www.c-sharpcorner.com/article/top-30-important-sql-query-for-developers/
source https://www.c-sharpcorner.com/article/top-30-important-sql-query-for-developers/
Working With Ubuntu Server On Azure
In this article, I am going to show you how to install Ubuntu Server 18.04 LTS on Microsoft Azure and how to access the Ubuntu server using Putty.
source https://www.c-sharpcorner.com/article/working-with-ubuntu-server-on-azure/
source https://www.c-sharpcorner.com/article/working-with-ubuntu-server-on-azure/
Sunday, March 31, 2019
Microsoft Business Applications Virtual Launch Event On April 2, 2019
Get your questions answered by the experts and know how the updates will affect your business.
source https://www.c-sharpcorner.com/news/microsoft-business-applications-virtual-launch-event-on-april-2-2019
source https://www.c-sharpcorner.com/news/microsoft-business-applications-virtual-launch-event-on-april-2-2019
Getting Started With Azure DevOps - Part Four
This is a series of articles to get our hands dirty with Azure Devops (previously known VSTS).
source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-four/
source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-four/
SharePoint Framework - Build Microsoft Teams Tab
In this article, we will explore the process of building and deploying the Microsoft Teams tabs.
source https://www.c-sharpcorner.com/article/sharepoint-framework-build-microsoft-teams-tab/
source https://www.c-sharpcorner.com/article/sharepoint-framework-build-microsoft-teams-tab/
Quick Preview Of Angular CLI Commands
In this article, we will discuss how to use Angular CLI commands in the Angular app. We are going to discuss some common Angular CLI commands.
source https://www.c-sharpcorner.com/article/quick-preview-angular-cli-commands/
source https://www.c-sharpcorner.com/article/quick-preview-angular-cli-commands/
SharePoint Framework (SPFX) Extension - Add ListView command Set To List And Document Library
In this article, we will learn how to add the ListView command set to SharePoint Online List and Library using SPFX Extension.
source https://www.c-sharpcorner.com/article/sharepoint-framework-spfx-extension-add-list-view-command-set-to-list-docu3/
source https://www.c-sharpcorner.com/article/sharepoint-framework-spfx-extension-add-list-view-command-set-to-list-docu3/
Azure Blob Storage Lifecycle Management Is Now Generally Available.
Blob Storage lifecycle management automates blob tiering and retention with custom defined rules.
source https://www.c-sharpcorner.com/news/azure-blob-storage-lifecycle-management-is-now-generally-available
source https://www.c-sharpcorner.com/news/azure-blob-storage-lifecycle-management-is-now-generally-available
Saturday, March 30, 2019
Azure Service Fabric - Supported Programming Models - Part Two
This article describes different Programming Models supported by Azure Service Fabric.
source https://www.c-sharpcorner.com/article/azure-service-fabric-supported-programming-models-part-two/
source https://www.c-sharpcorner.com/article/azure-service-fabric-supported-programming-models-part-two/
Friday, March 29, 2019
Getting Started With Azure DevOps - Part Three
This is a series of articles to get our hands dirty with Azure Devops (previously known as VSTS)
source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-three/
source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-three/
Iterate SharePoint List Items And Send A Consolidated Email To A Recipient Using Designer Workflow
This article will help you to understand how to filter/iterate the list items using the REST API and send a consolidated email to the recipient.
source https://www.c-sharpcorner.com/article/iterate-the-sharepoint-list-item-and-send-a-consolidated-email-to-the-recipient/
source https://www.c-sharpcorner.com/article/iterate-the-sharepoint-list-item-and-send-a-consolidated-email-to-the-recipient/
Cryptojacking - How To Protect Yourself
Cryptojacking is a technique that employs unauthorized use of devices for cryptocurrency mining by site owners or cybercriminals. In this article, we'll go through what cryptojacking is and how you can protect yourself from a cryptojacking attack.
source https://www.c-sharpcorner.com/article/what-is-cryptojacking-how-to-protect-your-self/
source https://www.c-sharpcorner.com/article/what-is-cryptojacking-how-to-protect-your-self/
Demystifying SAS Token - Basics
In this article, I will be covering the basics of SAS tokens - why they are required and how to delegate access to resources within the storage account to external clients.
source https://www.c-sharpcorner.com/article/demystifying-sas-token-basics/
source https://www.c-sharpcorner.com/article/demystifying-sas-token-basics/
Observer Design Pattern Using C#
In this article, we will understand what Observer Pattern is and when we actually need to use it, along with a practical example and real life use case.
source https://www.c-sharpcorner.com/article/observer-design-pattern-using-c-sharp/
source https://www.c-sharpcorner.com/article/observer-design-pattern-using-c-sharp/
What's New In Swift 5.0
Swift 5.0 is a major release of Swift and it brings ABI (Application Binary interface) stability and several major key new features including raw strings, future enum cases, a Result type, checking for integer multiples and more.
source https://www.c-sharpcorner.com/article/whats-new-in-swift-5-0/
source https://www.c-sharpcorner.com/article/whats-new-in-swift-5-0/
AD Based Access Control Is Now Generally Available
Azure Active Directory based access control for Azure Storage Blobs and Queues is now Generally Available.
source https://www.c-sharpcorner.com/news/ad-based-access-control-is-now-generally-available
source https://www.c-sharpcorner.com/news/ad-based-access-control-is-now-generally-available
Microsoft Launches Data Discovery & Classification
New security capability, Data Discovery & Classification for Azure SQL Data Warehouse, announced by Microsoft.
source https://www.c-sharpcorner.com/news/microsoft-launches-data-discovery-classification
source https://www.c-sharpcorner.com/news/microsoft-launches-data-discovery-classification
C# Thread Basics
Learn basics of C# Thread. This code example explains how to create a Thread in C# and .NET Core.
source https://www.c-sharpcorner.com/article/c-sharp-thread-basics/
source https://www.c-sharpcorner.com/article/c-sharp-thread-basics/
Thursday, March 28, 2019
New Updates For Microsoft IoT Platform At Hannover Messe
Microsoft announced new updates for IoT platform that company will introduce at Hannover Messe 2019.
source https://www.c-sharpcorner.com/news/new-updates-for-microsoft-iot-platform-at-hannover-messe
source https://www.c-sharpcorner.com/news/new-updates-for-microsoft-iot-platform-at-hannover-messe
Cloudera Edge Management and Cloudera Flow Management Announced, Accelerating Enterprise Data Cloud Vision
Two new edge data management toolsets, Cloudera Edge Management and Cloudera Flow Management will be part of Cloudera DataFlow.
source https://www.c-sharpcorner.com/news/cloudera-edge-management-and-cloudera-flow-management-unveiled-accelerating-enterprise-data-cloud-vision
source https://www.c-sharpcorner.com/news/cloudera-edge-management-and-cloudera-flow-management-unveiled-accelerating-enterprise-data-cloud-vision
12 Chrome Extensions For Web Developers
In this article, I’ll share with you some free Google Chrome Extensions that help web developers a lot.
source https://www.c-sharpcorner.com/article/12-chrome-extensions-for-web-developers/
source https://www.c-sharpcorner.com/article/12-chrome-extensions-for-web-developers/
How To Create A Personal Blog Using Hexo And Netlify With Continuous Deployment
This article explains how to create a personal blog with a static html generator in an easy way.
source https://www.c-sharpcorner.com/article/how-to-create-personal-blog-using-hexo-and-netlify-with-continuous-deployment/
source https://www.c-sharpcorner.com/article/how-to-create-personal-blog-using-hexo-and-netlify-with-continuous-deployment/
Infinite Scroll In Angular 7 Using Web API And SQL Server
In this article, I am going to perform a task like infinite scrolling in an Angular 7 Web application.
source https://www.c-sharpcorner.com/article/infinite-scroll-in-angular-7-using-web-api-and-sql-server/
source https://www.c-sharpcorner.com/article/infinite-scroll-in-angular-7-using-web-api-and-sql-server/
Understanding Scrum Sprint Planning
Scrum has a few events under which Sprint Planning plays an important role, which helps the team to decide what will be done and how they will proceed.
source https://www.c-sharpcorner.com/Blogs/understanding-scrum-sprint-planning
source https://www.c-sharpcorner.com/Blogs/understanding-scrum-sprint-planning
Wednesday, March 27, 2019
Microsoft Updates Graph SDK For .NET 1.14.0
Microsoft has updated .Net SDK for Microsoft Graph.
source https://www.c-sharpcorner.com/news/microsoft-updates-graph-sdk-for-net-1140
source https://www.c-sharpcorner.com/news/microsoft-updates-graph-sdk-for-net-1140
Add And Remove Custom Action Using PnP PowerShell
In this blog article, I am going to add and remove custom action using PnP PowerShell.
source https://www.c-sharpcorner.com/Blogs/add-and-remove-custom-action-using-pnp-powershell
source https://www.c-sharpcorner.com/Blogs/add-and-remove-custom-action-using-pnp-powershell
Asynchronous HTTP Call In JavaScript
From this blog you will learn how to do an Ajax call using XMLHTTPRequest object in Javascript.
source https://www.c-sharpcorner.com/Blogs/asynchronous-http-call-in-javascript
source https://www.c-sharpcorner.com/Blogs/asynchronous-http-call-in-javascript
How To Add, Update And Delete SharePoint List View Using Pnp In SPFX Application-Customizer
In this blog, I have elaborately explained the method to add, update and delete SharePoint list view in SPFX application customizer.
source https://www.c-sharpcorner.com/Blogs/how-to-add-update-and-delete-sharepoint-list-view-using-pnp-in-spfx-applicationcustomizer
source https://www.c-sharpcorner.com/Blogs/how-to-add-update-and-delete-sharepoint-list-view-using-pnp-in-spfx-applicationcustomizer
How To Publish An Angular Application
In this blog, we will learn how to publish an Angular application in Visual Studio Code.
source https://www.c-sharpcorner.com/Blogs/how-to-publish-an-angular-application
source https://www.c-sharpcorner.com/Blogs/how-to-publish-an-angular-application
REST API Using Node.js, MongoDB, And Express
In this article, we will be focusing on one of the most interesting and recent topics; i.e., implementing REST API using Node.js and MongoDB.
source https://www.c-sharpcorner.com/article/rest-api-using-node-js-mongodb-and-express/
source https://www.c-sharpcorner.com/article/rest-api-using-node-js-mongodb-and-express/
Entity Framework Usage Considerations
Do you wonder if Entity Framework is better than ADO.NET, or when you should be using Entity Framework? In this article, we will discuss the answer to these questions.
source https://www.c-sharpcorner.com/Blogs/entity-framework-usage-considerations2
source https://www.c-sharpcorner.com/Blogs/entity-framework-usage-considerations2
Pass Data Using WebAPI In C# Windows Forms
In this blog, we will learn how to pass the data using Web API in a Windows application using C#.
source https://www.c-sharpcorner.com/Blogs/pass-data-using-webapi-in-c-sharp-windows-forms
source https://www.c-sharpcorner.com/Blogs/pass-data-using-webapi-in-c-sharp-windows-forms
How To Set Printer To Print Black And White In Windows 10
This article provides step by step instructions on how to set a printer to print Black and White in Windows 10.
source https://www.c-sharpcorner.com/article/how-to-set-printer-to-print-black-and-white-in-windows-10/
source https://www.c-sharpcorner.com/article/how-to-set-printer-to-print-black-and-white-in-windows-10/
Tuesday, March 26, 2019
Implement CRUD Operations With Sorting, Searching And Paging Using EF Core In ASP.NET Core
In this article, we will demonstrate how to create an application using EF Core and Asp.Net Core. In this application, we also discuss about sorting, paging and filtering data.
source https://www.c-sharpcorner.com/article/implement-crud-operations-with-sorting-searching-and-paging-using-ef-core-in-as/
source https://www.c-sharpcorner.com/article/implement-crud-operations-with-sorting-searching-and-paging-using-ef-core-in-as/
How To Attach Email Attachments To Existing List Item
This article will go through the steps to extract attachments from an email and then attach them to an existing SharePoint list item.
source https://www.c-sharpcorner.com/article/no-code-solution-using-office-365-apps-and-utilities/
source https://www.c-sharpcorner.com/article/no-code-solution-using-office-365-apps-and-utilities/
Send Method As Parameter Java Vs C#
In C# you have delegates, which is pretty straightforward as far as sending a method as parameter in C#. This has not been the case with Java.
source https://www.c-sharpcorner.com/article/send-method-as-parameter-java-vs-c-sharp/
source https://www.c-sharpcorner.com/article/send-method-as-parameter-java-vs-c-sharp/
Kubernetes 1.14 Brings gMSA Support
Docker is providing gMSA support in alpha with Kubernetes 1.14
source https://www.c-sharpcorner.com/news/kubernetes-114-brings-gmsa-support
source https://www.c-sharpcorner.com/news/kubernetes-114-brings-gmsa-support
Step-By-Step Guide To Setting Up A Full-Text Search In Laravel Using Scout
Laravel Scout is a driver-based & straightforward solution. It adds Full-Text Search to Eloquent Models. The library makes use of model observers. The reason for that is to keep the search index in sync with Eloquent records.
source https://www.c-sharpcorner.com/Blogs/stepbystep-guide-to-setup-a-fulltext-search-in-laravel-using-scout
source https://www.c-sharpcorner.com/Blogs/stepbystep-guide-to-setup-a-fulltext-search-in-laravel-using-scout
Go Developer Network Announced
Go Developer Network(GDN) is created to empower developer communities with the knowledge and experience on Go
source https://www.c-sharpcorner.com/news/go-developer-network-announced
source https://www.c-sharpcorner.com/news/go-developer-network-announced
Creating Azure Blob Storage Using Visual Studio
This article will help you learn about the creation of an Azure Blob Storage using Visual Studio.
source https://www.c-sharpcorner.com/article/creating-blob-storage-using-visual-studio/
source https://www.c-sharpcorner.com/article/creating-blob-storage-using-visual-studio/
Type In Hindi Or Any Other Language Using Google Translate
Today, I am going to explain how to type in Hindi and other languages using Google API.
source https://www.c-sharpcorner.com/article/type-in-hindi-or-any-other-language-using-google-translate/
source https://www.c-sharpcorner.com/article/type-in-hindi-or-any-other-language-using-google-translate/
Set List Properties By WebRequest
There are many ways in CSOM to set the list properties of a SharePoint site but there are a few properties which we can’t set directly from the list object.
source https://www.c-sharpcorner.com/Blogs/set-list-properties-by-webrequest
source https://www.c-sharpcorner.com/Blogs/set-list-properties-by-webrequest
Kubernetes v1.14 Released
Kubernetes 1.14 brings production-level support for Windows Nodes, Kubectl Updates and Persistent Local Volumes GA.
source https://www.c-sharpcorner.com/news/kubernetes-v114-released
source https://www.c-sharpcorner.com/news/kubernetes-v114-released
Monday, March 25, 2019
Vuejs DevTools v5.0.0 Released
Vuejs DevTools is a browser DevTools extension for debugging Vue.js applications. The latest version of Vuejs DevTools, v5.0.0 is released.
source https://www.c-sharpcorner.com/news/vuejs-devtools-v500-released
source https://www.c-sharpcorner.com/news/vuejs-devtools-v500-released
Connect MS SQL, MongoDB And MySQL Databases From Same MVC App Using Dependency Injection
In this post, we will see how to connect MS SQL, MongoDB, and MySQL databases from the same MVC application. We will use dependency injection with Unity package to achieve this.
source https://www.c-sharpcorner.com/article/connect-ms-sql-mongodb-and-mysql-databases-from-same-mvc-app-using-dependency-i/
source https://www.c-sharpcorner.com/article/connect-ms-sql-mongodb-and-mysql-databases-from-same-mvc-app-using-dependency-i/
Control Your Source Code With GIT And Azure DevOps
From this tutorial, you will learn how to control your source code with GIT using Microsoft Azure DevOps and you won’t have to pay anything for it!
source https://www.c-sharpcorner.com/article/tutorial-control-your-source-code-with-git-and-azure-devops/
source https://www.c-sharpcorner.com/article/tutorial-control-your-source-code-with-git-and-azure-devops/
All About C# Immutable Classes
In this article, we are going to cover all the necessary information you need to know about Immutable classes in C#.
source https://www.c-sharpcorner.com/article/all-about-c-sharp-immutable-classes2/
source https://www.c-sharpcorner.com/article/all-about-c-sharp-immutable-classes2/
All About Routing In Angular Applications
In this article about routing in Angular applications, I will cover routing from scratch to in-depth details. I will start from how routing works in Angular and then we will dive deeper with routing.
source https://www.c-sharpcorner.com/article/all-about-routing-in-angular-application/
source https://www.c-sharpcorner.com/article/all-about-routing-in-angular-application/
Building High Performance Back End (SQL Server)
I am sure below screen look familiar to you because most of us as a developer has build this screen in our project. Where in you need to create a search feature to search something as per your project and bring the data from back end. Generally from front end we collect the parameter and pass this data to a store prodecure.
source https://www.c-sharpcorner.com/article/building-high-performance-back-end-sql-server/
source https://www.c-sharpcorner.com/article/building-high-performance-back-end-sql-server/
Dynamic Row With Controls On Button Click - Add - Remove
Dynamic row with controls is useful when you have to add multiple data for multiple items of the same type. In this article, we will see how to play around with it.
source https://www.c-sharpcorner.com/article/dynamic-row-with-controls-on-button-click-add-remove/
source https://www.c-sharpcorner.com/article/dynamic-row-with-controls-on-button-click-add-remove/
How To Enable Azure AD Multifactor Authentication Using Azure Portal
In this article, we will learn how to enable the Azure AD multifactor Authentication via Azure Portal.
source https://www.c-sharpcorner.com/article/how-to-enable-azure-ad-multifactor-authentication-using-azure-portal/
source https://www.c-sharpcorner.com/article/how-to-enable-azure-ad-multifactor-authentication-using-azure-portal/
How To Setup A Docker Private Registry🤷♂️
In this article, we will learn how to set up a docker private registry. A registry is a stateless, highly scalable server-side application that stores and lets you distribute Docker images.
source https://www.c-sharpcorner.com/article/how-to-setup-a-docker-private-registry/
source https://www.c-sharpcorner.com/article/how-to-setup-a-docker-private-registry/
Microservices Using ASP.NET Core
In this write-up, we will learn the concept of Microservices, its architecture, and how to create them using ASP.NET Core.
source https://www.c-sharpcorner.com/article/microservice-using-asp-net-core/
source https://www.c-sharpcorner.com/article/microservice-using-asp-net-core/
Sunday, March 24, 2019
Azure Service Fabric - Introduction To Microservices And Azure Service Fabric - Part One
This article details basic concepts of Microservices and Azure Service Fabric. The details provided will help build deeper concepts in Azure Service Fabric in the next set of articles in the series
source https://www.c-sharpcorner.com/article/azure-service-fabric-part-1/
source https://www.c-sharpcorner.com/article/azure-service-fabric-part-1/
Microsoft's Windows Virtual Desktop Enters Public Preview
Microsoft has announced the public preview of Microsoft Windows Virtual Desktop, which is a desktop and app virtualization service running in the cloud.
source https://www.c-sharpcorner.com/news/microsofts-windows-virtual-desktop-enters-public-preview
source https://www.c-sharpcorner.com/news/microsofts-windows-virtual-desktop-enters-public-preview
How To Start A Successful Startup
Today, in this article, I will try to reveal some points which can help a startup to survive. I have a mixed experience with startups as I had a startup which failed and another which is still up and growing. So, I will try to give you insights which might be of help if you are thinking of joining the club of successful entrepreneurs.
source https://www.c-sharpcorner.com/article/how-can-you-start-a-successful-startup/
source https://www.c-sharpcorner.com/article/how-can-you-start-a-successful-startup/
Singleton Pattern In C#
In this article, you will learn about the singleton pattern in C#.
source https://www.c-sharpcorner.com/article/singleton-pattern-in-c-sharp/
source https://www.c-sharpcorner.com/article/singleton-pattern-in-c-sharp/
How To Set The Default Printer In Windows 10
Learn step by step how to Set the Default Printer in Windows 10.
source https://www.c-sharpcorner.com/article/how-to-set-the-default-printer-in-windows-10/
source https://www.c-sharpcorner.com/article/how-to-set-the-default-printer-in-windows-10/
Saturday, March 23, 2019
C# 8 Features
In this article, you will find some of the new C# 8 features described with pros and cons.
source https://www.c-sharpcorner.com/article/c-sharp-8-features/
source https://www.c-sharpcorner.com/article/c-sharp-8-features/
Create Easy Dashboards In HTML Using ChartJS
ChartJS is one of the most widely used open source Dashboard solutions across many platforms. Leveraging HTML5 canvas, its great rendering and responsive performances across browsers makes it a developer’s first choice.
source https://www.c-sharpcorner.com/article/create-easy-dashboards-in-html-using-chartjs/
source https://www.c-sharpcorner.com/article/create-easy-dashboards-in-html-using-chartjs/
Introducing SQL+ .NET
SQL with .NET is a new approach to database development in the service layer. Let's get acquainted with it.
source https://www.c-sharpcorner.com/article/introducing-sql-dot-net/
source https://www.c-sharpcorner.com/article/introducing-sql-dot-net/
Friday, March 22, 2019
Appointment Alerter In C# Using Speech Synthesis
In C#, we have the ability to use speech synthesis. We will create an application which alerts the user when there is an appointment by speaking out his appointment date and time and appointment text which he has saved. For saving appointments we will create a table in SQL Server database.
source https://www.c-sharpcorner.com/article/appointment-alerter-in-c-sharp-using-speech-synthesis/
source https://www.c-sharpcorner.com/article/appointment-alerter-in-c-sharp-using-speech-synthesis/
Authenticate And Generate Microsoft Graph AccessToken AppID Using MS Graph .NET SDK
In this article, we will learn about how to authenticate and generate a Microsoft Graph AccessToken using AppId using ms graph dotnet sdk
source https://www.c-sharpcorner.com/article/authenticate-and-generate-microsoft-graph-accesstoken-appid-using-ms-graph-net/
source https://www.c-sharpcorner.com/article/authenticate-and-generate-microsoft-graph-accesstoken-appid-using-ms-graph-net/
How To Create Azure Active Directory (AD) Using Azure Portal In Microsoft Azure
Azure AD provides an easy way to give users single sign-on (SSO) access to various applications like Office 365, Dropbox, Salesforce etc. Azure AD improves application security with multifactor authentication and conditional access.
source https://www.c-sharpcorner.com/article/how-to-create-the-azure-active-directory-ad-using-azure-portal-in-microsoft-az/
source https://www.c-sharpcorner.com/article/how-to-create-the-azure-active-directory-ad-using-azure-portal-in-microsoft-az/
How To Use Firebase Test Lab To Test Android Apps
Test Lab provides us the functionality to test our Apps on a pool of Android devices. It provides the environment to upload APK and select devices to run. We do not need to have a physical device to run our app and test it.
source https://www.c-sharpcorner.com/article/how-to-use-firebase-test-lab-to-test-android-apps/
source https://www.c-sharpcorner.com/article/how-to-use-firebase-test-lab-to-test-android-apps/
Brute Force Method Explained And Applied In C#
In this article, I am going to explain about one of my favorite coding techniques, the brute force method.
source https://www.c-sharpcorner.com/article/how-using-brutal-force-could-improve-code-quality/
source https://www.c-sharpcorner.com/article/how-using-brutal-force-could-improve-code-quality/
Steps For Creating Power BI Reports
In this article, we will learn about the 3 easy steps of creating Power BI Reports - getting data from the source, modeling the data source, and creating reports based on the dataset.
source https://www.c-sharpcorner.com/article/steps-for-creating-power-bi-reports/
source https://www.c-sharpcorner.com/article/steps-for-creating-power-bi-reports/
Adapter Design Pattern Explained Simply
This article will explain the adapter design pattern , its practical use case with its benefits and drawbacks.
source https://www.c-sharpcorner.com/article/adapter-design-pattern-explained-simply/
source https://www.c-sharpcorner.com/article/adapter-design-pattern-explained-simply/
Display Notfication Button With Count In SharePoint Page
In this article, we are going to see how to insert a notification button in our Sharepoint page using HTML and display the count of custom list item as a notification number using REST API methodology.
source https://www.c-sharpcorner.com/article/display-notfication-button-with-count-in-sharepoint-page/
source https://www.c-sharpcorner.com/article/display-notfication-button-with-count-in-sharepoint-page/
Microsoft Azure Sentinel
Azure Sentinel is a service that provides a proactive and responsive cloud-native SIEM which will help customers simplify their security operations and scale as they grow. It acts as centralized system for SecOps to protect, secure and prevent similar threats in your environment in the future.
source https://www.c-sharpcorner.com/article/microsoft-azure-sentinel/
source https://www.c-sharpcorner.com/article/microsoft-azure-sentinel/
SharePoint Framework 1.8 - Library Component Type (Beta)
In this article, we will understand the concept of a library component and start developing our own library component for code sharing.
source https://www.c-sharpcorner.com/article/sharepoint-framework-1-8-library-component-type-beta/
source https://www.c-sharpcorner.com/article/sharepoint-framework-1-8-library-component-type-beta/
iPhone Moment For Cars Is Here
Launch of Micromobility, an electric car with weight less than 500kg, seems iPhone moment in transportation.
source https://www.c-sharpcorner.com/news/iphone-moment-for-cars-is-here
source https://www.c-sharpcorner.com/news/iphone-moment-for-cars-is-here
Thursday, March 21, 2019
Add a Printer in Windows 10
This article provides step by step instructions on how to Add a Printer in Windows 10.
source https://www.c-sharpcorner.com/article/add-a-printer-in-windows-10/
source https://www.c-sharpcorner.com/article/add-a-printer-in-windows-10/
Wednesday, March 20, 2019
HP Announces New VR Headset
New Reverb Virtual Reality headset comes with super high resolutions and a lightweight design.
source https://www.c-sharpcorner.com/news/hp-announces-new-vr-headset
source https://www.c-sharpcorner.com/news/hp-announces-new-vr-headset
Tuesday, March 19, 2019
Happy Holi 2019
Very Happy and Colorful Holi to C# Corner Family.
source https://www.c-sharpcorner.com/Blogs/happy-holi-2019
source https://www.c-sharpcorner.com/Blogs/happy-holi-2019
How To Collect MS Forms Data In Sharepoint Using MS Flow
This article covers the steps to integrate Microsoft Forms with SharePoint through Microsoft Flow.
source https://www.c-sharpcorner.com/article/connecting-office-365-apps-and-utilities/
source https://www.c-sharpcorner.com/article/connecting-office-365-apps-and-utilities/
Image Manipulation Using Python
In this article, you will learn about image manipulation using Python.
source https://www.c-sharpcorner.com/article/image-manipulation-using-python/
source https://www.c-sharpcorner.com/article/image-manipulation-using-python/
Installation Of FlaUI
FlaUI is an open source .NET library designed to test the Windows applications. Let's learn how to install FlaUI.
source https://www.c-sharpcorner.com/article/installation-of-flaui/
source https://www.c-sharpcorner.com/article/installation-of-flaui/
Installation Of SharePoint 2016 Server
The IT preview of Microsoft SharePoint Server 2016 has been hooked up on the internet since August 2015 and everybody has been digging into its features ever since.
source https://www.c-sharpcorner.com/article/installation-of-sharepoint-2016-server/
source https://www.c-sharpcorner.com/article/installation-of-sharepoint-2016-server/
Understanding Concepts - OpenId, OAuth And SAML
This article discusses a topic that is very confusing, and many people have posted questions about their doubts on the terms related to Authorization, Authentication, and Security protocols.
source https://www.c-sharpcorner.com/article/understanding-concepts-openid-oauth-and-saml/
source https://www.c-sharpcorner.com/article/understanding-concepts-openid-oauth-and-saml/
Azure Machine Learning Service Adds RAPIDS Support
Azure Machine Learning service has become the first major cloud ML service to support NVIDIA’s RAPIDS.
source https://www.c-sharpcorner.com/news/azure-machine-learning-service-adds-rapids-support
source https://www.c-sharpcorner.com/news/azure-machine-learning-service-adds-rapids-support
Exploring Distributed Tracing Using ASP.NET Core And Jaeger
This short article shows how to set up a local testing environment of Jaeger, integrate with ASP.NET Core application and why we need the distributed tracing during our development and deployment.
source https://www.c-sharpcorner.com/article/exploring-distributed-tracing-using-asp-net-core-and-jaeger/
source https://www.c-sharpcorner.com/article/exploring-distributed-tracing-using-asp-net-core-and-jaeger/
Using Azure PowerShell Commands To Create An App Service Web App
Azure PowerShell provides a set of cmdlets that use the Azure Resource Manager model for managing your Azure resources. You can use it in your browser with Azure Cloud Shell, or you can install it on your local machine and use it in any PowerShell session.
source https://www.c-sharpcorner.com/article/using-azure-powershell-commands-to-create-an-app-service-web-app/
source https://www.c-sharpcorner.com/article/using-azure-powershell-commands-to-create-an-app-service-web-app/
Updating Parent Component State From Children Components In React With TypeScript (TSX Project)
Many people wonder how to update the state of a parent component from its child component since we can only pass props down from the parent to the child in React, as data flow is unidirectional in React applications. Well, through this blog, I will try to clear up the confusion.
source https://www.c-sharpcorner.com/Blogs/updating-parent-component-state-from-children-components-in-react-with-typescript-tsx-project
source https://www.c-sharpcorner.com/Blogs/updating-parent-component-state-from-children-components-in-react-with-typescript-tsx-project
Understanding Scrum Review
Scrum Review is an important event that takes part in Scrum Framework and this blog will give you some key points to remember.
source https://www.c-sharpcorner.com/Blogs/understanding-scrum-review
source https://www.c-sharpcorner.com/Blogs/understanding-scrum-review
C# Concepts With Real Time Examples
In this blog, we will look into some of the C# concepts through real-time examples which you guys can easily understand and remember for a long time.
source https://www.c-sharpcorner.com/Blogs/c-sharp-concepts-with-real-time-examples
source https://www.c-sharpcorner.com/Blogs/c-sharp-concepts-with-real-time-examples
How Read DBF File And Save Data Into Database In C#
In this article, we will learn how to read a DBF file and save all data to the SQL Server database.
source https://www.c-sharpcorner.com/Blogs/how-read-dbf-file-and-save-data-into-database-in-c-sharp
source https://www.c-sharpcorner.com/Blogs/how-read-dbf-file-and-save-data-into-database-in-c-sharp
R 3.5.3 Released
R 3.5.3, the latest version of the R language for statistical computation and graphics from the R Foundation, is available now.
source https://www.c-sharpcorner.com/news/r-353-is-released
source https://www.c-sharpcorner.com/news/r-353-is-released
Monday, March 18, 2019
How To Import Data From Excel Data Into SQL Table In Microsoft SQL Server 2016
This article demonstrates the inbuilt functionality of importing data from Microsoft Excel to a SQL table using import export wizard.
source https://www.c-sharpcorner.com/article/how-to-import-data-from-excel-data-into-sql-table/
source https://www.c-sharpcorner.com/article/how-to-import-data-from-excel-data-into-sql-table/
Microsoft Opens Azure Active Directory B2B Service To Add Google As An Identity Provider For B2B Guest Users
By setting up Federation with Google, you can allow invited users/clients to sign in to your shared apps and resources with their own Google accounts, without having to create Microsoft Accounts (MSAs) or Azure AD accounts.
source https://www.c-sharpcorner.com/article/microsoft-opens-azure-active-directory-b2b-service-to-add-google-as-an-identity/
source https://www.c-sharpcorner.com/article/microsoft-opens-azure-active-directory-b2b-service-to-add-google-as-an-identity/
Quick Guide To Setup Your SharePoint Framework Development Environment Using PNP JS
This article will help you to understand the usage of a new concept of PnP (or Pattern and Practices) introduced by the Microsoft community. The PnP JS Core Library was created to help developers by simplifying common operations (CRUD) within SharePoint and the SharePoint Framework.
source https://www.c-sharpcorner.com/article/quick-guide-to-setup-your-sharepoint-framework-development-environment-using-pnp/
source https://www.c-sharpcorner.com/article/quick-guide-to-setup-your-sharepoint-framework-development-environment-using-pnp/
Working With Azure Container Instances
Azure Container Instances simply allow you to run containers in Azure. The advantage is you can run it for a particular amount of time and then stop the container. You will just be billed for the time your container runs.
source https://www.c-sharpcorner.com/article/working-with-azure-container-instances/
source https://www.c-sharpcorner.com/article/working-with-azure-container-instances/
SPFx - SP PnP JS Not Working On Modern Pages
When you are working with SPFx, you may choose @pnp/sp library as they provide a fluent API to make building your REST queries intuitive and support batching and caching.
source https://www.c-sharpcorner.com/Blogs/spfx-sp-pnp-js-not-working-on-modern-pages
source https://www.c-sharpcorner.com/Blogs/spfx-sp-pnp-js-not-working-on-modern-pages
How To Call Web Service Using SQL Server
In this blog, I will explain how to call web services through a stored procedure in the SQL database.
source https://www.c-sharpcorner.com/Blogs/how-to-call-web-service-using-sql
source https://www.c-sharpcorner.com/Blogs/how-to-call-web-service-using-sql
Understanding Scrum Retrospective
Scrum comes under Agile Umbrella and Scrum Retrospective is an important event that happens in Scrum. This blog will give you a basic understanding of the Retrospective activity.
source https://www.c-sharpcorner.com/Blogs/understanding-scrum-retrospective
source https://www.c-sharpcorner.com/Blogs/understanding-scrum-retrospective
Google Combo Chart In Angular 7
This blog will explain how to implement Google Charts in Angular 2+. I have implemented it with Angular 7.
source https://www.c-sharpcorner.com/Blogs/google-combo-chart-in-angular-7
source https://www.c-sharpcorner.com/Blogs/google-combo-chart-in-angular-7
Real World Cloud App - From Start To Finish - The Communications Layer
Real World Cloud App - From Start To Finish - The Communications Layer
source https://www.c-sharpcorner.com/article/real-world-cloud-app-from-start-to-finish-the-communications-layer/
source https://www.c-sharpcorner.com/article/real-world-cloud-app-from-start-to-finish-the-communications-layer/
Sunday, March 17, 2019
TypeScript 3.4 RC Released
3.4 gives you faster subsequent builds with the new --incremental flag and type-checking for globalThis. Top-level this is now typed.
source https://www.c-sharpcorner.com/news/typescript-34-rc-released
source https://www.c-sharpcorner.com/news/typescript-34-rc-released
Azim Premji Donates $7.5 billion
India's second-richest man, Azim Premji, the chairman of Wipro gives $7.5 billion to charity, making country's biggest single donation ever.
source https://www.c-sharpcorner.com/news/azim-premji-donates-75-billion
source https://www.c-sharpcorner.com/news/azim-premji-donates-75-billion
Deploy An Angular Application On IIS
In this article, we are going to discuss how to deploy an Angular application on IIS.
source https://www.c-sharpcorner.com/article/deply-of-a-angular-application-on-iis/
source https://www.c-sharpcorner.com/article/deply-of-a-angular-application-on-iis/
Web API Self-Hosting
In this blog, we will learn how to self-host a Web API (call the Web API from a client application) in C#.
source https://www.c-sharpcorner.com/Blogs/web-api-self-hosting
source https://www.c-sharpcorner.com/Blogs/web-api-self-hosting
Filtration, Sorting, And Pagination In Angular 7 Using Web API And SQL Server
In this article, I am going to perform some tasks like binding records, pagination, sorting, and filtration in an Angular 7 Web application. The back-end used here is a SQL Server database.
source https://www.c-sharpcorner.com/article/filtration-shorting-pagination-in-angular-7-using-web-api-and-sql-server/
source https://www.c-sharpcorner.com/article/filtration-shorting-pagination-in-angular-7-using-web-api-and-sql-server/
Getting Started With Azure DevOps - Part Two
This is a series of articles to get our hands dirty with Azure DevOps (previously known as VSTS).
source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-two/
source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-two/
React And Redux Essentials - Part Three
This series will allow you to learn ReactJS and Redux thoroughly in a steady manner. This is part three of the series.
source https://www.c-sharpcorner.com/article/react-and-redux-essentials-part-three/
source https://www.c-sharpcorner.com/article/react-and-redux-essentials-part-three/
SonarQube Configuration For .NET Core Web API
In this article, we will see how we can configure SonarQube to evaluate Web API in .NET Core.
source https://www.c-sharpcorner.com/article/sonarqube-configuration-for-net-core-web-api/
source https://www.c-sharpcorner.com/article/sonarqube-configuration-for-net-core-web-api/
Iterator In C#
In this blog, we are going to look into the details of different kinds of iterators supported by C# and will find out subtle differences between them.
source https://www.c-sharpcorner.com/Blogs/iterator-in-c-sharp
source https://www.c-sharpcorner.com/Blogs/iterator-in-c-sharp
Debugging The Azure Function With .NET Framework V1
The .NET Framework developers get this frequent error when Azure function V1 is debugging on local.
source https://www.c-sharpcorner.com/Blogs/debugging-the-azure-function-with-net-framework-v1
source https://www.c-sharpcorner.com/Blogs/debugging-the-azure-function-with-net-framework-v1
Friday, March 15, 2019
Checking Open Ports In Azure
I wrote a blog post on utilizing a VPN server that I built on an Azure Virtual Machine to help facilitate a secure connection whenever I am away from my home network.
source https://www.c-sharpcorner.com/article/checking-open-ports-in-azure/
source https://www.c-sharpcorner.com/article/checking-open-ports-in-azure/
Getting Started With Azure DevOps - Part One
This is a series of articles to get our hands dirty with Azure DevOps (previously known as VSTS).
source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-one/
source https://www.c-sharpcorner.com/article/getting-started-with-azure-devops-part-one/
Introduction To DevOps And Azure DevOps
This article will provide you with the basics about DevOps and Azure DevOps as a one-time solution.
source https://www.c-sharpcorner.com/article/introducing-devops-and-azure-devops/
source https://www.c-sharpcorner.com/article/introducing-devops-and-azure-devops/
Office 365 SharePoint Online Management Shell
SharePoint Online is a subset of Office 365 which has come up with SharePoint Online Management Shell to run administrative commands from the command line. These cmdlets help manage the SharePoint Online users and sites.
source https://www.c-sharpcorner.com/article/office-365-sharepoint-online-management-shell/
source https://www.c-sharpcorner.com/article/office-365-sharepoint-online-management-shell/
Xamarin.Forms - Add Android Project In An Existing Project
In this article, you will learn how to add an Android Project in an existing project in Xamarin.Forms.
source https://www.c-sharpcorner.com/article/xamarin-forms-add-android-project-in-existing-project/
source https://www.c-sharpcorner.com/article/xamarin-forms-add-android-project-in-existing-project/
C# 8.0 New Feature - Using Declarations And Static Local Functions
In this article, we are going to learn a new feature of C# 8.0 - Using declarations and Static local functions with examples.
source https://www.c-sharpcorner.com/article/c-sharp-8-0-new-feature-using-declaration-and-static-local-function/
source https://www.c-sharpcorner.com/article/c-sharp-8-0-new-feature-using-declaration-and-static-local-function/
Subscribe to:
Posts (Atom)