Afzaal Ahmad Zeeshan, C# Corner

Afzaal Ahmad Zeeshan

C# Corner

Pakistan

Contact Afzaal Ahmad

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 Afzaal Ahmad:

PyCharm Vs Visual Studio Code For Python Development

One of the most primary questions in the minds of a development startup, a beginner, is which language to use → Read More

Managing Infrastructure As Code On Alibaba Cloud Vs Microsoft Azure

A quick comparison of Alibaba Cloud Resource Orchestration Service and Microsoft Azure Resource Manager for Infrastructure as Code usage. → Read More

MongoDB Server On Alibaba Cloud

Since the early days of NoSQL, many database engines have been presented in the market. MongoDB is, no doubt, one of the pioneers in the scalable, fault-tolerant NoSQL databases. → Read More

DockerOps - Getting Started With Docker

This article will be part of the articles published under the competition, and I will try my best to cover up all the aspects of Docker, and containerization of the applications with this tutorial collection of the articles. → Read More

Exploring Go As A C Family Developer

In a nutshell, I personally think that Go can be a quick and easy replacement for your background tasks. It contains several improvements and language-provided features, such as memory-management, interprocess communication, deferred functions, extensibility for types and much more. Some of the concepts do come from languages like JavaScript, and some concepts are more of Go itself. → Read More

DevOps On Azure With ASP.NET Core

DevOps, DevOps, DevOps. I personally think DevOps is a requirement in most of the projects, involving software development. Yet, very little amount of people truly understand what DevOps has to offer, or what DevOps itself is. As to what DevOps is, I would leave that part to a future post however in this post I will try to give you an overview of what DevOps has to offer and how you can… → Read More

Utilizing Azure Redis Cache As Backend For Chat App

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

PyCharm Vs Visual Studio Code For Python Development

One of the most primary questions in the minds of a development startup, a beginner, is which language to use → Read More

Building A Questionnaire Site With Node.js

This was our first project with Node.js, and by God, it was a pain. Node.js is an excellent framework, with blazing fast speed, and an intuitive development framework. For those who are familiar with HTML, CSS and JavaScript, Node.js is one of the best alternatives to PHP, ASP.NET or other server-side scripting languages that require a language to be learnt. Node.js is light-weight, resilient… → Read More

Why C# Corner Is Better Than Stack Overflow

This post shares my deepest personal review about C# Corner and Stack Overflow. You are welcome to disagree here. → Read More

Mission Impossible - Migrating .NET Core 1.x To 2.0

Everybody is praising the new edition of .NET Core framework, and everybody is so interested in publishing new articles on .NET Core, and ASP.NET Core or the Entity Framework Core. Yeah, I get that, but... what about migration from older editions? I personally have had a very tough time with the migration of my ASP.NET Core 1.1 application to ASP.NET Core 2.0 application. → Read More

Universal SMTP Code To Send Emails In .NET Apps

As already mentioned quite clearly in the tagline, the only reason to write this article is to cover the basic requirements of every SMTP vendor's code in .NET applications, If your vendor is Google's mail service, — Gmail — then you can most likely leave this article and go back to the article, which I wrote quite a lot of time ago to share how to send emails through a C# programs, sending… → Read More

Functions In Functional Programming Vs Procedural Programming

In this article, I will show you what a basic function is and the concept of the function, as it is used in functional programming and how procedural (or imperative) languages might take them wrong. → Read More

Experimenting With New Features Of C# 7

Experimenting with the new features of C# 7. → Read More

My Review Of Official Kotlin Shift For Android

My review of official Kotlin shift for Android. → Read More

Reasons Why Even I Would Still Fail An Interview

In this post, I will share only a few of the reasons why even a Microsoft MVP, C# Corner MVP and CodeProject MVP would fail an interview and get rejected straight away. → Read More

Continuous Delivery To Azure App Services With VSTS

In this article, you will learn how to continue delivery to Azure App Services with VSTS. → Read More

Serverless Computing With Azure Functions

In this article, you will learn about serverless computing with Azure Functions. → Read More

My Recommendations For Becoming Microsoft MVP

My personal tips for becoming a Microsoft MVP. → Read More

OOPs Principle and Theory

This book is focused on basic concepts of object-oriented programming for beginners, intermediates and college students. → Read More