What is a Bug? Before moving forward let’s understand first “WHAT IS A BUG?” According to Wikipedia a software bug (or just a bug) can be defined as: A software bug is an error, flaw, failure or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or […]
Read More
Digital Signatures in C# • Digital signature is a way to ensure that the person who uses the electronic data, document and information is an authorized person. • Digital signature is a stamp user places on the data that is unique to him/her and is very difficult to forge. Use of key in digital signatures […]
Read More
Overview: Now a day’s many companies are adopting registration and authentication for their employees for In-House applications at active directory domain level. In-House applications can register only those users which are already working inside companies’ domain. Here I am writing this blog which will let developer knows that how in house applications can manage below […]
Read More
What is Docker? Docker is a tool designed to create, deploy and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies and ship it all out as one package. By doing so the developer can rest assured […]
Read More
.NET CORE – Execution Architecture The execution process of .NET Core and compare it with the .NET Framework. The managed execution process includes the following steps. Choosing a compiler Compiling your code to MSIL Compiling MSIL to native code Running code Choosing a Compiler It is a multi-language execution environment, the runtime supports a […]
Read More
What is garbage collection in .NET core? Concept of Garbage collection which is one of most important features of the .NET managed code platform. The garbage collector (GC) manages the allocation and release of memory. The garbage collector serves as an automatic memory manager. You do not need to know how to allocate and release […]
Read More
This is the most complete guide to Azure Storage. Introducing: Azure storage In this all-new guide, you’ll learn: 1. What is Azure Storage? 2. What are the different types of storage in Azure? – Azure Blob Storage – Azure File Storage – Azure Queue Storage – Azure Table Storage – Azure Disk 3. What are […]
Read More
An Overview: The Internet of Things (IoT) We all know that with use of the Internet, we can connect to any digital data in the world. One of the best examples of connecting with the Internet is the smartphones. Previously with mobiles, we can only do calls and text messages etc. But after connecting the […]
Read More
JavaScript, from being just a client-side scripting language to becoming the #1 programming language of the web, it has come really far in the web development industry. All this was possible because of the JavaScript frameworks like Node JS and Angular, JavaScript’s popularity has sky-rocketed to a level that no other programming language has ever […]
Read More
What Is a Chatbot? A chatbot (or simply “bot”) is a program that uses artificial intelligence to mimic human conversation or perform different tasks, usually via a chat or voice interface. While the term itself is quite young, the history of bots can be traced back to the 1960s. The first chatbot was created in […]
Read More