Related resources for ORM
  • Building A Login Form Using Material Design Control In Visual Studio 20177/26/2024 6:28:26 AM. This article demonstrates how to use Material Skin in Windows. Forms applications with Visual Studio 2017. It covers starting a project, installing Material Skin via NuGet, adding Material controls to
  • How to Make 3D Perspective Boxes using CSS37/26/2024 6:09:49 AM. In this article, learn how to create 3D perspective boxes using CSS3. CSS3, an advanced styling tool, enhances web design with animations and 3D transformations. We'll guide you through setting up
  • JavaScript Functions to Simplify Your Code7/26/2024 5:02:58 AM. Discover how to streamline your JavaScript code with our comprehensive tutorial on essential functions. Learn best practices, coding tips, and techniques to simplify your programming. Perfect for begi
  • Elevate Your Code with Vertical Coding Style7/26/2024 4:50:34 AM. In the world of software development, code readability and maintainability are paramount. One effective way to achieve these goals is by adopting the Vertical Coding Style. The result is code that is
  • SQL Performance (2), Optimized SELECT Query (B)7/25/2024 5:41:20 PM. This article discuss SQL performance on optimizing SELECT Query, Second Part.
  • Shifting to Zoneless in Angular 187/25/2024 12:09:34 PM. In this article, we will discover how to optimize your Angular applications for better efficiency and streamlined asynchronous operations, leveraging the latest framework advancements.
  • How Artificial Intelligence is Reshaping the Landscape of Crypto Trading Platforms?7/24/2024 11:54:46 AM. In this article, we will know Artificial Intelligence is revolutionizing crypto trading platforms by enhancing predictive analytics, automating trading strategies, and optimizing decision-making proce
  • Apache Kafka with Dapr Bindings in .NET7/24/2024 7:13:08 AM. This content provides an in-depth overview of integrating Apache Kafka with Dapr Bindings for building distributed event-driven applications. It explains the key concepts of Apache Kafka, Dapr, and Da
  • Power BI: Transform Hyperlinks into Icons for Better User Experience7/24/2024 6:16:03 AM. Learn how to enhance your Power BI reports by transforming plain text hyperlinks into clickable icons. This step-by-step guide will show you how to categorize URL fields and display them as icons, imp
  • Understanding Table Partitioning in SQL7/24/2024 6:07:08 AM. Table partitioning is a technique in database design that divides large tables into smaller, manageable pieces called partitions. This approach improves query performance, enhances manageability, and
  • Understanding Normalization in SQL7/24/2024 4:47:41 AM. Normalization is a database design process that reduces redundancy and improves data integrity by organizing data into tables and defining relationships. It involves applying normal forms (1NF, 2NF, 3
  • Performance Optimization in ADO.NET: Tips and Techniques7/23/2024 9:19:54 AM. Optimize ADO.NET performance by leveraging connection pooling to reduce overhead, using efficient command execution strategies such as stored procedures and batch processing, and retrieving data effec
  • Control Form Requirement with Save or Submit Button7/23/2024 6:58:51 AM. Implement a "Save as Draft" feature to allow users to save and resume incomplete forms. Create buttons with distinct functionalities for saving drafts and submitting forms. Set form fields a
  • Validating Input and Forms in AngularJS7/23/2024 5:56:35 AM. Form validation is crucial for data integrity in web applications. This article demonstrates AngularJS form validation with a member registration example, covering HTML structure, controller logic, an
  • Differences Between .NET 5, .NET 6, .NET 7, .NET 8, and .NET 97/23/2024 3:55:31 AM. key differences and advancements in .NET from versions 5 to 9, including performance enhancements, new language features, cloud-native support, and cross-platform capabilities, highlighting how each i
  • Azure Synapse vs Databricks: Right Data Analytics Platform7/22/2024 8:21:30 AM. Explore the key differences between Azure Synapse Analytics and Databricks. Compare features like data warehousing, big data processing, machine learning integration, and security. Understand when to
  • Exploring New Features in Next.js 157/22/2024 6:18:19 AM. In this article, we will learn that Next.js 15 introduces a suite of new features and improvements aimed at enhancing developer experience and application performance.
  • Optimizing LINQ Performance with Compiled Queries in .NET7/22/2024 6:16:04 AM. Compiled queries in LINQ (Language Integrated Query) are a powerful feature that can significantly improve the performance of your data access code, especially when dealing with repetitive queries.
  • Logging Patterns in ASP.NET Core 87/22/2024 4:56:21 AM. In this article, we will explore the essential logging patterns in ASP.NET Core 8 to enhance your application's observability. Learn about basic, structured, and exception logging, along with best
  • Understanding View Binding in Android7/22/2024 4:30:54 AM. View binding is a feature that makes it easier to write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that
  • Enhancing Performance and Safety with System.Threading.Lock in .NET 9 and C# 137/22/2024 2:26:10 AM. Explore the new System.Threading.Lock in .NET 9 and C# 13 for enhanced multithreading performance and safety. This article covers its benefits, compiler warnings for misuse, and best practices for loc
  • Applying SharePoint Online Site Classification using PowerShell7/22/2024 2:21:57 AM. Applying SharePoint Online Site Classification using PowerShell" guides administrators in leveraging PowerShell to efficiently manage site classifications within SharePoint Online.
  • Breaking Down SQL Complexity7/21/2024 4:03:03 AM. Choosing between Common Table Expressions (CTEs) and subqueries in SQL Server depends on readability, maintainability, and performance. Subqueries are ideal for simpler, single-use cases, while CTEs e
  • Dynamically Creating a Table in SQL Server from Information Schema7/19/2024 11:01:55 AM. This SQL script dynamically creates a table in SQL Server by utilizing INFORMATION_SCHEMA and system views. It constructs the table definition, including columns, data types, constraints, and default
  • What is Microsoft Power Platform?7/19/2024 7:02:48 AM. Discover Microsoft Power Platform, a suite of business tools empowering organizations to innovate through low-code development, automation, and data analysis. With Power Apps, Power BI, and Power Auto
  • An Essential Guide to Microsoft PowerApps7/19/2024 6:27:30 AM. Discover Microsoft PowerApps, a low-code platform that simplifies app creation for all skill levels. Integrated with Office 365, Azure, and Dynamics 365, PowerApps enhances business productivity by en
  • Optimization of Loops in JavaScript7/19/2024 5:16:47 AM. Loop optimization is crucial in JavaScript for enhancing performance, particularly in applications requiring intensive computation or handling large data sets. By understanding and applying optimizati
  • Automate Fiscal Year Calculation and Auto Populate in Power Apps Form7/18/2024 10:35:57 AM. Automating fiscal year calculation and auto-populating fields in a Power Apps form streamlines data entry and enhances accuracy. This tutorial guides users through setting up dynamic date calculations
  • Why Choose React in 20247/18/2024 9:36:57 AM. In this article, we will learn how React continues to evolve with cutting-edge features, making it the preferred choice for building dynamic and efficient user interfaces on the web.
  • Multithreading and Multiprocessing in Python7/18/2024 7:59:03 AM. Multithreading allows concurrent execution of multiple threads within a single process sharing the same memory space, while multiprocessing enables parallel execution of processes, each with its own m
  • String.Join vs Loops in C#7/17/2024 12:21:12 PM. String.Join vs. Loops: C#" explores the efficiency and performance differences between using String.Join and traditional looping methods for string concatenation in C#.
  • Custom Formatter with Content Negotiation in .NET Core Web API7/17/2024 12:00:32 PM. The process of choosing the best resource for a response when there are several resource representations available is known as content negotiation. Although content negotiation has been a feature of H
  • Using .NET Standard in Cross-Platform Development7/17/2024 5:46:27 AM. In today's diverse technological landscape, developing applications that run across multiple platforms is crucial. .NET Standard plays a pivotal role in achieving this goal by providing a consiste
  • EDI Solutions on leading Hyperscale cloud platforms 7/16/2024 7:19:12 PM. Explore efficient EDI solutions deployed on major hyperscale cloud platforms like AWS, Azure, and Google Cloud. Discover how businesses leverage scalable cloud infrastructure to streamline electronic
  • Generic Repository with EF Core Store Procedure in .NET Core 87/16/2024 12:40:58 PM. Entity Framework Core (EF Core) empowers .NET developers with seamless database interaction through object-relational mapping (ORM) and support for stored procedures. It optimizes performance by execu
  • How to Get Sensitivity Labels from M365 Compliance Center7/15/2024 4:05:36 PM. Learn how to efficiently retrieve sensitivity labels from the M365 Compliance Center. Explore the step-by-step process of accessing and managing sensitivity labels within Microsoft 365, ensuring robus
  • Performance Optimization in .NET Core7/15/2024 11:22:56 AM. Discover essential techniques for performance optimization in .NET Core with this comprehensive guide. Learn best practices for code efficiency, resource management, and system optimization to enhance
  • Working with Entity Framework Core7/15/2024 5:17:51 AM. Entity Framework Core (EF Core) is a powerful Object-Relational Mapping (ORM) framework provided by Microsoft for .NET applications. It simplifies data access and persistence by allowing developers to
  • Detect Long Press in .NET MAUI App using TouchBehavior7/14/2024 12:28:59 PM. Detect Long Press in .NET MAUI App using TouchBehavior
  • Get Index Position of Nth Occurrence of a Character in String in Azure Data Factory7/12/2024 12:49:34 PM. In this article, we will learn how to efficiently locate the index position of the Nth occurrence of a specific character within a string using Azure Data Factory.
  • Virtualization Isolation Enhancing Security and Performance7/12/2024 10:29:35 AM. Virtualization isolation enhances security and performance by separating virtual machines (VMs) and containers within a shared environment. This isolation ensures that each VM operates independently,
  • Crafting a Robust AI Strategy for Business Success7/10/2024 2:09:12 PM. Crafting a Robust AI Strategy for Business Success involves leveraging artificial intelligence to enhance operational efficiency, innovate customer experiences, and drive growth.
  • Sort an Array in Fabric Data Pipeline via Pipeline Expressions7/10/2024 10:53:30 AM. Learn how to efficiently sort an array within the Fabric Data Pipeline using pipeline expressions. This guide covers the essentials of data transformation, providing step-by-step instructions for leve
  • Azure Databricks | JSON to PySpark Data Transformation7/10/2024 6:44:18 AM. In this video, I demonstated how to leverage Azure Databricks to read JSON data, create Spark DataFrame and perform filtering.
  • How to Perform Basic Nmap Scans7/10/2024 5:15:58 AM. Learn how to perform basic Nmap scans to enhance your network security skills. This guide covers essential Nmap commands, helping you understand how to map networks, identify open ports, and detect vu
  • SQL: Writing Efficient Queries7/10/2024 12:27:40 AM. Learn how to optimize SQL queries for better performance with our guide on "SQL: Writing Efficient Queries." Discover techniques for improving query speed, such as indexing strategies, query
  • Custom Controls in C# Windows Forms7/8/2024 7:52:38 PM. Creating custom controls in C# Windows Forms enhances user experience by providing tailored functionalities. This guide covers deriving controls, combining multiple controls into composite ones, and i
  • Improve Your Code Quality and Performance using AI and GitHub Copilot7/8/2024 7:46:59 AM. This session will explore how AI and GitHub Copilot can be used as powerful allies in writing better code, ensuring that developers can focus on creative problem-solving while leaving the routine codi
  • KEYNOTE - Power of AI and Code Quality and Performance7/8/2024 7:28:39 AM. In this session, you will learn about the Power of AI and Code Quality and Performance.
  • Name a few techniques to optimize Reactjs app performance7/7/2024 8:27:52 AM. Optimizing React app performance involves leveraging techniques like React. memo, useMemo, and use callback to minimize unnecessary re-renders. Employing code splitting via dynamic imports with React.
  • PowerApps Rating Control Total and Average Ratings Validations7/5/2024 7:50:30 AM. Rating is one of the most common features in the social sites and for any of the interactive requirements by users. While I was developing rating, I realized, there are lots of validation required in
  • AngularJS: Numbers Text Validation and cbTooltip in ASP.NET7/4/2024 9:46:21 AM. "In AngularJs applications, custom directives like allowOnlyNumber and allowOnlyText ensure input validation for numeric and text data, enhancing user interaction. Implementing cbTooltip with Boo
  • Showing Restricted or Role-based Users in PowerApps Form Dropdown7/4/2024 8:26:17 AM. Security of their app or data or functionality everyone demands. Most of requirements require approval process and if we have limited approvers listed what could be asked for more.
  • Exploring Google Cloud Platform7/4/2024 8:15:21 AM. Explore the robust capabilities of Google Cloud Platform (GCP), a leading provider of cloud services offering scalable solutions in computing, storage, data analytics, and machine learning.
  • Custom Annotations and Validation in Spring Boot7/4/2024 7:30:33 AM. Explore how to enhance Spring Boot applications by creating and using custom annotations for validation. Learn to implement robust validation logic using Hibernate Validator and integrate custom valid
  • How To Create Sorting And Paging In ASP.NET Web Forms GridView 7/4/2024 5:24:32 AM. Learn how to enable sorting and paging in an ASP.NET GridView by configuring properties, handling events, and binding data using C# code examples and best practices for efficient data display.
  • Digitial Transformation in Healthcare: The Role of IT Solutions7/4/2024 4:38:22 AM. This article explores how IT solutions like AI, blockchain, IoT, and telemedicine are driving digital transformation in healthcare, improving patient care, and enhancing operational efficiency.
  • Implementing Periodic API Calls and Error Handling in C# Windows Forms Application7/4/2024 2:47:43 AM. The Form1 constructor initializes a form and starts a timer. When the timer elapses (t_Elapsed), it fetches data from APIs configured in WebConfigurationManager.AppSettings. The demoGet method handles
  • Working with Choices Columns in Dataverse using Power Automate7/3/2024 5:04:35 PM. Over the past few months, I've led a project using the Power Platform, achieving remarkable results. Today, I will share tips on working with Choices Columns in the Dataverse. Unlike SharePoint, D
  • Exploring Microsoft Power Automate for Automation Power7/3/2024 11:05:42 AM. Explore the transformative capabilities of Microsoft Power Automate in our comprehensive analysis. Discover how automation streamlines workflows, enhances productivity, and integrates seamlessly with
  • PDF Viewer Search functionality in Telerik UI for .NET MAUI7/3/2024 9:07:41 AM. Enhance your mobile and desktop applications with robust search functionality using the PDF Viewer in Telerik UI for .NET MAUI. Easily integrate and navigate through PDF documents with advanced search
  • Understanding LINQ While Writing Your Own7/3/2024 8:46:22 AM. LINQ (Language-Integrated Query) in .NET offers a unified, declarative way to query diverse data sources like objects, databases, XML, and more. It simplifies data manipulation with methods like Where
  • How to Add Duration to Your Microsoft Forms Quizzes7/3/2024 7:30:14 AM. Learn how to add a duration to your Microsoft Forms quizzes with this comprehensive guide. Discover step-by-step instructions to set a time limit, ensuring a more controlled and fair assessment enviro
  • The Critical Role of AI in the Future of IT Companies7/3/2024 6:04:06 AM. AI is revolutionizing the IT industry, enhancing efficiency, improving cybersecurity, and driving innovation. This article explores how AI can transform IT services and consulting, from automating rou
  • Introduction to UI Flows in Power Automate7/3/2024 5:46:47 AM. Discover the fundamentals of UI Flows in Power Automate with our comprehensive introduction. Learn to automate repetitive tasks using Microsoft's powerful tool, streamline workflows, and enhance p
  • What is Power Apps Delegation?7/3/2024 4:51:34 AM. Power Apps delegation is a concept that affects how Power Apps retrieves data from data sources. It optimizes performance by delegating data processing tasks to the data source, handling large dataset
  • Exploring Formula-level Error Management in PowerApps7/3/2024 4:48:07 AM. In this article, we explore Formula-level Error Management in PowerApps. Learn how to enable this feature and improve app usability by creating custom errors and gathering valuable error information.
  • Best Use of ChatGPT and How to Search in a Particular Context7/2/2024 4:35:46 AM. Explore the optimal applications of ChatGPT, delving into its prowess in natural language processing and contextual understanding. Discover effective strategies for conducting targeted searches within
  • Building a Basic Login Form with Angular and HttpClient7/1/2024 6:38:09 AM. Learn to build a secure login form in Angular using HttpClient for HTTP requests. This tutorial covers creating a TypeScript component, handling HTTP POST requests to a backend API, and integrating wi
  • Understanding Structs In C# with Example7/1/2024 6:26:12 AM. Structs in C# provide a lightweight alternative to classes, ideal for representing small, immutable data structures. Unlike classes, structs are value types stored on the stack, enhancing performance
  • Accessing Multiple Instances of the Same Field in Dynamics 3656/30/2024 3:20:36 PM. When working with forms in Dynamics 365, fields may appear in multiple places. By default, Xrm.Page.getControl("fieldname") returns the first instance of a field. To access other instances,
  • Key Features of Angular Data Grid 6/28/2024 8:54:01 AM. Explore the robust capabilities of Angular Data Grid with essential features like high performance, seamless customization, advanced filtering, sorting options, efficient pagination, virtualization fo
  • Creating Dynamic Dropdown Lists in ASP.NET MVC6/28/2024 8:45:04 AM. Dropdown lists, or <select> elements, are essential in web forms, enabling users to choose from a predefined list of options. They enhance user experience by simplifying input selection and ensu
  • Exciting New Features in PowerApps: Named Formulas6/28/2024 7:03:47 AM. Discover the latest enhancements in PowerApps, including the powerful Named Formulas feature. This blog post walks you through enabling and using Named Formulas, which streamline app development by al
  • Explain Named Formulas in Power Apps6/28/2024 5:09:28 AM. Learn how to leverage named formulas effectively in Power Apps with our comprehensive guide. Explore the benefits of named formulas for organizing and reusing logic across your applications. Master th
  • Comparing Performance: Regex vs String Methods in C#6/27/2024 10:17:22 AM. In C#, developers choose between Regex and string methods for manipulating strings. String methods are faster and more readable for simple tasks, while Regex excels in handling complex patterns and ad
  • Xamarin.Forms - Deep Linking Application Using SQLite6/26/2024 10:53:03 AM. Learn to build Xamarin.Forms applications with deep linking using C# and XML. This tutorial covers creating a cross-platform email client example where notifications open specific app sections. Explor
  • Introducing Video Page Templates in SharePoint and Stream6/26/2024 6:32:20 AM. The new video page templates in SharePoint Pages and News enable authors to easily create video-centric content. Starting in the Stream Web App, you can craft and customize video news posts with video
  • Embed Power BI Report in the SharePoint Page6/26/2024 5:10:49 AM. Embed Power BI reports into SharePoint Online to enhance data visualization and access within your organization. This integration allows for real-time data insights directly in your collaborative envi
  • Microsoft Forms: New Features in 20246/26/2024 4:58:19 AM. Microsoft Forms has introduced powerful updates in 2024, including real-time data sync with Excel, a Practice Mode for learning reinforcement, a new Forms app for easy survey creation, and the ability
  • Data Skew Problem and Solution in PySpark6/26/2024 4:53:53 AM. Explore the nuances of handling data skew issues in PySpark with effective strategies and solutions. Discover how to optimize performance through smart partitioning, efficient shuffle operations, and
  • Export Transform Import Data in Dataverse PowerPlatform Dynamics6/25/2024 5:47:20 AM. Learn how to use Azure Data Factory for seamless data migration between Dataverse environments. This guide covers creating linked services, defining datasets, building data flows for transformation, a
  • Generate Dynamic RDLC Report In Windows Form Application6/24/2024 11:43:49 AM. This article explores generating dynamic RDLC reports in C#. It guides beginners through creating a project in Visual Studio, setting up an Oledb connection, and designing a report for employee salary
  • How To Perform Custom Actions And Upgrades Using Visual Studio Installer6/24/2024 9:02:40 AM. Visual Studio provides installer projects in order to make application deployment simple. To have Visual Studio installer project type with your version of Visual Studio, make sure you download and in
  • Multipart Form Data In WCF6/24/2024 9:02:20 AM. This tutorial guides the creation of a WCF Service Library in Visual C#. It involves setting up a project named "DemoMultipartWCF" and implementing functionality to handle multipart form dat
  • TextBox In C#6/24/2024 8:59:31 AM. A TextBox control accepts user input on a Form. In this article, I will discuss how to create a TextBox control in Windows Forms at design-time as well as run-time. After that, I will continue discuss
  • Azure Speech Analytics Unveiled Transform Speech Data to Insights6/24/2024 6:26:24 AM. Azure OpenAI Speech Service revolutionizes speech recognition with advanced AI models, ensuring accurate transcription even in noisy environments. Beyond transcription, it offers sentiment analysis to
  • Copying Footers Between SharePoint Sites Using PnP PowerShell6/24/2024 4:00:07 AM. I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites i
  • Entity Framework Performance Improvements with Code Examples6/23/2024 9:51:28 PM. Learn how to optimize Entity Framework performance with practical code examples. This guide covers essential techniques to enhance database efficiency, improve query performance, and eliminate bottlen
  • What is the React Strict Mode: Enhancing React Development6/22/2024 10:29:37 AM. React Strict Mode is a development tool in React that helps identify potential issues in an application by highlighting them early. It enforces best practices, improves performance, and ensures code q
  • OnPush Change Detection Strategy: Optimizing Angular Performance 6/21/2024 10:02:53 AM. Angular's OnPush change detection strategy optimizes performance by reducing unnecessary checks, only updating when input properties change or events occur. This approach, contrasting with the def
  • Integrating Data Preparation into the Workflow6/21/2024 7:35:36 AM. In this article, we will Discover advanced techniques in data cleaning, transformation, and automation, crucial for enhancing machine learning outcomes and overall operational efficiency.
  • How Can We Achieve Code Spliting in React Js?6/21/2024 7:18:45 AM. In this article, I explain how to make React applications faster by loading only the code that's needed at the moment. I talk about using methods like dynamic import(), React.lazy, and Suspense to
  • Memory Management in SQL Server6/21/2024 6:46:44 AM. Memory management in SQL Server is crucial for optimizing database performance. This involves configuring memory allocation, managing the buffer pool, and tuning queries to ensure efficient use of res
  • Detect Session Changes in Dynamics 365 Customer Service App6/21/2024 6:43:56 AM. The Dynamics 365 Customer Service Workspace app aids agents in managing multiple sessions efficiently. Detecting session changes with JavaScript enhances context switching, productivity, and customer
  • Transforming Data in JavaScript: Exploring Map, Filter, & Reduce6/21/2024 6:31:18 AM. In JavaScript programming, mastering array methods like map, filter, and reduce is essential for efficient data manipulation. Map transforms arrays by applying a function to each element, filter selec
  • What ASP.NET Core Is And Advantages Of Using It6/20/2024 10:11:21 AM. We well learn in this article What is ASP.NET Core and Advantages of using ASP.NET Core ? How to setup ASP.NET Core Environment Step by Step.
  • Working With Radio Button Control In Winforms Application Using Visual Studio 20176/20/2024 10:10:31 AM. Learn how to effectively utilize radio button controls in your WinForms applications using Visual Studio 2017. This tutorial covers essential topics including adding radio buttons to forms, managing t
  • SignalR Chat App With ASP.NET WebForm And BootStrap - Part One6/20/2024 9:53:00 AM. Learn how to integrate and use SignalR with ASP.NET WebForm to create a real-time chat application. This tutorial covers user registration, login authentication, chat functionality, and changing profi
  • Microsoft Copilot Studio: Your Guide to Conversational AI Powerhouse6/20/2024 5:42:43 AM. Discover Microsoft Copilot Studio, a powerful low-code platform for building custom conversational AI applications. Automate tasks, personalize experiences, and streamline workflows within your Micros