Related resources for ME
  • Plugin Based Application Using C# MEF5/8/2024 10:53:40 AM. Learn how to create a modular, extensible application using C# Managed Extensibility Framework (MEF). This tutorial explores plugin architecture, dependency injection, and dynamic loading for building
  • Dictionary vs HashTable in .NET C#5/8/2024 10:51:33 AM. Explore the differences between Dictionary and HashTable in .NET C#. Learn about efficient key-value storage, hashing techniques, and performance contrasts. Discover when to use Dictionary<TKey, TV
  • Dot Net Tips Tricks C # Tips Tricks and Solutions5/8/2024 10:46:42 AM. Discover invaluable tips, tricks, and solutions for .NET and C# programming. Enhance your coding skills, troubleshoot effectively, and optimize performance with expert insights and techniques.
  • Azure Bicep: Power of Variables for Efficient Deployment5/8/2024 10:25:27 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep variables. It starts with logging into Azure, then moves on to explain the concept of variables in Azure Bicep, com
  • What are Classes in Object Oriented Programming (OOP)5/8/2024 10:20:54 AM. Classes in OOP serve as blueprints for creating objects. They encapsulate data and behavior, promoting modularity and code reuse through inheritance and polymorphism, essential for building scalable a
  • Introduction To .NET Platform5/8/2024 10:10:07 AM. In this article, you will discover the fundamentals of the .NET platform, including the C# programming language, Common Language Runtime (CLR), and Base Class Library (BCL).
  • CLR Internals - Process and Application Domain5/8/2024 10:09:23 AM. In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between application domain (appdomain) and processes.
  • Stored Procedures With Entity Framework5/8/2024 9:54:50 AM. Stored procedures in Entity Framework offer a way to execute database logic from within your .NET application. Utilize EF's capabilities to map and execute stored procedures efficiently, enhancing
  • Introduction To FriendlyUrls in ASP.Net5/8/2024 9:54:00 AM. Learn the fundamentals of Friendly URLs in ASP.NET, exploring routing techniques for creating clean, user-friendly URLs. Discover how to configure routing in MVC applications, implement URL rewriting
  • Memory Leak Analysis For .Net Application5/8/2024 9:53:23 AM. Perform memory leak analysis for .NET apps to identify inefficient memory usage. Utilize profiling tools to monitor memory consumption, analyze heap data, and pinpoint areas causing leaks. Implement o
  • REST Service in ASP.NET Web API5/8/2024 9:50:41 AM. Learn to build RESTful services with ASP.NET Web API. Explore HTTP methods, routing, JSON serialization, DTOs, attribute routing, content negotiation, and error handling for robust APIs. Dive into pra
  • Building .NET MAUI Apps Using GitHub Self-Hosted Runners on Mac5/8/2024 6:19:00 AM. Develop .NET MAUI applications efficiently on macOS using GitHub's self-hosted runners. Optimize your workflow and leverage platform capabilities seamlessly for robust cross-platform app developme
  • Cross-Platform Power with C# and .NET 8 for Desktop Apps5/8/2024 4:15:38 AM. Ziggy Rafiq provides a comprehensive insight into the development of cross-platform desktop apps. Ziggy Rafiq explores cutting-edge techniques, best practices, and practical guidance to elevate your p
  • Dictionary in .NET C#: Syntax, Methods, and Example5/7/2024 11:50:00 AM. In C#, a dictionary is a generic collection that holds elements as pairs of keys and values. The Non-Generic Hashtable collection and the Generic Dictionary operate extremely similarly.
  • Registering URL Scheme 5/7/2024 11:25:07 AM. Registering URL schemes enables custom protocols for launching specific applications or actions. Integrate seamlessly across platforms for efficient deep linking and enhanced user experience.
  • How To Enable HTTPS In ASP.NET Web API5/7/2024 11:23:49 AM. In this article, you will see How we can enable https in ASP.Net Web API. We will start by discussing all the steps required to enable https in asp.net web API. And then we will discuss all the steps
  • Relationship in Entity Framework Using Code First Approach With Fluent API5/7/2024 11:23:34 AM. Learn how to establish relationships in Entity Framework using the Code First approach with Fluent API. Explore configuring one-to-one, one-to-many, and many-to-many relationships using navigation pro
  • How To Upgrade Windows 10 Home To Windows 10 Pro5/7/2024 10:41:20 AM. Upgrade from Windows 10 Home to Windows 10 Pro effortlessly. Unlock advanced features like Remote Desktop, BitLocker, and Group Policy. Easily access enhanced security, management, and productivity to
  • The Role Of AI, AR, And VR In The Food Industry5/7/2024 10:34:23 AM. Explore how AI, AR, and VR are reshaping the food industry. Discover the impact of technology on customer experiences, operational efficiency, and culinary innovation.
  • Simple Insert And Select (CRUD) Operation Using .NET Core MVC With ADO.NET And Entity Framework Core5/7/2024 10:33:55 AM. Learn to perform basic CRUD operations in .NET Core MVC using both ADO.NET and Entity Framework Core. Build a robust data access layer for seamless integration with your web application.
  • End of an Era: Retirement of SharePoint 2013 Workflows5/7/2024 10:33:16 AM. Discover the significance of SharePoint 2013 workflow retirement, marking the transition to modern solutions in SharePoint Online. Learn about migration strategies, workflow automation in Microsoft 36
  • The Use Of Medical Augmented Reality In Our Daily Lives5/7/2024 10:32:22 AM. Medical augmented reality revolutionizes healthcare by integrating digital information into real-world environments. From surgical guidance to patient education, it enhances diagnosis, treatment, and
  • The Role Of Low-Code No-Code In The App Development Industry5/7/2024 10:32:00 AM. In this article, you will Discover how Low-Code and No-Code platforms are revolutionizing app development. Explore their impact on efficiency, scalability, and user experience. Learn how they empower
  • Top Business Benefits Of Using Rapid App Development5/7/2024 10:30:18 AM. Discover the transformative advantages of Rapid App Development (RAD) for businesses. RAD ensures efficiency, agility, and cost-effectiveness, accelerating time-to-market and fostering innovation. Emb
  • Trick To Save User License For Integration In Dynamics CRM5/7/2024 10:27:45 AM. Discover effective strategies for managing user licenses in Dynamics CRM integration. Optimize costs, ensure security, and streamline user access while complying with licensing requirements for seamle
  • Hash Table in .NET: Syntax, Usage, Methods, and Example5/7/2024 10:26:55 AM. A group of key/value pairs arranged according to the key's hash code is represented by the Hashtable class. This class is contained in the namespace System. Collections. To execute different kinds
  • Use Of If Statement In R5/7/2024 10:25:14 AM. Explore the versatile use of if statements in R for decision-making and control flow. Learn how to implement conditional logic, perform data filtering, and drive program behavior based on logical test
  • Mastering Azure Bicep Parameters5/7/2024 10:24:35 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep parameters. It starts with logging into Azure, then moves on to explain the concept of parameters in Azure Bicep, c
  • Git GUI Clients (3), GitHub Desktop5/7/2024 8:49:01 AM. This article discusses the GitHub Desktop as a client GUI. This series explores various Git GUI clients like Visual Studio, GitHub Desktop, and SmartGit, detailing features such as repo management, in
  • Creating Immutable Objects in C# with Examples5/7/2024 6:52:55 AM. This article explores the concept of immutability in C#, highlighting its benefits and implementation techniques. It covers creating immutable objects using read-only properties, readonly fields, and
  • How Secure Sockets Layer (SSL) Protects Data Online?5/7/2024 5:53:30 AM. Learn how SSL works in a step-by-step guide for beginners and professionals, ensuring secure internet communication and data protection.
  • Azurite emulator for Local Azure Storage Development5/7/2024 4:19:16 AM. Docker simplifies running applications locally with a vast image library. Utilize the Azure Storage emulator image to set up services effortlessly via Docker Compose and YAML configurations, ensuring
  • Mastering Solana: Your Roadmap to Development Proficiency!5/7/2024 4:10:58 AM. In this article, we will see the roadmap that a beginner should follow to learn Solana. Navigating Solana's development requires a structured approach. This roadmap outlines essential steps, from
  • Deploy Web App In Microsoft Azure5/6/2024 11:56:43 AM. Learn to deploy your web application seamlessly in Microsoft Azure using Azure Web Apps. Explore Azure's powerful deployment features, utilize Azure Portal and Azure Resource Manager (ARM), and im
  • How to write Clean code in C#?5/6/2024 11:36:19 AM. Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean code.
  • Introduction To OWIN and KATANA in Visual Studio 2013 Preview5/6/2024 11:34:54 AM. Discover OWIN and Katana in Visual Studio 2013 Preview. Revolutionize web development with middleware, modular architecture, and self-hosting capabilities, enhancing scalability and cross-platform com
  • Developers Use Case For .NET API Browser5/6/2024 11:27:56 AM. The .NET API Browser empowers developers with a comprehensive tool for exploring and understanding the .NET ecosystem. With detailed documentation, code examples, and search functionality, it streamli
  • Dependency Injection In ASP.NET MVC 55/6/2024 11:27:39 AM. Dependency Injection in ASP.NET MVC 5 facilitates loose coupling and modular design by injecting dependent objects into classes. It enhances testability, scalability, and maintainability by decoupling
  • Create MVC Project Step By Step From Scratch- Part One5/6/2024 11:26:27 AM. In this article, Learn how to build an MVC (Model-View-Controller) project from scratch in this comprehensive step-by-step tutorial series. Follow along as we delve into web development, software arch
  • Creating Shopping Cart Application From Scratch In MVC - Part Two5/6/2024 11:25:44 AM. Part two of creating a shopping cart app in MVC delves into backend functionalities like database management, session handling, and refining user interactions. It covers features such as adding/removi
  • Create Identity In Simple Ways Using ASP.NET MVC 55/6/2024 11:24:49 AM. ASP.NET MVC 5 simplifies identity creation through built-in features for authentication and authorization. It offers straightforward methods for user management, including registration, login, and pas
  • Create document Library in SharePoint 2013 Online5/6/2024 11:23:09 AM. Create document libraries in SharePoint 2013 Online for efficient document management. Customize folder structures, set permissions, and utilize metadata for easy organization and retrieval. Collabora
  • Implementing Policy-Based and Role-Based Authorization in .NET Core5/6/2024 11:19:28 AM. In this article, we’ll explore how to set up policy-based authorization and role-based authorization in a .NET Core application. We’ll cover key components such as authentication configuration, defaul
  • Solana's Consensus Mechanism and High-Performance Architecture5/6/2024 10:25:15 AM. Solana's exceptional throughput, processing thousands of transactions per second, distinguishes it in the blockchain realm. Its consensus mechanism, blending Proof of History and Proof of Stake, e
  • How to Upload Files to Mega Cloud Storage Using C# & .NET Core5/6/2024 9:42:59 AM. Learn how to seamlessly upload files to Mega Cloud storage using C# and .NET Core. Mega is a popular cloud storage provider known for its robust security features and generous storage offerings.Disc
  • Programming in Practice - LINQ Expression 5/6/2024 9:05:50 AM. An impression can be made that: data is data, and it doesn't matter where it comes from provided it is reliable. The LINQ technology is presented to fetch the necessary data from any available so
  • Understanding Fundamental AI Concepts5/6/2024 8:52:32 AM. In this Artificial Intelligence (AI) Fundamentals learning series, we will explore some of the fundamental concepts underlying AI, providing insights into how these concepts work and their significanc
  • Exploring the Fundamentals of Concurrent Programming in .NET5/6/2024 8:49:30 AM. Concurrency is vital for efficient applications. .NET offers Thread, Multithreading, Task, Async & Await, Threadpool, Lock, and Deadlock tools. Understanding them enhances .NET development for sca
  • Using Open-Source Model With OpenAI Models5/6/2024 8:47:58 AM. Housing is a fundamental human need, yet many face challenges accessing stable, safe accommodations. Issues like homelessness, affordability, and inadequate living conditions underscore the importance
  • Building a .NET Blazor Web Application with Bootstrap Theme5/6/2024 8:40:44 AM. Create stunning web apps with .NET Blazor using Bootstrap themes. Combine the power of the .NET ecosystem with Bootstrap's sleek UI components for responsive, modern web experiences."
  • How To Deploy Angular 17 Application Freely5/6/2024 8:25:45 AM. In this post, we will see how to deploy angular 17 application freely with Google Firebase Console.
  • Git GUI Clients (2), VS Code5/6/2024 7:13:26 AM. This series explores various Git GUI clients like Visual Studio, VS Code, GitHub Desktop, TortoiseGit, and SmartGit, focusing on their features for repos management, interaction between local and remo
  • Encryption for Data Security: Creating Digital Certificates5/6/2024 6:15:44 AM. Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and use
  • A Brief History of Microsoft Programming IDE’s5/6/2024 5:13:44 AM. This article provides a concise overview of the evolution of Microsoft programming IDEs, tracing from Visual Basic to Visual Studio and beyond, highlighting their impact on software development effici
  • Understanding Garbage Collection in .NET Core5/5/2024 8:41:16 AM. Garbage collection (GC) is a fundamental aspect of memory management in modern programming languages like C#. In the context of .NET Core, the GC system plays a crucial role in automatically reclaimin
  • Kickstarting Azure Infrastructure: Azure Bicep5/5/2024 8:34:19 AM. Learn to rapidly deploy Azure infrastructure using Azure Bicep with this beginner's guide. Automate resource provisioning, enhance scalability, and streamline management through Infrastructure as
  • Decoding Azure Infrastructure: Azure Bicep and ARM Templates5/5/2024 8:32:09 AM. In the previous article, we introduced Azure Bicep and discussed its advantages over ARM templates. We learned about its simplified syntax, improved modularity, better tooling, and transparency over A
  • Inject a DbContext Instance Into BackgroundService in .NET Core5/5/2024 8:28:55 AM. In this article, Learn how to inject and use a DbContext instance within a BackgroundService in .NET Core. Utilize dependency injection to access database operations from a background task, ensuring p
  • All You Need To Know About Azure Kubernetes Service (AKS)5/5/2024 8:26:20 AM. Discover everything about Azure Kubernetes Service (AKS) in this comprehensive guide. Learn how AKS simplifies Kubernetes deployment and management on Azure. Explore container orchestration, scalabili
  • .Net Architecture And .Net Framework Basics5/5/2024 8:25:53 AM. .NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
  • What is Verhoeff Algorithm5/5/2024 8:25:21 AM. In this article we will learn about verhoeff algorithm. The Verhoeff algorithm, devised by mathematician Jacobus Verhoeff, ensures numerical data accuracy by detecting digit transpositions. It employs
  • Getting Started With Authentication And Authorization Using Blazor Server Side5/3/2024 11:43:27 AM. Learn how to implement secure user authentication and authorization in Blazor Server applications. Explore Blazor's built-in authentication mechanisms using .NET Core Identity. Manage user roles,
  • Customize Menu and Toolbar in SQL Server 20125/3/2024 11:43:10 AM. Customizing menus and toolbars in SQL Server 2012, via SQL Server Management Studio, involves modifying shortcuts, adding or removing commands, and rearranging options to streamline workflow. This cus
  • Top Innovative Blockchain Trends to Watch in 20245/3/2024 11:30:04 AM. In this blog, we will look at the key blockchain trends in 2024 and beyond. We will also look into how they influence businesses and how they help sectors change, particularly as we approach a new pha
  • Azure Bicep - Introduction to Azure Bicep5/3/2024 10:02:14 AM. This is a 14-Day series which introduces Azure Bicep Infrastructure as Coding (IaC) to the readers. This will be posted in 14 parts for ease of reading.
  • Azure Databricks : Exploring Medallion Architecture5/3/2024 9:58:49 AM. In the field of data architecture and engineering, the Medallion Architecture stands out as a robust framework designed to handle complex data processing tasks efficiently.
  • An Introduction to Jira: A Project Management Software Tool5/3/2024 9:55:15 AM. Jira is designed to help teams manage projects from start to finish, facilitating everything from task assignment to progress tracking. Whether you're in software development, business, or another
  • Create ASMX Service For SharePoint5/3/2024 9:18:10 AM. Develop ASMX services for SharePoint using .NET Framework and Visual Studio. Leverage SharePoint's web services to enable SOAP-based communication, accessing SharePoint data and functionality seam
  • Implementing On-Premises Servers into Microsoft Azure Arc5/3/2024 9:17:33 AM. Learn how to seamlessly integrate on-premises servers into Microsoft Azure Arc, enabling centralized management and governance for your hybrid infrastructure.
  • Database Connectivity in Visual Studio 5/3/2024 9:16:16 AM. Visual Studio facilitates robust database connectivity through technologies like ADO.NET and Entity Framework. Developers can seamlessly integrate with SQL Server, MySQL, Oracle, and more using connec
  • DNN (Formerly DotNetNuke) Tutorial - Part 15/3/2024 9:00:39 AM. DNN Tutorial - Part 1 introduces DotNetNuke, a versatile content management system (CMS) built on ASP.NET. Learn website setup, user management, and extension installation for robust web development.
  • Understanding Log Service In AngularJS5/3/2024 8:58:02 AM. The Log Service in AngularJS, accessed through $log, facilitates efficient debugging by offering logging functionalities with various levels like debug, info, warn, and error. It aids in diagnosing is
  • HashSet .NET C#: Usage, Methods, and Example5/3/2024 8:40:37 AM. A hash set is an unordered list of distinct elements in C#. In.NET 3.5, this collection is released. When we wish to stop duplicate pieces from being added to the collection, we typically utilize it.
  • Unity 6 Preview: Exciting Features for Game Developers5/3/2024 5:04:58 AM. Unity, the leading platform for creating interactive experiences, has unveiled its highly anticipated Unity 6 Preview, showcasing a plethora of new features designed to empower game developers.
  • Solana's Language Support and Simplified Development with Anchor Framework5/2/2024 10:55:28 AM. In this article, we will explore that what are the languages that used to write smart contract for Solana and the setup of Anchor framework.
  • Create SharePoint Site Using SP Designer Workflow5/2/2024 10:45:04 AM. Learn how to efficiently create SharePoint sites using SharePoint Designer workflows. Explore site provisioning and automation techniques, leveraging workflows for seamless site creation.
  • CRUD Operation Using Single Stored Procedure In ASP.NET MVC Of Real-Time Project5/2/2024 10:03:03 AM. Explore ASP.NET MVC's streamlined CRUD operations using a single stored procedure in a real-time project. Leverage Entity Framework, SQL Server, and ViewModel mapping for efficient database intera
  • Check The Site Usage In SharePoint Online5/2/2024 10:02:45 AM. Monitor and analyze site usage efficiently in SharePoint Online with comprehensive analytics. Gain insights into traffic, user activity, and engagement through detailed reports and metrics.
  • Pin Files To Top In SharePoint Online Document Library5/2/2024 10:02:27 AM. Elevate file visibility by pinning them atop in SharePoint Online Document Library. Enhance accessibility, prioritize important documents, and streamline navigation for users.
  • Copy Or Move The Items From A SharePoint Online Document Library5/2/2024 10:02:07 AM. In this article, I would like to share the steps to copy or move the document from one folder to another folder or one document library to another document library in SharePoint online.
  • Add Multiple Lines Of Rich Text In SharePoint Library5/2/2024 9:56:51 AM. Enhance SharePoint libraries by incorporating rich text with multiple lines. Elevate content presentation and organization, fostering better collaboration and engagement within your SharePoint environ
  • Create Or Update Excel Sheet From Azure Web Job5/2/2024 9:55:28 AM. In this article, I would like to share the steps and code to create/update an Excel from an Azure web job. Using Microsoft.Interop.Excel, we can create and update the Excel sheet but in Azure web job,
  • Dynamics 365 Customer Insights Part 1 - Microsoft Business Application Live Show Ep. 195/2/2024 9:54:06 AM. In this episode of Microsoft Business Application Live Show, you will learn about Dynamics 365 Customer Insights.
  • Disable Sharing A Document With External User From SharePoint Online Tenant5/2/2024 9:52:02 AM. In this article, we will learn how to enhance security in SharePoint Online by disabling the external sharing of documents. Explore tenant-level settings and permission controls to restrict access to
  • Exporting and Importing Site Collection Term Stores In SharePoint5/2/2024 9:37:26 AM. Looking to streamline your SharePoint management? Learn how to efficiently export and import Site Collection Term Store Groups! ?? From exporting your Term Store Groups for backup or migration purpose
  • Road To AZ-204 - Implementing API Management 5/2/2024 8:32:37 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. API Management, APIM authentication, and APIM policies are the main components that w
  • Installing Grafana for different Operating Systems5/2/2024 8:25:40 AM. Learn how to install Grafana on Windows, macOS, and Linux with this step-by-step guide for setting up the popular open-source monitoring platform.
  • Publish And Host ASP.NET Web API5/2/2024 7:23:37 AM. Learn how to publish and host your ASP.NET Web API using IIS or Azure App Service. This guide covers deployment methods, including Visual Studio publishing, setting up IIS configurations, and leveragi
  • Exploring String Searching Techniques in C#5/2/2024 6:46:03 AM. Searching for substrings within strings is a fundamental operation in software development, and in the context of C# programming, there are several techniques and methods available to accomplish this
  • PayPhi Payment Gateway Integration in .NET Core5/2/2024 6:03:15 AM. Pay Phi (PhiCommerce) Payment Gateway Integration in .NET Core. This article outlines integrating PayPhi with .NET Core for secure online transactions. It covers creating HTML pages, client-side scrip
  • Method Signature Honesty in Functional Programming with C#5/2/2024 5:41:06 AM. This article explores the concept of "method signature honesty" in functional programming with C#. It emphasizes clear communication of method behavior through signatures, promoting predicta
  • How To Create A Function In R5/1/2024 11:53:37 AM. Learn how to create and use functions in R with this comprehensive guide. Understand the syntax for defining functions, specifying arguments, and defining default values. Explore examples demonstrati
  • Deploying .NET 8 Core Web API in Cloud with .NET Aspire App"5/1/2024 11:43:31 AM. Learn to build and deploy high-performance .NET Core Web APIs in cloud environments using ASP.NET Core. Explore best practices for scalability, containerization with Docker, and deployment on Azure or
  • How to Setup the Solana Development Environment5/1/2024 11:41:59 AM. In this article, we will explore how to set up the development environment of the Solana blockchain. Setting up a robust Solana development environment is essential for smooth blockchain development.
  • Protection Against Clickjacking5/1/2024 11:40:40 AM. Protection against clickjacking involves implementing measures like frame-busting scripts, X-Frame-Options HTTP header, and Content Security Policy to prevent malicious actors from hijacking clicks on
  • Protection Against Busting Frame Busting5/1/2024 11:40:26 AM. Learn effective techniques to protect against frame busting vulnerabilities on websites. Discover how to implement robust security measures, such as Content Security Policy (CSP), to prevent clickjack
  • COM in .NET5/1/2024 11:39:57 AM. COM (Component Object Model) in .NET facilitates interoperability between .NET and COM objects. Using COM Callable Wrappers (CCW) and Runtime Callable Wrappers (RCW), .NET code can access COM componen
  • How to Turn Off Automatic Updates In Windows 105/1/2024 11:39:39 AM. Learn the importance of computer updates, especially in Windows 10, for security and performance. Understand Microsoft's automatic update system and discover methods to disable updates, enhancing
  • MVC 4 WEB API .NET 4.55/1/2024 11:35:21 AM. This article introduces the concept of exposing a Web API from ASP.NET MVC4, allowing clients to retrieve data in various formats such as JSON, XML, and HTML. It highlights the purpose of using HTTP a
  • Transactional Queue in .NET5/1/2024 11:34:58 AM. Transactional Queue in .NET facilitates reliable message processing with transactional integrity. Ensure data consistency and fault tolerance in distributed systems, leveraging the robust messaging ca