COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About app
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mohammad Irshad (7)
Vikas Srivastava (5)
Kasam Shaikh (4)
Tahir Naushad (4)
Sanjay Debnath (4)
Mahesh Chand (4)
Nitin Kumar (3)
Kishore Chowdary (3)
Altaf Ansari (3)
Ravi Shankar (3)
Vijai Anand Ramalingam (3)
Nick Shivhareee (2)
Neel Bhatt (2)
Ronika Jency (2)
Dennis Thomas (2)
Logesh Palani (2)
Rajeesh Menoth (2)
Prashant Kumar (2)
El Mahdi Archane (2)
Mani Gautam (2)
Ahsan Siddique (2)
Kkb Kkb (1)
Dipak Talaviya (1)
Sekhar Srinivas (1)
Afzaal Ahmad Zeeshan (1)
Sourabh Somani (1)
Ashuuu Singhhh (1)
Sachin Kalia (1)
Mukesh Kumar (1)
Manoj Mittal (1)
Joao Sousa (1)
Najuma Mahamuth (1)
Juan Francisco Morales Larios (1)
Ankit Sharma (1)
Rangesh Sripathi (1)
Mangesh Gaherwar (1)
Ajith Kumar (1)
Ahmad Mozaffar (1)
Pankaj Kumar Choudhary (1)
Joseph Thomas (1)
Rathrola Prem Kumar (1)
Vijayaragavan S (1)
Amit Kumar Singh (1)
Venkateswaran S (1)
Thomas Hansen (1)
Surya Narayan Barik (1)
Lou Troilo (1)
Shweta Lodha (1)
Jayanthi P (1)
Chris Love (1)
Srashti Jain (1)
Umair Hassan (1)
Anoop Kumar Sharma (1)
Gnanavel Sekar (1)
Nikunj Satasiya (1)
Sridhar Sharma (1)
Shawon Ashraf (1)
Vinod L (1)
Related resources for app
No resource found
Title change in editor
5/12/2023 7:08:15 AM.
approval
WhatsApp for Business
10/16/2021 5:10:00 PM.
WhatsApp for Business
How To Use Entity Framework Code First Approach
3/12/2021 3:29:14 PM.
Code-First Approach in ASP.NET MVCApply Code-First Migration using following commands: enable-migrations, add-migration(Give Migration file name), update-database -script (optional), update-database.
Continuous Integration In Azure Webapp Using Github
3/4/2021 11:34:37 AM.
This video consists of a hands-on explanation for synchronizing the website with webapp using GitHub.
Speech recognition application using C#
12/29/2020 12:09:17 PM.
In this video explains how to use Speech Recognition feature of C# using System.Speech.Recognition namespace and also provides explains how to acquire and monitor speech input, create speech recognit
Developing web applications with ASP.NET, DotVVM and Azure
11/20/2020 4:00:17 AM.
In this episode of C# Corner MVP Show ft. Daniel Gomez, we will learn how to build web pages with ASP.NET and DotVVM, through the MVVM pattern (Model, View, ViewModel). We will also learn how to deplo
Create a C# Application from Start to Finish - Complete Course
8/3/2020 9:44:36 PM.
Create a C# Application from Start to Finish - Complete Course
How To Deploy Files Or Application From OneDrive Folder To Microsoft Azure Web App
5/26/2020 9:05:11 AM.
In this video will see how to deploy applications or files to Azure Web App using OneDrive as deployment source.
Integrating Azure Application Insights In ASP.NET Core Web App
5/26/2020 9:01:26 AM.
This video explains process of integrating Azure Application Insights in ASP.NET Core web app.
RSA Algorithm With C#
1/12/2020 11:19:12 PM.
This article describes the RSA Algorithm and shows how to use it in C#.
How To Add Splash Screen And App Icon🌀 In UWP Project
12/7/2018 6:10:04 AM.
In this article, we will learn a very simple way to add Splash Screen and App Icon in UWP application.
How To Upload UWP Project On App📲 Center
12/7/2018 6:00:54 AM.
In this article we will learn a very simple way to upload UWP application on app center step by step.
How Do You Test Blockchain Applications?
7/23/2018 5:29:33 AM.
How Do You Test Blockchain Applications?
Facebook tracking is present in 41% of the most popular Android apps
3/27/2018 1:45:39 AM.
Facebook tracking is present in 41% of the most popular Android apps
Apple confirms it runs iCloud on Google’s cloud, and you shouldn’t be surprised
2/27/2018 3:22:48 AM.
Apple confirms it runs iCloud on Google’s cloud, and you shouldn’t be surprised
ASP.NET Core Apps In Docker Swarm Deployed To Azure
1/25/2018 6:22:46 PM.
In the previous post, I deployed a Docker Swarm on VMs setup on my local PC, which is fine for testing. In this post I’ll deploy the same services on a Docker Swarm hosted in Azure using “Docker EE fo
ASP.NET Core Apps In Docker Swarm
1/23/2018 12:52:36 PM.
First, we need a few Virtual Machines to make a cluster of machines to run Docker on. I am using Windows 10 and will use Hyper-V for this purpose. If you’re using another OS then skip the first part o
Custom Cells In TableView In Xamarin.iOS Application
1/23/2018 11:33:34 AM.
In this article, we will use TableView using custom cells in Xamarin. We have an application with the table view having a list of employees with the required details.
Migrate Bot Application From Bot Portal To Azure Portal
1/23/2018 11:01:21 AM.
In this article, I will share thoughts about the migration of existing registered bots from https://dev.botframework.com to Microsoft Azure portal.
Deploying Multiple ASP.NET Core Apps To Docker And Azure
1/22/2018 2:45:07 PM.
API - has controller with CRUD operations for a movies database. It uses a class library Data, which contains repositories. Database is hosted in Azure and connection string stored in application sett
First Application In ASP.NET Core MVC 2.0
1/20/2018 12:58:36 PM.
Recently Microsoft announced anew version of Asp.Net Core and that is Asp.Net Core 2.0, which has new and amazing features which not only improve performance as well as increase productivity and enhan
Getting Started With Docker For Windows - Containerize a C# Console App
1/19/2018 5:26:13 PM.
I had some free time recently, so I wanted to go deep into docker (rather containerization).
Enabling Swagger In Your .NET Core 2.0 Application - A Step By Step Guide
1/19/2018 4:16:08 PM.
If you have ever worked with APIs, then you might be familiar with Swagger. If you have not heard about Swagger, then this post will help you know the basics of Swagger and the steps to configure Swag
FAQ based Bot Application Using QnA Maker - Part One
1/19/2018 1:28:36 PM.
QnA Maker is rest based cognitive services which help to train and create the knowledge base. It can be easily incorporated using Bot Framework
ASP.NET Core 2.0 - Applying Bootstrap Template
1/18/2018 12:09:41 PM.
This article walks you through the steps for creating an ASP.NET Core 2.0 Web Application using Bootstrap as the template for layout.
Deploying ASP.NET Core 2.0 App To Azure Using Docker
1/18/2018 12:08:04 PM.
Azure provides a highly scalable, configurable and easy to use Platform-as-a-Service (PaaS) environment for our ASP.NET Core web applications. Azure Web App is one of the simplest ways to host web app
Upgrading Your Application In Azure Managed Kubernetes
1/18/2018 12:04:56 PM.
In the previous article, we deployed an ASP.NET Core 2.0 API app in AKS (Azure Managed Kubernetes). Now, let's quickly look into how to upgrade the application when there is a change in code. Plea
Azure Logic Apps - Integrating Twitter API And Google Drive API
1/18/2018 11:13:58 AM.
This article will explain about working on Logic Apps, integrating Twitter API and Google Drive API. We will be using Logic Apps here to search for a keyword on Twitter and save the tweets for the Goo
How To Control The Level Of Permissions On Your PowerApps While Sharing
1/18/2018 3:53:30 AM.
In this article, we will see how to give PowerApps access permission to other users.
How To Authorize Azure Web App With Dropbox As Deployment Source
1/17/2018 11:59:22 PM.
In this video will learn how to authorize Azure Web App for using Dropbox as deployment source.
Toolbar In Xamarin.iOS Application View
1/17/2018 11:17:40 PM.
In this article, we are going to create Xamarin application that contains toolbar item with respective tools and functionality. Tools like add, edit, refresh, search in form of icon or text can be ap
Deploy Your First ASP.NET Core 2.0 App In Azure Managed Kubernetes
1/17/2018 5:01:43 PM.
This guide will help you to get started with AKS. We are going to deploy our first ASP.NET Core 2.0 App in AKS and then do some cool stuff like scaling up and down.
App.Config AutoReader
1/17/2018 12:57:32 PM.
In our day to day development, it is a rare case where we don’t need to read a configuration file. There are many techniques for the treatment of such static classes, singleton classes, etc and it is
How To Deploy ASP.NET Core 2.0 MVC Application To Microsoft Azure Web App Using Dropbox
1/16/2018 11:46:45 PM.
In this video will see how to deploy an ASP.NET Core 2.0 MVC web application to Azure Web App using Dropbox as deployment source.
Create Your First ASP.NET Core 2.0 Service Fabric Container Application In Windows
1/16/2018 6:19:01 PM.
Learn how to create your first ASP.NET Core 2.0 Service Fabric Container application in Windows.
How To Create An App Packages In UWP Project
1/16/2018 6:12:24 PM.
In this article, we will learn the very simple way to create an app package in UWP application.
Tips And Best Practices To Improve ASP.NET Web Application Performance
1/16/2018 5:51:34 AM.
This article suggests you a few tips to improve the performance of an ASP.Net application. There are many more things which may ensure a better performance and faster response time for a web applicati
Understanding Process, Application Domain And Assemblies
1/16/2018 5:50:36 AM.
We usually come across these terms: Process, Application Domain or App Domain, Assemblies. It is good to have a basic knowledge of these terms and how each one is related to each other.
An Introduction To Q#
1/15/2018 5:47:24 PM.
In this article, I will be explaining about Q# - the new programming language introduced by Microsoft for quantum computing. We will understand the data type, expressions, and statements of Q# with th
Building A Tabbed Application In Xamarin iOS Application
1/15/2018 4:02:44 PM.
A tabbed application is a kind of app which has a bunch of buttons at the bottom of your iPhone. When you tap any button, it changes to a different page. We will learn how we can develop this function
Deploying ASP.NET Core 2.0 MVC Application To Microsoft Azure Web App Using Bitbucket
1/15/2018 12:58:51 AM.
In this video will see how to deploy an ASP.NET Core 2.0 MVC web application to Azure Web App using Bitbucket.
Xamarin.Forms - FFImageLoading App
1/12/2018 11:21:15 PM.
In this article, let us learn how to add and display gif, svg, jpg images with transformation in Xamarin.Forms application.
Create An Intelligent Bot Application Using Microsoft Bot Framework
1/12/2018 11:20:25 AM.
In our previous article, we learned how to create and connect a chatbot with Azure Bot Service. But in this article, we are going to create an intelligent Bot Application using Microsoft Bot Framework
SignalR Chat App With ASP.NET WebForm And BootStrap - Part Three
1/12/2018 11:07:05 AM.
In a previous article we have learned how to create a real-time chat application using SignalR and Bootstrap. So far we learned creation of group chat, Creation of Private Chat, Title Bar Notification
Hello World Smart Contract - Ethereum BlockChain
1/11/2018 6:12:21 PM.
In this article, a "Hello World" smart contract in Ethereum blockchain is deployed to Rinkbey test network.
Authentication With Route Guards In Angular 5 Single Page Application
1/11/2018 3:52:43 PM.
Angular comes with many built-in features which can be used to achieve things like authentication and authorization Route guards are one of them; let’s see how we can achieve this in this article.
Swapping Websites In Azure Webapps Using Deployment Slots
1/10/2018 11:24:22 PM.
This video provides a hands-on explanation for working with deployment slots in azure webapps.
How To Configure User Profile Service Application Step By Step
1/10/2018 5:38:43 PM.
In the last article I described about how to delete and create User profile service, today I'm demonstrating about how to configure UPA service application step by step with a screen shot. This articl
How To Bring Internet Connectivity To Xamarin.Forms Application
1/10/2018 5:29:34 PM.
How To Bring Internet Connectivity To Xamarin.Forms Application
Draggable Panel In An Android Application
1/10/2018 2:49:13 PM.
This article demonstrates how to create a draggable panel in an Android application using Android Studio.
Add Some Intelligence To Your C# Apps With Microsoft Cognitive Services
1/10/2018 11:02:39 AM.
In this article, you will learn how to use Microsoft Cognitive Services from your C# applications.
How To Remove And Create User Profile Service Application In SharePoint
1/10/2018 10:31:15 AM.
The purpose of this article to is to delete an existing UPA service from the SP server and create the same from scratch. As we know, there are two ways to configure or delete UPA server, Using UI and
SignalR Chat App With ASP.NET WebForm And BootStrap - Part One
1/10/2018 1:05:17 AM.
Here, we are going to learn to create a real-time chat application using SignalR, Bootstrap and jQuery Modal Popup.
Introduction TO PowerApps And Creating Template With It
1/9/2018 5:21:37 PM.
PoweApps is a collection of software services and apps that work together to fundamentally transform and accelerate. It is provided by Microsoft as a service under Office 365 for non-technical users (
Setup React App Using Node.js, Webpack And TypeScript
1/9/2018 4:43:46 PM.
React is one of the leading technologies that is used to create single page applications(SPA). Some others are Angular and Vue.js. In this article we will learn how to set up a React project using We
Setting Up Google App Engine And Uploading An Image To Google Cloud Using PHP
1/9/2018 4:17:56 PM.
In this article, you’ll learn how to deploy a PHP project to Google App Engine and how to upload an image to Google Cloud Bucket.
A Single Page Application Using Angular v4
1/9/2018 10:15:38 AM.
In this article, we are going to create a single page application in Angular 4.
Hosting Website Into Azure Webapp Service Using FTP
1/9/2018 12:02:34 AM.
This video provids a hands-on to work with azure webapp service.
Retrieving Weather Info In Xamarin.Forms Application For Android And UWP
1/7/2018 12:45:00 PM.
Reading this article, you can learn about retrieving weather details using API key from openweathermap.org in Xamarin Forms application for Android and Universal Windows Platform.
Voice 2 Text Android Application Tutorial
1/6/2018 12:11:04 PM.
Hello all, in this article we will learn how to create an Android Voice2Text App. So by the app name we can understand what we will be going to make. In this app Voice2Text, user voice will be convert
Xamarin.Forms - Deep Linking Application Using SQLite
1/6/2018 11:56:53 AM.
Android deep links open a specific page within an app and optionally pass data to it. Developers may find deep links particularly useful for actions such as clicking a notification or sending an app l
Office 365 Modern App Development
1/6/2018 11:47:22 AM.
Web standard Apps are built using industry proven web Standards such as HTML, JavaScript and REST. Apps are independently scalable which reduces the total cost of ownership. Apps are secured and isola
SearchBar View With SearchContent In Xamarin.Forms Application
1/6/2018 4:41:48 AM.
SearchBar view control is the control that provides you the way to search from the list of content. It has the events 'SearchButtonPressed', 'TextChanged' for performing actions respec
Creating A C# Console App From My iPhone
1/4/2018 10:57:10 PM.
Hyper IDE [link to https://github.com/polterguy/hyper-ide] is an Open Source web-based Integrated Development Environment. It supports 100+ progamming languages out of the box, and can be integrated w
Create Angular 5 Application Using .Net Core 2.0 Template In Visual Studio 2017
1/4/2018 12:43:09 PM.
Angular 5 has been announced recently and we already have a template added in the Visual Studio 2017 with .Net Core 2.0.
SignalR Chat App With ASP.NET WebForm And BootStrap - Part Two
1/3/2018 12:49:23 PM.
In previous articles, we learned how to create a real-time chat application using SignalR.
Using Global Constant Like A Pro
1/3/2018 12:28:01 PM.
In our code, most of the time we use constants (Ex: cell Identifier, some static text, maybe certain height). It’s good practice to use constants instead of variables whenever possible.
Leadership Challenge 004 - The Happy Secret To Better Work!!!
1/3/2018 11:36:13 AM.
Hello my friends and Happy New Year!!! It has been a fun couple of months within Microsoft as a Customer Success Manager, driving adoption across MS solutions (Modern Workplace) within the organizatio
Invoking Web Application From Console Application (.NET Core) Via Command Prompt
1/2/2018 11:06:45 PM.
This article is mainly for the command prompt lovers who want to use it to launch their web application build on .Net Core.
Device Year Class Library Using Android Application
1/2/2018 7:05:59 PM.
Android device's specifications and calculates which year the device would be considered.
Xamarin.Forms - Expandable ListView App
1/2/2018 4:40:49 PM.
In this article, we will discuss how to create an expandable listview in Xamarin.Forms application using Visual Studio 2017.
Getting Started With Q# Programming
1/2/2018 11:47:06 AM.
In this tutorial, you’ll learn how to build your first simple “Hello World” Q# app. Just follow these following steps.
Customize SharePoint List Forms Using PowerApps
12/29/2017 12:36:23 PM.
We are all aware Microsoft announced that there will be no new release for InfoPath and advised us to start using PowerApps instead of InfoPath. The long awaited feature to create custom SharePoint li
Dashboard Application With ASP.NET MVC 5 And jQuery
12/28/2017 11:13:42 PM.
As you know, the dashboard system has become very important because it's helpful for managers in order to take the right decisions.
Making Web Sites Look Like Native Apps Without the App Store
12/28/2017 10:38:13 PM.
Earning a place on a user's home screen is key to engagement with customers. The automatic Add to Home Screen Experience provides this capability to progressive web applications. This is driven by the
How To Earn Money Using Google AdMob With Android Application
12/28/2017 7:46:15 PM.
One of the hottest discussion points in Android Technology is how to earn money using Android Applications.
Set up And Create Angular Application
12/28/2017 7:43:55 PM.
Basically, In Angular – we divide our UI into separate components, to increase readability and reusability. So, we can say the Angular application is a tree of Angular components.
Support Multiple Languages In Xamarin.Forms Application
12/27/2017 11:25:42 PM.
In this article, we are going to make an application through which we can support multiple languages in our Xamarin.forms application.
Migrate Your Applications To Azure Virtual Machines
12/27/2017 1:37:41 PM.
Learn how to migrate your applications to Azure virtual machines.
Build Or Set Up Your First Angular App With Visual Studio Code
12/27/2017 1:32:35 PM.
In this article, we will learn how to set up an environment for building the first Angular app (with Visual Studio Code).
Xamarin.Android - To Do List App
12/27/2017 1:30:49 PM.
In this article, I shall show you how to make a To Do List app in Xamarin.Android.
Linking Android-Kotlin Application With Google Play Store For Rating
12/27/2017 1:03:00 AM.
In this article, I am going to illustrate how a developer can link their app with Google Play store so that a user can navigate to the play store to rate applications by clicking on a particular butto
Working With Kendo UI TreeList And Custom Template In ASP.NET MVC 5 Web Application
12/26/2017 1:53:30 PM.
In this article, I will demonstrate how to work with KendoTreeList View and custom template in ASP.Net MVC5 using Kendo UI and EF
Build Scalable Web Applications With Azure Database For MySQL
12/26/2017 12:40:30 PM.
Azure Database for PostgreSQL and Azure Database for MySQL bring together community edition database engines and capabilities of a fully managed service—so you can focus on your apps instead of managi
Create And Deploy An ASP.NET Core Web App In Azure
12/23/2017 11:58:43 AM.
This article will help you to create & deploy an ASP.NET Core web app in Azure.
How To Play YouTube Video In ASP.NET Web Application Using AJAX
12/23/2017 11:38:34 AM.
Model Popup. While you are working with any web application and in any technology like asp.net, php, java or any other technology, sometimes it’s necessary to play media files or any media online in y
Continuous Integration And Delivery With Visual Studio App Center
12/22/2017 11:57:06 AM.
Continuous integration and delivery with Visual Studio App Center
Weather Updates In Console Application Using API
12/22/2017 4:24:29 AM.
Here, I am writing an article to give a basic idea of consuming a Web API from Yahoo Weather and display it in the Console.
Fluent Validation With MVVM In Xamarin Forms Application
12/22/2017 4:23:26 AM.
Fluent Validation is used to create the validation logic separate from business logic for any type of objects you want to validate.
Image Classification In iOS Apps Using Turi Create And CoreML
12/22/2017 4:23:10 AM.
These days the hype for Machine Learning is real. Everyone just wants a piece of it in their product development. Let it be a spam filter or just a cookie machine. That being said, the demand is undou
ContextMenu In Xamarin.Forms Application
12/21/2017 10:25:44 PM.
In this article, we will learn how to add a ContextMenu on the list view having cell items in Xamarin.Forms application.
MasterDetailPage In Xamarin Forms Application
12/21/2017 10:24:23 PM.
MasterDetailPage is the main page that is responsible for two related pages. It contains the master page that has items and the detail page that shows the details about the items present on master pag
How To Add Splash Screen And App Icon In UWP Project
12/21/2017 10:36:54 AM.
In this article, we will learn a very simple way to add Splash Screen and App Icon in UWP application.
How To Create An Azure Function App Using Visual Studio 2017
12/21/2017 10:35:13 AM.
In this article, we will learn how to create an Azure Functions App using Visual Studio 2017.
How To Host ASP.NET Core Application on IIS Server
12/21/2017 10:33:01 AM.
In this article, you will learn how to host ASP.NET Core Application on IIS Server.
How To Upload UWP Project On App Center
12/20/2017 11:45:19 AM.
In this article we will learn a very simple way to upload UWP application on app center step by step.
Application To Build Resume/CV With ASP.NET MVC 5 And jQuery
12/20/2017 10:59:14 AM.
In this article, we will demonstrate how we can build resume CV application. As you know resume CV has different parts such as personal information, education, work experiences, skills, certifications
How To Call Azure Function In Logic Apps
12/20/2017 10:45:20 AM.
Azure Functions is used for executing a small piece of code or “function” in the cloud and you pay only for the time your code executes.
How To Create Azure Function App To Delete SharePoint Online List Using CSOM
12/19/2017 10:32:42 PM.
Azure Functions are used for executing a small piece of code or “functions” in a cloud and you will pay only for the time your code executes. You can use development language of choice such as C#, F#,
Add Email Authentication To Xamarin.Android App Using Firebase - Part Two
12/19/2017 7:14:21 PM.
Today, I am going to show you how to add Email authentication in Android using FireBase.