Do You Know Azure Functions Have Function Filters?
In this article, you will learn about function filters available in Azure Functions.
View ArticleHow To Authorize Your Key Vault Secrets To Serverless Azure Function
In this article, we will learn how to authorize our Azure Function to access Key Vault secrets.
View ArticleYour 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.
View ArticleResolving The A5-Security Misconfiguration
In this article, you will learn how to resolve the A5-security misconfiguration.
View ArticleLearn Tiny Bit Of C# In 7 Days - Day 1
As the title specifies learn C# in 7 days, this article intended focus is towards the beginners so that they can easily grasp the C# Language concepts.
View ArticleLearn A Tiny Bit Of C# In 7 Days - Day Six
This article is based on learning basic C# concepts in order to create applications using C# language. We will also cover important topics of C# and try to unleash them practically.
View ArticleLearn Basics Of PL/SQL Oracle From Scratch In 7 Days - Day Two
This article is based on learning basics of Oracle and SQL concepts in order to be an Oracle PL/SQL developer. This is day two of the article series.
View ArticleCreate A PDF File And Download Using ASP.NET MVC
In this article you will learn how to create a PDF file and download it using ASP.NET MVC.
View ArticleLearn Basics Of Oracle PL/SQL From Scratch In 7 Days - Day One
In this article you will learn about the basics of Oracle PL/SQL from scratch. This is day one of the article series.
View ArticleLearn a Tiny Bit of C# in Seven Days - Day Five
In this article we will cover important topics of C# and try to unleash them practically.
View ArticleGetting Started With ASP.NET Core
In this article, you will learn an overview of ASP.NET Core
View ArticleExecution Process of Stored Procedure
This article explains the execution process of Stored Procedures in depth.
View ArticleReplace If With Polymorphism With AutoFac DI Container
As the title specify we will be Replacing the conditional if and Switch statement with the help of Polymorphism using DI container and talk about the benefits of doing the same in this article. Oops g
View ArticleCommon Type System (CTS) in .NET
In this article you will learn the basic and most important concepts of CTS.
View ArticleLearn Tiny Bit Of C# In 7 Days - Day 4
In this article you will learn about Delegates, Enums, Attributes, Generics in C#. This is part 4 of the series.
View ArticleGuide To The Basic Pillars Of Bootstrap
In this article you will learn about the basic pillars of Bootstrap.
View ArticleGetting Started With Entity Framework
In this article you will learn about Entity Framework. Entity Framework is an ORM tool. ORM stands for Object Relational Mapper, as the name specifies it maps our business models with db types.
View Article