Related resources for EF
  • Learn Angular 8 Step By Step in 10 Days – Day 14/17/2024 8:20:40 AM. Embark on a 10-day journey to master Angular 8 step by step. Day 1 focuses on laying a strong foundation, covering Angular basics, components, and directives, setting you on the path to becoming a pro
  • How Cloud, Edge, & Fog Computing are Redefining Data Processing4/17/2024 7:49:58 AM. Discover the dynamic interplay of Cloud, Edge, and Fog Computing in reshaping data processing. Explore how these technologies converge to optimize workflows, enhance scalability, and redefine the boun
  • Effective State Management in Blazor Applications4/16/2024 9:50:30 AM. In this article, we will be exploring advanced and effective ways of state management in Blazor applications. Managing state in Blazor, Microsoft's WebAssembly framework, is vital as apps grow. Ex
  • Implementing Actor Model in Azure Service Fabric4/16/2024 8:46:59 AM. In this article, we are going to learn about a completely new programming paradigm called Actors. First I will give you a brief intro to Actor Model theory and then we will start implementing Actor Mo
  • Create a Single Page App with Blazor Server and Entity Framework Core 3.0 4/16/2024 5:34:48 AM. Create dynamic web applications efficiently using Blazor Server, a .NET Core framework, coupled with Entity Framework Core 3.0 for seamless data integration. Leverage C# to build interactive, single-p
  • Sharing Data from Child to Parent in Angular 8 Using @viewchild4/15/2024 11:51:06 AM. Angular 8 facilitates efficient parent-child component communication through @ViewChild. This TypeScript decorator allows a parent component to access a child component's properties and methods, e
  • Installing EF Core with Empty Template in ASP.NET MVC Core 3.04/15/2024 11:49:21 AM. Discover how to seamlessly integrate Entity Framework Core into your ASP.NET MVC Core 3.0 application using an empty template. Follow a step-by-step installation guide to set up the data access layer
  • Set Default Value To Person Or Group Field In PowerApps4/15/2024 11:45:53 AM. Learn how to set default values for Person and Group fields in PowerApps. Use Patch function to update SharePoint list items with person or group field values. Understand the required data format for
  • Token Based Authentication using Web API 2, Owin, and Identity4/15/2024 11:45:24 AM. Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization pol
  • State Management in Azure Service Fabric4/15/2024 11:41:57 AM. State management in Azure Service Fabric utilizes reliable collections and actors for distributed and persistent storage. It ensures fault tolerance, scalability, and high availability by replicating
  • C# Out Parameter: Usage, Syntax, and Updates4/15/2024 11:31:21 AM. C# out parameters facilitate passing method arguments' references. Unlike ref, they need not be initialized. With C# 7.0, parameters can be directly defined in the method, streamlining code. A wi
  • 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
  • Automate Azure Key Vault Key Refresh with Managed Identity 4/15/2024 8:41:39 AM. Automate key refresh in Azure Key Vault using Azure Function with Managed Identity. Enhance security and efficiency by managing secrets automatically within your Azure environment, ensuring seamless a
  • Pagination in a .NET with EF Core4/15/2024 5:20:15 AM. Pagination allows you to retrieve a large number of records split into pages instead of returning all the results at once. In this article, I present how to implement OffSet and Keyset pagination in a
  • Azure Logic App - A Brief Introduction With An Example4/12/2024 11:28:47 AM. Azure Logic App simplifies workflow automation in Azure. Use its visual designer to create automated workflows with triggers and actions. Example: automate email notifications based on new file upload
  • Formatting HTML Table In FLOW - Before Sending Email4/12/2024 8:14:49 AM. Learn how to enhance the visual presentation of your emails by formatting HTML tables in Microsoft Power Automate (Flow) before sending. Discover techniques for styling data effectively, optimizing la
  • What's new in .NET 9? .NET 9 Preview 3 4/12/2024 4:59:05 AM. We're excited to announce the release of .NET 9 Preview 3, packed with new features and improvements across .NET Libraries, Runtime, and SDK. This preview release brings enhancements aimed at boos
  • Consuming Web Service In a Console Application4/11/2024 10:56:50 AM. Integrate web services seamlessly into console applications using .NET frameworks like .NET Core or .NET Framework. Utilize HttpClient or service references to communicate with SOAP or RESTful APIs, e
  • SQL Join Methods: Cross Join vs. Comma-Separated Join4/11/2024 10:55:45 AM. In the realm of SQL querying, the choice of join method can significantly impact the result set and performance of your queries. Two commonly used methods, cross join and comma-separated join, often s
  • HTML5 : A Brief History4/11/2024 6:16:42 AM. This article provides a brief history of HTML5. HTML5 is a markup language that was founded in 2004 by the Web Hypertext Application Technology Working Group (WHATWG) whose members include Apple, Mozi
  • Magnifying Glass Effect Using HTML54/10/2024 10:56:34 AM. Create a captivating magnifying glass effect using HTML5, Canvas, and JavaScript. Enhance user experience with interactive zoom functionality for images. Incorporate mouse and touch interactions for s
  • C# 8.0 ('Nullable Enable') To Avoid Null Reference Exception4/10/2024 9:34:02 AM. Explore the C# 8.0 nullable enable feature, identifying null reference exceptions in production code. Understand its implementation, compiler verification, and error detection, ensuring proper initial
  • 15 Effective Methods for Enhancing Performance in Our ASP.NET Core Application4/9/2024 6:09:14 PM. Explore 15 effective methods meticulously curated by Ziggy Rafiq to enhance performance in ASP.NET Core applications, ensuring optimal efficiency and scalability for your projects
  • Understanding C# Data Types4/8/2024 11:24:28 AM. Understanding C# Data Types is essential for programming in C#. It involves grasping primitive types like integers, floating-point numbers, booleans, and characters, as well as complex types like stri
  • Set Default Value To Dropdown List From Database In ASP.NET MVC4/8/2024 8:21:07 AM. In this article, you will learn how to populate a dropdown list in ASP.NET MVC with default values retrieved from a database. Utilize Entity Framework to fetch data and bind it to the SelectList.
  • NSX-T and the VMware SDDC Ecosystem4/6/2024 6:16:11 AM. Explore VMware's Software-Defined Data Center (SDDC) ecosystem, including vSphere, ESXi, vCenter Server, VSAN, and NSX for comprehensive virtualization and network management
  • Efficient and Maintainable Angular Best Practices for Applications4/6/2024 5:51:39 AM. In this article, we will learn how Angular has emerged as one of the most popular JavaScript frameworks for building dynamic and scalable web applications. However, with its powerful features and flex
  • How To Change Data Source Of Existing Report In Power BI4/4/2024 9:12:57 AM. To change the data source of an existing report in Power BI, access the report and navigate to "Edit Queries." Then, update the data source connection by modifying the query or connection se
  • Learn about Self Join In SQL Server4/4/2024 5:59:15 AM. Explore self-joins in SQL Server, including inner, outer, and cross joins. Understand their use for hierarchical data querying. Create a database, tables, and execute queries to grasp concepts effecti
  • Joining Three Or More Tables In SQL Server 20174/3/2024 10:45:07 AM. Joining three or more tables in SQL Server 2017 involves using various types of joins such as INNER JOIN, LEFT JOIN, RIGHT JOIN, and CROSS JOIN. These joins combine rows from multiple tables based on
  • Attribute Routing in ASP.Net MVC 5.04/2/2024 9:14:50 AM. This article introduces Attribute routing in ASP.Net MVC 5.0 and offers a powerful way to define routes directly within controller actions using attributes, enhancing control over URL patterns and rou
  • Exception Filters in MVC4/2/2024 9:12:12 AM. Learn how MVC handles exceptions using built-in and custom exception filters. Explore the HandleError attribute for managing exceptions and creating custom error pages. Avoid the dreaded Yellow Scree
  • 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
  • Brief Introduction to MVC34/1/2024 6:58:40 AM. MVC3, or Model-View-Controller version 3, is a web development framework by Microsoft, emphasizing separation of concerns. It divides applications into model, view, and controller layers, enhancing ma
  • Difference between IEnumerable vs IQuerable4/1/2024 6:34:21 AM. Understand the difference between IEnumerable and IQueryable in .NET collections. While IEnumerable is suitable for in-memory collections, IQueryable allows for optimized queries, especially in scenar
  • C# Structs: Performance Benefits, Usage, and Best Practices4/1/2024 4:25:28 AM. This article provides an insightful overview of structs in C#, detailing their value type nature, stack allocation, and key characteristics. It includes examples and considerations for when to use str
  • Background Refresh: Keeping Your App Updated and Responsive4/1/2024 3:57:44 AM. In this article you will learn optimal techniques for ensuring your app stays updated and responsive through the background refresh.
  • Managing Vue.js Environment Configurations Effectively3/30/2024 7:30:58 AM. Managing environment configurations in Vue.js is crucial for handling settings like API endpoints across deployment environments. This article explores methods including environment variables, Vue CLI
  • Dynamic Default Value from SharePoint List in Power Apps Toggle Control3/29/2024 9:51:30 AM. In this article, we will learn how to enhance user experience in Power Apps by integrating dynamic default values from SharePoint lists into toggle controls.
  • Options Pattern Named Options in .Net Core with examples3/29/2024 9:41:11 AM. Learn how to implement the options pattern and validation in .NET Core using named and default options. Explore techniques for binding configurations, fetching options in APIs, injecting services into
  • What is Language Integrated Query in C#?3/29/2024 9:08:50 AM. Know about LINQ (Language Integrated Query) in C# and their benefits. In this article, we have explained LINQ with an example.
  • What Are Access Modifiers In C#3/29/2024 6:45:30 AM. Access modifiers in C# regulate the accessibility of class members, impacting encapsulation and object-oriented principles. They control the visibility and accessibility of members within classes and
  • Cyber Defense Using Artificial Intelligence3/29/2024 6:31:13 AM. Cyber Defense involves safeguarding data from unauthorized access through various techniques such as Machine Learning and Deep Learning. The application of Machine Learning using Random Forest classif
  • User Defined Objects in JavaScript3/29/2024 4:17:24 AM. JavaScript provides a number of pre-defined objects like Array, String, Image, Date etc. which are very useful in web development.
  • Power Apps: Bind Default Values from SharePoint Using Slider Control3/28/2024 10:44:16 AM. In this article, we will learn how to enhance user experience in Power Apps by utilizing the Slider control. This tutorial guides you through binding default values seamlessly from SharePoint, streaml
  • Boxing and Unboxing in C#3/28/2024 10:40:41 AM. In this article, we will learn Boxing and unboxing in C# allow conversion from value types to reference types and vice versa. This article explains boxing and unboxing in C#.
  • ref vs out in C#3/28/2024 10:37:15 AM. Explore the distinction between 'ref' and 'out' keywords in C#. Learn how 'ref' passes arguments by reference for both input and output, while 'out' is used solely for
  • Abstract Class vs Interface3/28/2024 10:36:35 AM. Abstract classes provide a partial implementation with the option for subclasses to extend, while interfaces define a contract without implementation, allowing multiple inheritance. Abstract classes s
  • Be Careful With Your SQL Server Max Memory Settings3/28/2024 6:35:24 AM. Quite often, I see database administrators set SQL Server Max Server Memory thinking that only everything related to SQL Server uses this shared memory pool. This is a mistake. There are many things t
  • Hide And Group Columns In SSRS Using A Parameter3/28/2024 6:28:15 AM. Learn how to enhance reports without creating multiple versions. Utilize SSRS features like parameters, expressions, and visibility settings to dynamically adjust data presentation, catering to user r
  • PiP - External Streaming Data - Useful Concepts - Part 13/27/2024 7:21:34 AM. To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, co
  • A Comprehensive Guide to Utilizing the MQTT Protocol3/26/2024 3:07:06 PM. MQTT, also known as Message Queuing Telemetry Transport, is a messaging protocol specifically designed for efficient communication between devices in constrained environments. It is particularly usefu
  • Mastering DevOps: History, Benefits, and Real-World Applications3/26/2024 8:36:39 AM. This article delves into the fundamentals and advantages of DevOps through real-world examples. It covers DevOps history, its principles, workflow, continuous integration, and continuous deployment in
  • Solid Principle in C# : A Quick Reference with Example3/24/2024 6:02:50 PM. These principles guide object-oriented design for more understandable, flexible, and maintainable software. The Single Responsibility Principle suggests a class should have only one reason to change,
  • Response Compression in .NET Core3/22/2024 6:14:59 AM. Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
  • Learn About Data Structures And Algorithm (DSA) - Part Three3/21/2024 9:32:38 AM. This article will be of some sort of theoretical and story based. It will tell you about the crucial concepts of data structures and algorithms in terms of understanding the linked list with a unique
  • How to Customize Blogger Cursor3/21/2024 8:39:36 AM. Learn how to add a personal touch to your Blogger blog by customizing the cursor. Explore CSS techniques and HTML coding to create unique cursor effects that match your blog's theme and style.
  • Unleashing the Power of Charts in Power Apps3/21/2024 6:57:34 AM. Explore the realm of data visualization with Power Apps charts, offering benefits like enhanced decision-making, user experience, and customization. Learn about their versatile features and integratio
  • Why GraphQL Is An Alternative Over React API3/21/2024 6:26:24 AM. GraphQL offers a more flexible and efficient approach compared to traditional REST APIs, especially when integrated with React. With GraphQL, frontend developers can request only the data they need, r
  • Explain Null Handling in TypeScript3/21/2024 6:13:26 AM. Null handling in TypeScript involves managing null and undefined values effectively to prevent runtime errors. Techniques like nullable types, optional chaining, type guards, and non-null assertion op
  • Experience the New Features in Visual Studio3/20/2024 11:43:51 AM. Discover the latest enhancements in Visual Studio 2017, offering improved productivity, performance, and collaboration tools. Explore new features for code navigation, debugging, and code refactoring,
  • Effective Communication Between Executable Files Using Shared Memory3/19/2024 5:55:09 AM. In a WPF (Windows Presentation Foundation) application, inter-process connectivity typically involves communication between different components or modules within the same application or between separ
  • Refactoring Common Code with Azure Bicep User Defined Functions3/19/2024 5:22:47 AM. Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a s
  • Creating Global Option Sets & Using Them Effectively in CRM3/18/2024 6:57:37 AM. To create a Global Option Set in Dynamics 365, define a set of standardized values applicable across multiple entities. Then, reference this set when creating option set fields, ensuring consistent da
  • Auto-Populate Azure Pipeline Variables and Connections3/11/2024 10:44:47 AM. In this article we will discuss how deployment settings file can be used to auto-populate environment variables and connection references in target environment.
  • Implementing Common Audit Fields With EF Core’s Shadow Property3/11/2024 9:25:16 AM. Implement audit fields in EF Core using shadow properties for efficient tracking of entity modifications. Utilize Entity Framework's built-in functionality to automatically update created and modi
  • Benefits of Temporary Tables over Table Variables in SQL Server3/10/2024 8:15:37 AM. The article explores the advantages of utilizing temporary tables over table variables in SQL Server. It discusses how temporary tables offer better performance, scalability, and flexibility for handl
  • Misconceptions About the Four LINQ methods3/9/2024 5:22:36 AM. Misconceptions about the four LINQ methods. Single(), SingleOrDefault(), First(), and FirstOrDefault(). This article addresses misconceptions surrounding four LINQ methods—Single(), SingleOrDefault()
  • Craft Most Effective AI Prompts To Get The Most Out Of ChatGPT 3/9/2024 4:57:07 AM. Here are the tips to write the most effective generative AI prompts to get the most out of ChatGPT. Let's learn how to use effective prompts to get the most out of the AI assistant, ChatGPT, or an
  • A Comprehensive Guide to Nullable Reference Types in C# 103/8/2024 2:55:22 AM. Explore a comprehensive guide to leveraging nullable reference types in C# 10 by Ziggy Rafiq, providing detailed explanations, code examples, and best practices for improving code safety and robustnes
  • What is the Benefit of Strict Mode In React.js3/7/2024 10:30:26 AM. Strict mode in React enhances development by providing runtime checks and warnings, identifying unsafe lifecycle methods, and deprecated features, and promoting best practices for a more reliable code
  • useEffect and useLayoutEffect hooks in React.js3/7/2024 9:28:19 AM. useEffect and useLayoutEffect are React hooks for managing side effects in functional components. While similar, they differ in execution timing, scheduling (asynchronous vs. synchronous), and perform
  • A Simple Calculator In React.js3/7/2024 8:55:05 AM. In this article, we will explore building a basic calculator using React.js, leveraging its component-based structure and state management. Dive into JSX syntax, event handling, and UI design to creat
  • Entity Framework Core Triggers In Action (Unofficial Package)3/7/2024 8:44:28 AM. This article shows you how to work with database triggers in Entity Framework Core using a third-party library and Entity Framework Core Triggers with this unofficial package, enhancing database opera
  • Creating Custom Attribute Directives in Angular3/7/2024 5:38:16 AM. Angular is a powerful framework for building dynamic web applications with JavaScript, HTML, and CSS. One of its key features is the ability to create custom directives, which allow developers to exte
  • How To Get Correlation Coefficient In Power BI3/6/2024 9:36:00 AM. This content explains Pearson's correlation coefficient, the most widely used correlation coefficient, particularly in linear regression and measuring the relationship between two variables. Inter
  • Boosting Web Page Performance with the Defer Attribute3/6/2024 5:59:51 AM. JavaScript plays a vital role in enhancing the interactivity and functionality of web pages. However, the way scripts are loaded can significantly impact the user experience and overall performance of
  • Set the Default Name for Connected Chats in Dynamics 3653/6/2024 5:41:01 AM. As an administrator, configure Microsoft Dynamics 365 to set the chat title as the default record title. In Sales Hub app settings, under Chat and Collaborate, choose a record type, enable Auto-name c
  • How to Debug ForwardRefs in DevTools in React.js3/5/2024 11:09:40 AM. Debugging forwardRef components in React.js using DevTools involves inspecting the component hierarchy, props, and state. Use console.log statements and React Developer Tools Profiler for effective de
  • SQL Server Effective Database Tune up and Maintenance3/4/2024 11:31:33 AM. This document provides essential tips for effectively maintaining a production database, aimed particularly at developers who may not be professional database administrators. It covers topics such as
  • Improving SQL Performance Using Covering Indexes3/4/2024 11:29:49 AM. In this article we will try to understand what a covering index is, how to avoid the expensive key lookup operations, and how it can improve our T-SQL performance multi fold times.
  • AI Builder Platform for Effortless Resume and Invoice Handling3/4/2024 11:29:05 AM. The AI Builder platform streamlines resume and invoice handling by automating data extraction and analysis. It boosts efficiency and accuracy, enabling effortless processing of documents for enhanced
  • Grafana & Prometheus: Effective Monitoring Tools3/4/2024 6:48:26 AM. Grafana is a data visualization tool, while Prometheus is a monitoring and alerting toolkit. Together, they collect, store, and visualize time series data, enabling users to create informative dashboa
  • SQL Tuning - Effective Strategies with Practical Examples3/3/2024 5:01:15 AM. SQL Tuning — Effective Strategies with Practical Examples
  • Understanding Regional Settings in SharePoint3/1/2024 11:50:45 AM. This guide offers a comprehensive overview of Regional Settings in SharePoint, emphasizing their significance in enhancing user experience and fostering global collaboration. It covers the functionali
  • Implement and Configure Windows Defender Application Control (WDAC)3/1/2024 9:46:17 AM. Windows Defender Application Control is a security software application designed to protect devices, from malware and other harmful software. Its main purpose is to allow trusted applications to run o
  • ASP.NET Core & Angular 2 Master-Detail Grid with Web API & EF 1.0.12/29/2024 11:17:41 AM. Learn to create a robust ASP.NET Core backend and Angular 2 frontend application. Master-detail functionality implemented using HTML grid, with Web API for data exchange and Entity Framework (EF) 1.0.
  • How to Create Custom SharePoint Content Type using Visual Studio2/29/2024 10:18:28 AM. Create custom SharePoint 2010 Content Types in Visual Studio 2010. Utilize Features and Elements.xml for customization. Define ContentType attributes like ID, Name, Group, Description, and Version. Le
  • Angular 5, ASP.NET Core CRUD For Inventory Management Using EF And WEB API2/29/2024 10:11:58 AM. In my previous article, I have explained how to get started with Angular5 and ASP.NET Core. Now in this article let's see in depth on how to work with WEB API, EF for performing a CRUD operation f
  • Visual Studio Extension For Blazor SPA With EF Core 3.1 2/29/2024 10:08:48 AM. In this post, we will see how to download the newest extension on Blazor Server for Visual Studio 2019. Using this extension, we can easily create a Blazor Server app with Entity framework 3.1. This
  • C# - Understand Equality For Value Type And Reference Type2/29/2024 9:55:15 AM. In this article, you will learn about the nuances of equality comparison in C#, distinguishing between value types (like structs) and reference types (like classes). Understand how the == operator beh
  • Shopping Cart Using ASP.NET Core Blazor Using EF And Web API2/29/2024 7:17:46 AM. In this article, let’s see how to create our own ASP.NET Core Blazor Shopping Cart using Entity Framework, and Web API. Kindly read my previous articles which explain in depth about getting started wi
  • Creating A CRUD With ASP.NET Core And EF Core2/28/2024 11:41:41 AM. Entity Framework Core (EF) is an ORM that makes it simpler to work with database by using POCO classes that map to database entities and DbContext to interact with them.
  • Building ASP.NET Core MVC Application Using EF Core and ASP.NET Core 1.02/28/2024 11:00:47 AM. In this article, We will explain how to build the Applications with ASP.NET Core MVC & Entity Framework Core, using an ASP.NET Core 1.0.
  • Cherry-Pick and Stash for Efficient Development Workflows2/28/2024 9:23:45 AM. Excited to share SourceTree tips! Learn how to boost productivity with cherry-pick & stash features. Keep commits clean & manage work-in-progress seamlessly!
  • Effortless Pagination with jQuery DataTables and Bootstrap2/28/2024 9:02:53 AM. Effortless pagination with jQuery DataTables and Bootstrap offers seamless integration, providing a plug-and-play solution for front-end development. It enhances the user interface with responsive des
  • How to Enable Single Click to Open an Item in Windows 82/28/2024 7:09:50 AM. In this article, we will learn how to enable a single click to open an item in Windows 8 for faster navigation. Customize your mouse settings to streamline your workflow and improve efficiency.
  • SQL Server Data Types for Performance, Memory Efficiency2/28/2024 6:49:09 AM. "Embark on a journey to unlock SQL Server's full potential through savvy data type selection. Enhance performance and streamline operations with optimal choices.
  • Quick SQL Refresher 2/28/2024 4:39:54 AM. The Quick SQL Refresher provides a concise cheat sheet for SQL, covering essential concepts, keys, commands (DDL, DML, DQL, DCL, TCL), constraints, clauses, T-SQL fundamentals, joins, functions, excep
  • How To Set A Printer To Print Black And White In Windows 102/27/2024 11:18:59 AM. In this article, we will discover how to set your printer to print in black and white on Windows 10. Save ink and customize your printing preferences with ease. Learn to adjust settings, navigate prin