Syed Shanu, C# Corner

Syed Shanu

C# Corner

Korea, Republic of

Contact Syed

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • C# Corner

Past articles by Syed:

Why We Need To Move From .NET 5.0 To .NET 6.0

In this article, we will see on why we need to move our existing projects from .NET 5.0 to .NET 6.0 also for all our new projects why we need to start with .NET 6.0 instead of .NET 5.0. → Read More

Getting Started With Visual Studio 2019

This step by step tutorial shows how to install and get started with Visual Studio 2019 RC. → Read More

My Three Year Journey As Microsoft MVP

Today once again I received the magical mail from Microsoft as “We’re once again pleased to present you with the 2018-2019 Microsoft Most Valuable Professional (MVP) award in recognition of your exceptional technical community leadership”. Today I have been awarded as Microsoft MVP for the 3rd time. Every time I felt as this is my first award and you know that I felt same level of… → Read More

Getting Started With Xamarin Android Single View App

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

Text To Speech Using Cognitive Service Speech API C#

In this article we will see in detail about how to create our own Text to Speech Application using Cognitive Services. → Read More

Dependency Injection In ASP.NET Core 2.0

In this article, we will see in detail how to use Dependency Injection in ASP.NET Core 2.0. → Read More

Getting Started With Angular 5 And ASP.NET Core

I hope you all know that Angular 5 has been released. In this article, we will see how to start working with Angular 5 and ASP.NET Core using Angular5TemplateCore. → Read More

Getting Started With ASP.NET Core And Angular 4 Using WEB API

In this article, let’s see on how to getting started with ASP.NET Core and using Web API. Select depend on your need and install the Visual Studio 2017 on your computer. If you have already installed Visual Studio 2017 then skip this part. → Read More

Are You A Fresher And Looking For A Way To Start With Microsoft .NET?

This article focuses on beginner programmers and Computer Science students who want to learn and get started with .NET programming. → Read More

Career Guide - Plan your Career For Success

Nowadays, it’s not easy to get a job as there is a lot of competition and a lack of projects in companies. But don’t abandon hope, as many companies are looking for the right candidate for their projects and still there are a lot of openings related to all the Technology. To get your job all you need to do is as a fresher be strong in any one technology. → Read More

Consume Web API In Winform For File Handling

In this article, we will see in detail how to consume Web API in Windows Form for Uploading File to Web server, get the list of file Information from Server folder and download the file from Server using C# Windows application. → Read More

ASP.NET Core, Angular 2 CRUD With Animation Using Template Pack, WEB API And EF 1.0.1

In this article, you will learn about ASP.NET Core, Angular 2 CRUD with animation, using Template Pack, WEB API and EF 1.0.1. → Read More

ASP.NET Core, Angular 2 CRUD With Animation Using Template Pack, WEB API And EF 1.0.1

In this article, you will learn about ASP.NET Core, Angular 2 CRUD with animation, using Template Pack, WEB API and EF 1.0.1. → Read More

Customizing ASP.NET MVC Bootstrap Templates

In this article, we will see in detail about the ways we can customize our ASP.ENT MVC Application. → Read More

ASP.NET Core And Angular 2 Master Detail HTML Grid Using Web API And EF 1.0.1

In this article you will learn about ASP.NET Core and Angular 2 master detail HTML grid using Web API and EF 1.0.1. → Read More

Career Guide For Computer Science Students

This article will not talk about any technical details but it contains useful tips for Computer Science students and for freshers who have completed any computer related studies, like Under Graduate, Post Graduate, Engineering; and looking or applying for computer related job for the first time. → Read More

SQL Queries For Beginners

This book discusses the Basic SQL Queries for Beginners. → Read More

ASP.NET MVC 5 Security And Creating User Role

In this article we will see how to use ASP.NET Identity in MVC Application for creating user roles and display the menu depending on user roles. → Read More

Easy SQL Server Tool Using C#

Introduction My previous article explained how to design a form at runtime, In this article we will see how to create an Easy SQL Server Tool. Easy SQL Server Tool will allow users to create SQL Server Database, Delete Database, Load all Database Names from a SQL selected Server, Create a New Table, Insert records to Table, Select Records from Table and bind the result to grid, Export the… → Read More

MVC Web API And AngularJS: Are You Genius Game

2. Create your MVC Web Application in Visual Studio 2015. After installing our Visual Studio 2015 click Start, then Programs and select Visual Studio 2015- Click Visual Studio 2015 Click New, then Project, select Web and click ASP.NET Web Application. Select your project location and enter your web application name. Select MVC and in Add Folders and Core reference for select the Web API and… → Read More