Related resources for MB
  • .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
  • Introduction to the Assembly Concept4/18/2024 1:23:08 PM. An introduction to the assembly concept explores the fundamental unit of deployment in .NET applications. Assemblies encapsulate code, metadata, and resources, aiding in code management, versioning, a
  • How Recursive CTE Works in SQL Server4/18/2024 1:16:02 PM. Recursive Common Table Expressions (CTEs) in SQL Server enable querying hierarchical data structures efficiently. Using the WITH clause, recursive CTEs define anchor and recursive members, facilitatin
  • Bug Fixing: .NET Reverse Engineering: Part 44/18/2024 1:15:09 PM. Explore advanced .NET Reverse Engineering through Round-trip engineering, manipulating IL code without accessing source code. Fix bugs like Memory Overflow, Array Index Out Of Range, and Divide by Ze
  • C# 10 and .NET Interactive Web Applications with Blazor WebAssembly4/16/2024 10:45:26 AM. This framework, emphasizing C# and .NET, simplifies UI updates, fosters code reusability, and seamlessly integrates with .NET Standard libraries for enhanced functionality. Dive into component-based a
  • Combine SQL-DB And MongoDB In Same Blazor App 4/16/2024 5:38:10 AM. In this post, we will see how to combine SQL DB and MongoDB in same Blazor app. We will create two entities for City and Employee. City will be saved in MongoDB and Employee will be saved in SQL DB. W
  • Combine ADO.NET, EF Core And Dapper In Same Blazor App 4/15/2024 11:09:08 AM. Discover the power of combining ADO.NET, EF Core, and Dapper within a single Blazor application. Seamlessly integrate these data access technologies to leverage the strengths of each, enhancing perfor
  • Update Multi-Values with People Picker Field in Power Automate/Microsoft Flow4/12/2024 11:14:14 AM. Learn to update multi-values in the people picker field using Power Automate or MS Flow. Discover how to find an Office 365 group ID, list group members, and add them to a multi-value people picker co
  • Polymorphic serialization using System.Text.Json4/12/2024 5:50:15 AM. Polymorphic serialization is the process of serializing and deserializing objects of different types that share a common base type. This allows us to preserve the specific type information of each obj
  • Learn about HTML5 Input Types4/11/2024 10:33:44 AM. In this article we learn about HTML5 Input Types, Form Elements and Form Attributes. First we learn each of them then with the help of an example we use all of them together.
  • How To Get Localized Number Format Based On Country Using Angular 84/8/2024 9:17:00 AM. I have seen many users get confused about how different countries use different formats to display number format according to their country code. Most of the countries use "dot notation" as
  • 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.
  • How do I Generate Random Number in C#?4/4/2024 8:58:32 AM. Learn how to generate random numbers in C# with this comprehensive tutorial. Master the art of randomization using built-in methods and algorithms. Explore various approaches and techniques for genera
  • Generate Random Password in ASP.NET4/3/2024 10:46:55 AM. Generate Random Password in ASP.NET: Enhance security with ASP.NET by creating a randomized password generator. Utilize built-in features or custom code to generate strong, unpredictable passwords, bo
  • Embedding Power BI Report in SharePoint Online4/3/2024 4:09:21 AM. Learn how to seamlessly integrate Power BI reports into SharePoint Online with our step-by-step guide. Unlock the power of data visualization and collaboration in a Microsoft 365 environment. Follow a
  • Functional programming in C# - Introduction4/2/2024 8:55:30 AM. Lets learn the concept of functional programming, its usage and why functional programming is important
  • Avoid Combining 'if' and 'for' Directives in Vue.js Components3/29/2024 8:54:11 AM. Combining v-if and v-for directives on the same element in Vue.js is discouraged due to ambiguity, performance, and maintainability concerns. This article explores alternatives for clearer, more effic
  • The "this" Keyword in C#3/28/2024 10:38:53 AM. The "this" keyword in C# is a reference to a class or a struct itself. In this article, you'll learn what the C# "this" keyword is, and how and when to use the "this"
  • Power Apps: Combo Box Control & Dynamic SharePoint Data Binding3/28/2024 6:56:53 AM. Learn to harness the power of Combo box Control in Power Apps to dynamically bind data from SharePoint. Elevate your app development skills with seamless integration and efficient data management, enh
  • How Do You Implement Number Localization in Vue.js3/28/2024 6:16:08 AM. In Vue.js applications, number localization ensures numerical data aligns with users' language and region preferences. Utilizing the Intl.NumberFormat API, Vue components dynamically format number
  • Organizing AWS Lambda dependencies with layers3/27/2024 8:51:21 AM. Optimize AWS Lambda deployments by organizing dependencies with layers. Simplify management, enhance performance, and streamline updates for serverless applications, ensuring efficient resource utiliz
  • What is Blazor WebAssembly?3/26/2024 4:05:36 AM. Blazor WebAssembly, a client-side web framework powered by .NET and C#, empowers developers to craft dynamic and interactive web applications directly in the browser. In this article, we'll explor
  • How to Combine Multiple vCard (VCF) Files into One3/20/2024 6:16:15 AM. Explore methods to merge or combine multiple vCard (vcf) files into a single. Get the best solutions to combine bulk vCard files into one.
  • Autonumber Attribute Generation: Programmatically or Non-Programmatically3/12/2024 7:02:14 AM. In this article, we will discover techniques for auto-incrementing identifiers, managing data, and implementing automation, potentially utilizing frameworks like Entity Framework.
  • Leveraging Compiled Queries for Enhanced Performance in LINQ3/9/2024 9:17:22 AM. Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution pl
  • How To Secure PII Data In SQL Server Using .NET Assembly3/6/2024 10:46:18 AM. In this article, we will learn PII (Personally Identifiable Information) is used to identify individual identity markers such as SSN, DOB, Bank Account Number, etc. When you are working with financial
  • What is Network Tool Whois in C#?3/1/2024 10:26:06 AM. WHO is query tool in C# with a user-friendly interface using various components such as Combo Box, Text Box, Button, Label, and Progress Bar. It covers the design aspect of the user interface, backgro
  • How To Reverse Engineer Using OllyDbg3/1/2024 9:19:32 AM. This article provides an introduction to obfuscation and reverse engineering, focusing on using OllyDbg as a reverse engineering tool. It explains the concept of obfuscation as a means to secure sourc
  • Reactive Forms In Angular with Practical Example 3/1/2024 6:05:44 AM. Angular is a popular framework for building dynamic web applications, and one of its key features is its powerful Forms module. Angular offers two types of forms: template-driven forms and reactive fo
  • Create Auto-Numbering in Microsoft Dynamics 365 Entities2/29/2024 11:22:09 AM. Automate entity numbering effortlessly in Microsoft Dynamics 365 with no code required. Utilize system settings, business rules, and workflow automation to generate unique serial numbers for records,
  • Easily Create A Real-time Application With Blazor And SignalR2/29/2024 9:14:52 AM. In this post, we will see how to create a real-time web application with Blazor WebAssembly and SignalR. We will create a small book data application and see how the data is updated(refreshed) in two
  • Mail Merge in Outlook - Simplest Guides for You2/29/2024 9:03:56 AM. Explore methods to mail merge in Outlook. Get the best manual and programmatically approach to performing mail merge in Outlook.
  • [Solved]: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in Twilio2/28/2024 9:44:30 AM. In this article, we will see how to resolve the Twilio error: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in C#
  • Accessing Network Drive in C#2/28/2024 7:10:13 AM. Network Drives are those locations that are mapped to a drive or folder in another system that can be accessed over a network. I will show you how to access the network drives.
  • Print Output of First n Natural Numbers in UI Screen in Unity 32/28/2024 6:55:37 AM. To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
  • Why we should learn C#?2/26/2024 6:11:34 AM. This article explores the reasons behind choosing C# over other languages, delving into its evolution, key features like object orientation, lambda expressions, LINQ, generics, and its adaptability fo
  • How To Share Files Between Ubuntu And Windows 102/22/2024 11:28:15 AM. In this article, I have described how to share files between Ubuntu and Windows 10 effortlessly by leveraging cross-platform solutions like Samba. Utilize SMB protocol for seamless network sharing, en
  • Create An Azure Function App To Generate Token - Power BI Embedded - Step By Step - Part Four2/22/2024 6:35:33 AM. Learn to create an Azure Function App for generating tokens in Power BI Embedded. Follow this step-by-step guide to integrate authentication, authorization, and token management seamlessly into your a
  • Embed Power Report in Fabric Notebook2/21/2024 10:45:47 AM. In this video, I demonstrated how to embed Power BI report in the Microsoft Fabric Notebook and filter the report
  • Adding Nuget Packages/Dependent Assemblies into Microsoft D365 CRM Plugin2/20/2024 9:56:15 AM. Adding Nuget Packages into Microsoft D365 CRM Plugin.
  • Understanding Server-Side Blazor2/20/2024 5:57:53 AM. Blazor is a .NET Core web framework that allows developers to run C# code directly in the browser using WebAssembly.It provides an alternative to traditional JavaScript frameworks like React, Angular,
  • Mobile Number Validation Using Angular and Bootstrap2/19/2024 9:48:49 AM. This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through s
  • .NET Delegates for Mere Mortals: Introduction2/19/2024 7:27:20 AM. Explore .NET delegates practically in this article. Learn to use delegates for flexible, reusable code. Follow examples, download source code, and understand delegate syntax, including anonymous metho
  • Overview of Blazor2/18/2024 3:50:03 AM. In this article, you will learn about Microsoft Blazor technology, Single Page Application, Progressive Web Application, etc.
  • SharePoint Online List JSON View Formatting - Video Thumbnail2/13/2024 9:38:59 AM. Customizing YouTube video thumbnails in SharePoint lists enhances visual appeal and user experience. By creating a list with specific columns and using JSON formatting, you can display thumbnails alon
  • Learn about Reflection in C#2/13/2024 6:39:35 AM. Reflection is a powerful feature in C# that enables you to inspect and interact with types, assemblies, and objects at runtime. It provides a way to dynamically discover and use information about type
  • PowerApps Dropdown / ComboBox with Image2/9/2024 9:26:27 AM. Create visually enriched PowerApps Dropdown/ComboBox with images. Enhance the user experience by incorporating thumbnails or icons alongside selectable options, leveraging data binding and custom temp
  • Finding What Are the Assemblies Are Loaded Currently in Current AppDomain2/7/2024 4:59:09 AM. Determining what assemblies are currently loaded in the current AppDomain. This guide addresses a common problem in software development: issues with DLL integration into main applications.
  • Low Down on Installing a .NET Assembly into the GAC2/6/2024 8:41:37 AM. This article will walk you through the process of giving your assembly a strong name and installing it into the GAC. This .NET tutorial guides you through the process of creating a Shared Assembly wit
  • How to Load .NET Assemblies in Powershell2/6/2024 8:35:11 AM. In this article, we will see how to load the .Net assemblies in the PowerShell and how to access the methods. The class library has been created to encapsulate functionality, forming the foundation of
  • .NET Assemblies Ins and Out : Part III2/6/2024 8:27:12 AM. This is the third part of a series on .Net assemblies, delving into utilities for assembly manipulation. The Assembly Linker (AL.exe) aids in GAC installation, manifest creation, and resource addition
  • .NET Assemblies Ins and Out : Part I2/1/2024 11:48:55 AM. In Part 1, I will cover what exactly an assembly is, and what an assembly contains. Part 1 defines assemblies, their metadata, and types. It clarifies misconceptions between .NET PE files and traditio
  • .NET Assemblies Ins and Out : Part II2/1/2024 11:13:37 AM. In this part, I will discuss both Private and Shared assemblies and how to create a Shared Assembly. The creation process involves the Strong Name utility, signing the assembly, and using the Assembly
  • Creating and Sharing .NET Assemblies For a .NET Application Projects2/1/2024 11:13:07 AM. This article is about the Global Assembly Cache (GAC) and DLLs relevant to the deployment of applications. It covers assembly creation, referencing, and deployment to the Global Assembly Cache (GAC).
  • Loading an Assembly on Demand2/1/2024 10:42:44 AM. In this article, learn to dynamically load assemblies across different code bases, addressing challenges of location variations and avoiding locking in the current AppDomain.Explore the significance o
  • Cosine Similarity: Benefits for Text Embeddings1/25/2024 6:22:27 AM. This article delves into the significance of cosine similarity in natural language processing (NLP). Exploring its role in comparing text documents, it highlights its importance in NLP tasks and provi
  • Working with SQL Lite Database in Asp.NET Core Web API 1/21/2024 1:32:23 PM. SQLite is a self-contained, serverless, and zero-configuration relational database management system (RDBMS). It is a lightweight, open-source, and embedded database engine that does not require a sep
  • Number Guessing Game in Python1/19/2024 7:07:30 AM. In this article, you will learn how to write a Guess-the-number game in Python using a Google Colab. You will learn three different ways to implement it.
  • Understanding Action and Func Delegates in C#1/17/2024 10:02:38 AM. Two commonly used delegates in C# are the Action and Func delegates. Let's explore what they are and how to use them. Delegates in C# have some features that distinguish them from normal methods.
  • Symbol in JavaScript1/15/2024 6:17:28 AM. A way to create unique and immutable identifiers, often used as keys for object properties. Symbols are created using the Symbol() constructor, and each symbol instance is guaranteed to be unique.
  • AI Embracing a Safer Digital Experience - Azure AI Content Safety 1/9/2024 1:15:31 AM. This article aimed at empowering ai enthusiasts, developers and team’s diverse industries, this tool uses advanced machine learning models for content moderation, ensuring digital environments are saf
  • Default Lambda Parameters in C# 121/5/2024 11:16:42 AM. C# 12 introduces a game-changer: default lambda parameters. This article delves into this powerful feature, showcasing its functionalities, advantages, and practical applications through detailed exam
  • How to Upload Files Greater Than 100MB on Github1/5/2024 5:48:42 AM. This guide details the usage of the git-lfs command for uploading files exceeding 100 MB on GitHub. Git LFS, a Git extension, substitutes large files in the repository with text pointers, storing the
  • How to create a Logic App to insert Page number into PDF 1/3/2024 9:47:22 AM. In this article, we are going to learn about How to create a Logic App to insert Page number into PDF
  • What is Primary Constructors in C# 12?1/3/2024 7:01:30 AM. Ditch the boilerplate and embrace elegant object creation with C# 12's primary constructors. This feature takes the hassle out of initialization, simplifies member assignment, and clarifies your c
  • Action and Func Delegates in C#1/2/2024 5:18:03 AM. Unlock the potential of Action and Func delegates in C# programming. Dive into the world of expressive and readable code, utilizing these powerful tools for method-passing, event handling, and more. H
  • Exploring Default Lambda Parameters in C# 121/1/2024 7:32:09 AM. Default Lambda Parameters in C# 12.
  • Essential Features of C# 12 You Need to Know12/28/2023 5:10:38 AM. Unlock C#'s hidden potential with features that make coding a breeze. Streamlined constructors, effortless collections, and enhanced lambdas await!
  • Create and Debug Lambda Function in VS Code12/22/2023 8:34:09 AM. Create an AWS lambda function in the local environment and debug it before pushing it to a cloud environment. With the help of a few tools such as AWS SAM or serverless framework, developers can emula
  • Smart Sorting: Finding the Middle Number of Two Ordered Lists12/11/2023 4:35:06 AM. Efficient C# code uses a binary search approach to find the median of two sorted arrays. The algorithm intelligently partitions arrays, ensuring logarithmic runtime complexity (O(log(min(m, n)))).
  • Data Types In JavaScript 12/1/2023 5:05:33 AM. Data types is most important concept in javascript and very useful logic in programming.Best concepts for fresher interview questions.
  • Number Methods in JavaScript11/29/2023 5:34:19 AM. Number Methods in JavaScript. This article delves into JavaScript Number Methods, offering insights into their functionalities. These methods, akin to tools, empower developers to perform various oper
  • How to Convert a Month Number to Month Name in PostgreSQL11/28/2023 7:10:54 AM. Learn how to convert a month number to a month name in PostgreSQL using the versatile to_char function. Explore format strings like 'Month' and 'Mon' for full and abbreviated names.
  • How to Embed an Image to an email in Power Automate11/28/2023 5:10:34 AM. Power Automate doesn't have a native action specifically designed to embed images directly into an email introduction. However, below method I'm showing step by step to embed an image.
  • SharePoint User Membership Identification Script for Access Management11/27/2023 7:30:00 AM. his script aims to identify SharePoint sites where specific users hold membership, enabling efficient access management and site administration.
  • Ranking Function in SQL Server11/23/2023 4:52:58 AM. This SQL Server tutorial explores ranking functions, including RANK(), ROW_NUMBER(), DENSE_RANK(), and NTILE(). With detailed examples, learn how these functions assign ranks, sequential row numbers,
  • Secrets Of Accumulator Functions11/22/2023 9:21:23 AM. Accumulator functions, also known as aggregation functions or reduce functions, are essential components in functional programming and data processing. These functions operate on a collection of value
  • RANK, DENSE_RANK And ROW_NUMBER Functions In SQL Server11/22/2023 6:20:33 AM. Learn RANK, DENSE_RANK And ROW_NUMBER Functions In SQL Server.
  • WPF ComboBox11/22/2023 6:13:50 AM. WPF ComboBox in C# represents a WPF combo box control. This tutorial demonstrates how to create and work with a ComboBox control in WPF using XAML and C#.
  • Numeric ("N") Format Specifier In C#11/20/2023 11:30:31 AM. In this article I will explain how to use a numeric format specifier in C#.
  • Building dynamic forms with SurveyJs and Blazor WebAssembly 11/20/2023 5:51:27 AM. In this article, we will learn about integrating the surveyJs with blazor web assembly to compose a dynamic form. we'll learn how to integrate SurveyJs into a .NET Core 6.0 Blazor WebAssembly appl
  • 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
  • ComboBox In C#11/16/2023 6:31:46 AM. C# ComboBox is a combination of a TextBox and a ListBox control. Only one list item is displayed at one time in a ComboBox and other available items are loaded in a drop down list. In this article, yo
  • How to load PPT in Blazor?11/14/2023 11:24:35 AM. In this article, we will learn how to load/embed the ppt in the Blazor application to display very attractively on a webpage.
  • Compiler Tools In C#10/30/2023 6:57:34 AM. The attached zip file contains the source code and documentation of Compiler tools in C#.
  • Deploy .Net Core AWS Lambda Function using AWS CodeBuild Pipeline10/29/2023 6:15:30 AM. Deploy .Net Core AWS Lambda Function using AWS CodeBuild Pipeline.
  • 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#.
  • Calling Unmanaged Functions Which Take A Variable Number Of Arguments From C#10/23/2023 5:12:44 AM. Many C# programmers are familiar with the Platform Invoke mechanism (using the DllImport attribute) for calling unmanaged functions from C#.
  • Upload Image And Create Thumbnail In C# 4.010/20/2023 6:39:13 AM. In C# 4.0, developers can leverage advanced techniques to upload images and create thumbnails efficiently. This process is vital for web applications, enabling users to upload images while optimizing
  • Windows Functions in SQL Server10/17/2023 4:21:23 AM. Windows functions in SQL Server are a powerful set of functions that operate across a specific "window" of rows defined by the OVER() clause. These functions allow for computations and aggre
  • How To Activate Eligible Membership To A Privileged (PIM) Group?10/16/2023 8:29:06 AM. This article provides instructions on how to activate one’s eligible membership to a privileged (PIM) group.
  • Model Binding in ASP.NET Core10/11/2023 8:34:10 AM. Model Binding in ASP.NET Core for Simplifying Data Interaction
  • Static Class And Static Class Members In C#10/9/2023 10:26:16 AM. Today, I will explain the concept of Static class and Static class Members in C# with some examples and how we can use it in a Static class .
  • What Is Number Pool In Twilio?10/6/2023 7:06:15 AM. Twilio has emerged as a pivotal player, providing a powerful platform that enables businesses and developers to integrate messaging, voice, and video into their applications. One of the essential comp
  • Change Number To Words In C#10/5/2023 12:05:01 PM. Recently in my current project I came across a problem where I need to generate a customer invoice where I needed to convert total amount into its verbal representation
  • Why Ignoring Your Order Numbers Could Be A Costly Oversight10/3/2023 8:41:36 AM. This article is about how Order No can reveal the vital information of a company, and how programmer can help to protect it
  • How To Execute An Application In A Remote Application Domain10/2/2023 9:03:50 PM. This article explains executing an application in a remote application domain.Executing an application in a remote application domain involves creating a separate isolated environment within the same
  • Lambda Expressions Are Wonderful9/25/2023 12:00:02 PM. Lambda expressions are simple to use and make routine tasks such as sorting or filtering Lists much easier.
  • CLR Execution Process9/25/2023 4:00:15 AM. Here you will see CLR Execution Process. The CLR which is the runtime environment for .Net, provides services such as Memory Management, Security Management, Exception Handling, and Cross language Int
  • A Simple Calculator Class9/24/2023 8:05:36 PM. Code sample shows how to create a simple calculator class and call it from Main C# program.