Related resources for DEC
  • How To Design A Cryptocurrency With Stablecoins4/30/2024 9:23:33 AM. Explore the intricate process of designing a cryptocurrency ecosystem with stablecoins. Dive into concepts like blockchain, smart contracts, and monetary policy to create a digital asset that ensures
  • Why Choose Hyperledger - The Enterprise Blockchain4/29/2024 11:56:35 AM. Discover why Hyperledger is the premier choice for enterprise blockchain solutions. Explore its robust security, scalability, and tailored business applications, making it the trusted platform for dec
  • Text Encrypt and Decrypt With a Specified Key4/25/2024 8:05:19 AM. Encrypting and decrypting text with a specified key involves using cryptographic algorithms to convert plain text into cipher text and vice versa, ensuring data security. The key serves as the paramet
  • .NET Reverse Engineering: Part 24/19/2024 10:37:50 AM. This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction how to integrate an IL code into an existing high-level C# written code, and h
  • C# 9 Record Types: Immutable Value Types, Syntax, & Usage4/18/2024 9:30:53 AM. Records in C# provide immutable data structures for representing data. They offer concise syntax for declaring classes with value-based equality, read-only members, and built-in methods like ToString(
  • Angular Services: Data Sharing & Logic Across Components4/17/2024 9:32:58 AM. In this article, we are going to utilize the Angular Services. Service is nothing but the class having certain operations for a specific purpose. We use Services in Angular to share data among the com
  • Creating Azure Service Bus Queues And Sending Messages To Queues4/17/2024 7:45:35 AM. Service buses facilitate decoupling of applications/services via messaging queues. Queues created through Azure Portal or Service Bus Explorer. Settings like Enable Sessions and Dead Lettering enhance
  • Overview Of Components In Angular4/16/2024 6:34:04 AM. In this article, we are going to learn the basics of Angular components. We are going to learn what exactly makes up the component and how we can add a new component to our Angular application with th
  • Sharing Data Between Components In Angular4/16/2024 5:33:03 AM. Share data between Angular components efficiently using Input and Output decorators, EventEmitter, and component interaction techniques. Explore parent-child and child-parent communication methods to
  • How To Encrypt And Decrypt In C# Using Simple AES Keys4/12/2024 11:29:58 AM. Learn how to encrypt and decrypt data in C# using simple AES keys. AES, a symmetric encryption algorithm, ensures secure communication by encoding and decoding messages.
  • Security ASP.net Core MVC (C#) Encryption and Decryption4/9/2024 6:14:18 PM. On the topic of "Security in ASP.NET Core MVC (C#): Encryption and Decryption," Ziggy Rafiq has written an insightful article. As Ziggy explores encryption and decryption techniques, he offe
  • Customize Current Theme From Power BI Desktop Without Using JSON - Part One4/8/2024 8:44:58 AM. In this article, we will talk about how we can customize the current Power BI report theme in Power BI.
  • Choosing Between Python and ML.NET: Future of Machine Learning4/8/2024 6:55:07 AM. Explore the evolving landscape of machine learning with Python and ML.NET. This guide offers insights for navigating between these powerful tools, aiding decision-making in data science and software d
  • Implementation of Base64 Encryption/Decryption in Power App4/5/2024 7:12:00 AM. Base64 is a method for encoding binary data into text, ensuring data integrity during transmission. Implemented in Power Apps using Power Fx, it's vital for tasks like email (MIME), XML, or JSON d
  • The Best Decentralized Apps of 20244/3/2024 8:30:18 AM. Explore the world of decentralized applications (DApps) and their impact on various industries. Learn about the benefits of DApps, including privacy, security, and cost-effective transactions. Discove
  • Attribute Based Routing In ASP.NET MVC 54/1/2024 8:15:42 AM. Explore ASP.NET MVC 5's attribute-based routing, offering debugging ease, decoupling benefits, and flexible route configuration. Learn to optimize routing with RoutePrefix, Route Constraints, and
  • .NET Strategies for Seamless Integration of Decorators3/30/2024 8:54:11 AM. This article explores the integration of decorators in .NET projects, emphasizing design patterns and best practices. It provides examples and strategies for extending functionality dynamically while
  • How To Get Started With Always Encrypted For Beginners - Part Two3/28/2024 6:26:09 AM. In this post we will pick up where we left off in Part 1, if you haven’t read that please go back and do so. Now that we have encrypted our columns, it’s time to take a look at how we decrypt them ins
  • Decorator Pattern in C# - 3 versions3/20/2024 10:17:27 AM. In this article, we will explore the versatile Decorator Pattern in C#, presented in 3 different versions. Enhance your understanding of object-oriented design with this powerful pattern, offering fle
  • What is Alternative of Multiple Inhertitance in C#?3/18/2024 7:22:10 AM. This approach allows for achieving some level of multiple inheritance-like behavior while avoiding the complexities associated with traditional multiple inheritance.
  • .NET MAUI - Base64 Image Encode/Decode3/9/2024 5:27:43 AM. This blog guides 10th-grade students through incorporating Base64-encoded images in .NET MAUI apps. Covering project setup, implementation steps, and a demo, it empowers users to enhance app visuals s
  • Decoding Expression Trees in C#3/8/2024 1:21:48 PM. This article contains the details of how to Decoding Expression Trees in C#.
  • Difference Between Imperative and Declarative in React.js3/7/2024 7:12:12 AM. React.js employs a declarative programming paradigm, emphasizing describing the desired UI state, contrasting with the imperative approach that dictates step-by-step operations. JSX simplifies React&#
  • Build A PoC Blockchain Application Using Hyperledger Fabric3/6/2024 10:25:30 AM. In this article, we will explore building a Proof of Concept (PoC) blockchain application with Hyperledger Fabric. Learn to develop decentralized solutions, utilize smart contracts, and deploy prototy
  • Difference Between Var, Let And Const In JavaScript3/5/2024 9:00:34 AM. This article will explain the nuances of JavaScript variable declaration with var, let, and const. Explore their scope, hoisting behavior, and mutability. Learn when to use each for flexible and error
  • Web Developers' Guide to URL Encoding and Decoding Mastery3/3/2024 5:13:04 AM. URL encoding and decoding are fundamental processes in web development, ensuring the secure and reliable transmission of data over the internet. We will explore the essentials of both URL encoding and
  • Decoding React's Magic: Re-evaluation, Reconciliation, Re-rendering3/1/2024 10:13:21 AM. Discover React's core mechanics in 'Unraveling React's Magic.' We break down re-evaluation, reconciliation, and re-rendering, clarifying how they shape seamless UIs. Power of virtual D
  • Auto Detect Responsive Screen Sizes Using Angular and Bootstrap2/22/2024 4:57:24 AM. This document provides a comprehensive guide on implementing screen size detection and achieving responsive behavior in Angular applications. It outlines steps to utilize the HostListener decorator fo
  • Xite Encryption1/31/2024 10:06:02 AM. This code provides an easy-to-use encryption and decryption solution in C#. It utilizes RSA cryptography, allowing seamless integration into Visual Studio projects. This class contains methods/functio
  • Goal-Based Software Engineering for Successful Development1/29/2024 8:27:16 AM. Software development is becoming increasingly complex. With the growing demands for sophisticated and user-centric applications, traditional approaches to software engineering are no longer sufficient
  • Create and View Decomposition Tree Visuals in Power BI1/23/2024 8:48:15 AM. The decomposition tree visual in Power BI lets you visualize data across multiple dimensions. It automatically aggregates data and enables drilling down into your dimensions in any order.
  • Statistical Analysis in R Programming1/18/2024 8:51:41 AM. Statistical analysis forms the bedrock of deriving meaningful insights from data, guiding decision-making processes in various fields. R programming, renowned for its statistical prowess, provides a r
  • What is Hoisting in JavaScript ?1/17/2024 7:51:24 AM. Explore the concept of hoisting in JavaScript, where variable and function declarations are moved to the top of their scope during the creation phase. Learn through examples and enhance coding skills.
  • If-Else vs Switch Statement in C#1/16/2024 6:21:55 AM. Navigate the decision-making landscape in C# with clarity. Delve into the distinctions between if-else and switch statements, understanding their pros, cons, and optimal use cases for efficient code.
  • Decoding Redux: Empowering React.js Applications with Scalable State Management12/27/2023 7:24:43 AM. Explore Redux integration in React.js. Learn store, actions, and connecting components. Elevate your app with efficient state management.
  • Beyond Keywords: Decoding the Hidden Meaning - Semantic Search12/20/2023 5:07:21 AM. Semantic Search represents a significant shift in how we interact with information. As technology advances, Engines will become even better at grasping complex concepts and nuances in language. As voi
  • AWS Toolkit for Painless Development12/14/2023 5:16:23 AM. Explore AWS services for easier development. AWS Cloud9, a cloud-based IDE, offers anywhere access, coding, and debugging in various languages. AWS CloudShell provides a browser-based shell for quick
  • Encode and Decode JWTs in C#12/14/2023 4:50:57 AM. Delve into the world of JSON Web Tokens (JWTs) with this comprehensive guide in C#. Learn to encode, decode, and work with JWT claims, emphasizing best practices for secure implementation.
  • ASP.NET Core Data Protection API12/11/2023 6:40:33 AM. ASP.NET Core Data Protection API. In web applications, ensuring authenticity is pivotal during round trips. This article delves into the Asp.Net Core Data Protection API, discussing its implementation
  • How to Create Floating Textfield in SwiftUI?12/10/2023 6:14:37 AM. In this article we are going to learn how we can create floating textfield in swiftUI.
  • .NET Core: Decoding .NET Core Custom Middleware12/1/2023 6:55:18 AM. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how midd
  • How to Implement Server-Driven UI in SwiftUI11/30/2023 10:25:24 AM. Uncover the step-by-step process of implementing Server-Driven UI in SwiftUI with this comprehensive guide. Learn how to seamlessly integrate server-driven data into your SwiftUI app, leveraging its d
  • .NET Core: Unraveling Middleware Decoding11/27/2023 11:35:28 AM. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how midd
  • Decoding Frontend Frameworks11/17/2023 9:56:26 AM. In the ever-evolving world of web development, the choice of a frontend framework is akin to selecting the foundation for a skyscraper. It must be robust, flexible, and well-suited to the task at hand
  • What is Metal API in SwiftUI?11/17/2023 7:10:58 AM. Discover the seamless integration of Metal API in SwiftUI, Apple's revolutionary UI framework. This article takes you on a journey through the basics, showcasing how to embed Metal rendering into
  • Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOs11/17/2023 5:40:18 AM. Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensu
  • 15 Features Every SwiftUI Developer Should Know11/16/2023 7:38:42 AM. Discover the power of SwiftUI with our in-depth article that covers 15 essential features every Swift developer should master. From the elegance of declarative syntax to the real-time magic of live pr
  • Decompile An Assembly In C#10/25/2023 9:50:50 AM. In this article you will learn how to decompile an Assembly in C#.
  • C# 8.0 New Feature - Using Declarations And Static Local Functions10/23/2023 9:37:25 AM. In this article, we are going to learn a new feature of C# 8.0 - Using declarations and Static local functions with examples.
  • C# 7.0 - Tuples To The Extreme!10/23/2023 6:05:41 AM. C# 7.0 - Tuples to the Extreme! A C# tuple is a data structure that has a specific number and sequence of elements. An example of a C# tuple is a data structure with three elements (known as a 3-tuple
  • Decoding the Importance of HTTP Status Codes in Web Development10/17/2023 6:17:15 AM. In today's digital era, staying at the forefront of web development requires a deep grasp of HTTP status codes. These three-digit numbers reveal vital insights into web requests and responses, mak
  • TripleDES Encryption and Decryption in C#10/16/2023 5:35:37 AM. Encryption is the process of rendering data unreadable to safeguard it from unauthorized access. It's widely applied in banking, e-commerce, communication, and security. TripleDES (Triple Data Enc
  • How to Round a Decimal Value to 2 Decimal Places in C#10/16/2023 5:01:14 AM. This is a very basic article that will explain a few ways of restricting a decimal value to 2 decimal places in C#.
  • C# StreamReader Code Examples10/13/2023 4:58:22 AM. C# StreamReader is used to read characters to a stream in a specified encoding. Learn how to use C# stream reader. C# StreamReader code example.
  • Efficient ASP.NET Core Web API Development with Clean Architecture, Flyweight Pattern10/11/2023 6:35:10 AM. the implementation of the CarCompany CRUD operations within an ASP.NET Core Web API, following the Clean Architecture principles, has been successfully structured. The separation of concerns into laye
  • How Can You Interact with Smart Contracts Using Safe{Wallet}10/10/2023 6:40:08 AM. Learn how to securely manage digital assets with Safe{Wallet}'s user-friendly interface for interacting with smart contracts on the blockchain. #BlockchainSecurity
  • How to Build APIs using ASP.NET Core, a clean architectural approach, and the decorator design pattern10/10/2023 6:32:14 AM. Implementing the Decorator Pattern in an ASP.NET Core Web API with Clean Architecture involves structuring your application into layers and using decorators to add functionality to specific methods or
  • Decoding Clean Architecture Implementing the Bridge Pattern and API Operations in ASP.NET Core Web API10/9/2023 8:45:27 AM. By adhering to Clean Architecture principles, the codebase promotes a clear separation of concerns, ensuring that business logic is isolated from implementation details. This not only enhances code ma
  • How to decide when to use which design pattern?10/9/2023 4:26:10 AM. Design patterns are commonly used design practices in software engineering. This article explains when to use design patterns and which design patterns.
  • Create Encrypted AES Files and Decrypt AES Encrypted Files in C#10/6/2023 9:46:22 AM. How to Create Encrypted AES Files and Decrypt AES Encrypted Files in C#
  • How to connect metamask with different blockchain networks?10/6/2023 5:20:31 AM. Unlock the full potential of MetaMask! Learn to connect to various blockchain networks and manage your digital assets with ease.
  • Decoding IaaS vs PaaS for Beginners10/5/2023 4:21:27 AM. Discover the key differences between IaaS and PaaS in the cloud computing world.
  • How to Decrypt data using RSA algorithm in C#?10/3/2023 6:55:16 AM. In this article, we have sample code for decrypt an encrypted data with help of RSA Decryption algorithm and .pfx file which contains private key for decryption.
  • Decimal ("D") Format Specifier In C#9/22/2023 6:31:22 AM. In this article, I will explain how to use the decimal format specifier in C#.Learn how to use the "D" format specifier in C# to format numerical values as decimals, control the number of di
  • Exploring Decorator Pattern in C# 9/21/2023 10:41:48 AM. Exploring the Decorator Pattern in C#.the Decorator Pattern stands out as a versatile tool for extending the functionality of classes without altering their structure. In this article, we will delve i
  • Differences Between CQRS, MediatR, and CRUD9/21/2023 10:35:46 AM. Explore the differences between CQRS, MediatR, and CRUD in this insightful article. Learn when to use each technique, their unique benefits, and find scenarios where they shine in .NET development.
  • Zip and Unzip files using GZipStream and DeflateStream classes9/21/2023 8:55:26 AM. The dot net framework provides us a way to compress and decompress data using the classes under the System.IO.Compression. There are two main classes that perform the job, namely the GZipStream class
  • Hill Cipher In C#9/20/2023 9:38:38 AM. Hill Cipher is a polygraphic substitution cipher that encrypts and decrypts plaintext into ciphertext and vice versa using matrix operations. It is more secure than traditional Caesar ciphers and subs
  • C# If Else Statement9/18/2023 11:31:17 AM. The C# If-Else statement is a fundamental control structure in C# programming that allows you to create conditional logic in your code. It enables your program to make decisions based on certain condi
  • Deconstruction In C#9/17/2023 10:48:34 PM. In this article, you will learn about Deconstruction in C# 7.0.
  • Message-level Declarative Security Using WSE 3.09/14/2023 10:34:05 AM. Web Services Enhancement version 3.0 (WSE 3.0) is a SOAP extension managed API (Microsoft.Web.Services3.dll) compatible with the .Net Framework 2.0. This article explores WSE 3.0 in terms of implement
  • What is Web39/8/2023 6:26:22 AM. Web3, the next-gen web, emphasizes decentralization, blockchain, user control, and interconnectedness. It holds potential in DeFi, NFTs, supply chains, voting, healthcare, gaming, content monetization
  • Data Type Suffixes In C#9/6/2023 8:20:24 AM. In this article, we will have a look at data type suffixes in C#.In C#, data type suffixes are used to explicitly specify the data type of a numeric literal when it might otherwise be ambiguous or to
  • Delegates in C#9/5/2023 10:00:22 AM. This article is introducing a new reference type, delegate. A delegate is a C# language element that allows programmers to reference a method for their development work.
  • Understanding Vue.js Computed Properties 9/4/2023 10:23:23 AM. Computed properties" is a core concept in Vue.js, a popular JavaScript framework for building user interfaces. Computed properties allow you to declare properties in your Vue components that are
  • Overview of Arrays in C#8/28/2023 8:54:31 AM. In this article you will learn about arrays in the C# language. Arrays Overview, Declaration of Arrays, Reference Type, Array Exception Handling, Multi-Dimension Arrays.
  • Introduction to Solidity8/25/2023 8:34:13 AM. It was first mentioned by Gavin Wood and developed by Christian Reitwiessner in 2014. The language is statically typed, meaning that variable types must be declared before they are used. It is also ca
  • Numeric Data Types in Microsoft SQL Server8/14/2023 6:20:02 AM. Numeric data types are a crucial part of any database system, providing the foundation for storing numerical values accurately and efficiently. In Microsoft SQL Server (MSSQL), developers have the cho
  • How to Declare and Initialize a Tuple in C#?7/31/2023 10:56:30 AM. Learn about C# tuples: immutable data structures for grouping elements, useful for returning multiple values from methods.
  • File-Scoped Namespace Declaration in C# 7/28/2023 5:04:58 AM. File-Scoped Namespace Declaration in C# 10
  • Decoding Database Sharding: A Comprehensive Overview7/27/2023 9:37:40 AM. Database sharding is a technique used to horizontally partition large databases into smaller, more manageable pieces called "shards." Each shard contains a subset of the data, and together t
  • Native Windows Dynamic Link Libraries (DLLs)7/27/2023 6:05:29 AM. This article briefly explains what a native Windows Dynamic Link Library (DLL) is, shows how to create a DLL using C++, how to consume it in C# and then explains how DLLs work.
  • How To Troubleshoot Salesforce Process Builder Flows And Other Development Artifacts7/21/2023 9:01:07 AM. In this article, we will look into the detailed configuration steps to enable Salesforce development environment to support debugging of development artifacts like Workflows, Database Queries, REST AP
  • Working With Salesforce Process Builder - Part Two7/21/2023 8:35:58 AM. In this blog, we will look for another process automation to solve another real-time business problem using Process Builder.
  • Working With Salesforce Process Builder - Part One7/21/2023 8:28:41 AM. In this demo, we will explore the Process Builder tool by developing a process targeting a specific business problem. It is more focused on understanding and implementation of Process Type, Trigger, C
  • Exploring VMware SaltStack's Configuration Management Capabilities7/18/2023 9:10:12 AM. This article delves into the powerful configuration management capabilities of VMware SaltStack, including declarative syntax, enforcing desired system states, and reducing configuration drift.
  • Cryptography actions with File in Desktop flow using Microsoft Power Automate6/16/2023 7:31:15 AM. Reading this article, you can learn how to encrypt or decrypt a file using Encrypt from file with AES action and Decrypt to file with AES action with the Desktop flow in Microsoft Power Automate
  • Cryptography Actions with Plain Text in Desktop Flow using Microsoft Power Automate6/15/2023 4:42:49 AM. Reading this article, you can learn how to encrypt or decrypt plain text using Encrypt text with AES action and Decrypt text with AES action with Desktop flow in Microsoft Power Automate.
  • Jagged Array in C#6/12/2023 11:39:42 AM. A C# jagged array is an array whose elements are arrays. In this article, I will explain jagged array in C# and how to implement jagged arrays in C#.
  • Directive to Allow Decimal Numbers With a Single Decimal Point (.) Using AngularJS6/2/2023 5:13:55 AM. This article explains how to create a Directive to allow decimal numbers with only a single decimal point (.) using AngularJS.
  • Encryption and Decryption in ASP.NET Windows Console Application using C#5/22/2023 10:09:44 AM. In this article, I have explained how to encrypt and decrypt the text using the AES Encryption standard. Open Visual Studio, Create a new console application.
  • GCM mode Encryption and Decryption in ASP.NET Console App5/15/2023 5:31:44 AM. In this article, I have explained how to encrypt and decrypt the text using AES Encryption standard using GCM mode.
  • Create and deploy ASP.NET Core Web API to AWS Elastic Beanstalk using Amazon CodeCatalyst blueprint5/11/2023 6:30:01 AM. In this article, you will see how to create and deploy ASP.NET core Web API to AWS Elastic Beanstalk using the CodeCatalyst blueprint.
  • Angular @Output() Decorator4/27/2023 9:58:58 AM. In this article, we are going to discuss how to share data between the child component to parent component. In the previous article, we discussed how to pass data from the Parent component to the chil
  • The Future of Web3: Why PWAs are the Key to Decentralized Applications4/26/2023 5:52:44 PM. Discover why PWAs are the key to creating decentralized and secure applications in the Web3 era. Learn how PWAs offer many of the same features as native apps, without the limitations and fees of cent
  • Angular- @Input() decorator4/25/2023 6:48:25 AM. Angular: @Input() decorator
  • Roman to Decimal using Blazor4/17/2023 11:06:02 AM. App-Idea 3 : Roman to Decimal using Blazor
  • Bitcoin on the Mac- The Advantages of Embedded Cryptocurrency4/15/2023 5:10:02 PM. This article discusses the advantages of using Bitcoin on a Mac. It covers the basics of Bitcoin, the different wallets available for macOS users, and the security and convenience of using a Bitcoin w
  • Binary To Decimal Using Blazor4/11/2023 9:42:42 AM. In this article, you will learn about Binary To Decimal Using Blazor.
  • Encryption - Decryption In JavaScript Like A Student Thought3/17/2023 8:56:39 AM. In this article, you will learn about Encryption - Decryption in JavaScript.