C-Metric.com

Call Us +1 (856) 482-7700
Contact Us

Blog with rightsidebar

what is a bug

April 29, 2020 - Blog

What is a Bug in Software Testing?

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
C Sharp Signature

April 20, 2020 - Blog Microsoft Asp.net MVC Development

How to create PDF Digital Signatures using C# under .NET

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
ASPNET Active Dir Auth

April 14, 2020 - Blog Microsoft Solutions

Authentification with Active Directory (AD) with Asp.Net

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
Docker

February 25, 2020 - Application Development Blog

What is Docker and why we use it?

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
Dot NetCore Execution Architecture

February 19, 2020 - Blog Microsoft Solutions

.NET CORE – Execution Architecture

.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
garbage dotnet core

February 12, 2020 - Blog Microsoft Solutions

.NET Core Garbage Collection Explained in Detail

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
Azure Storage

February 5, 2020 - Blog Cloud Computing

Introduction to Azure Storage

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
Internet of Things

January 29, 2020 - Blog IoT

What is the Internet of Things (IoT) and How It Works?

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
Node.js Vs Angular

January 27, 2020 - Blog Open Source Development

Node JS Vs Angular JS – An in-Depth Comparison

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
BOT A Conversational Interfaces

January 13, 2020 - Blog Artificial Intelligence

What is a Chatbot and how does it work?

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