Related resources for Opera
  • Customized Auditing In SQL For DDL Operations At Server Level4/23/2024 11:14:16 AM. Explore the intricacies of customized auditing in SQL for DDL operations at the server level. Enhance database security and compliance by implementing tailored logging and monitoring mechanisms.
  • Working with Registry Using .NET4/23/2024 8:53:01 AM. Explore efficient ways to interact with the Windows Registry using the .NET framework. Learn how to perform key management, editing, and manipulation operations seamlessly in C#. Master registry acces
  • ASP.NET Web API CRUD Operations4/23/2024 7:28:31 AM. ASP.NET Web API facilitates Create, Read, Update, and Delete (CRUD) operations over HTTP. Utilizing HTTP methods like GET, POST, PUT, and DELETE, it interacts with data using JSON/XML serialization.
  • Demystifying Iron Ruby in .NET4/23/2024 7:28:07 AM. IronRuby, a dynamic language for .NET platform, as this guide demystifies its integration with the Common Language Runtime (CLR). Explore seamless interoperability, scripting capabilities, and the und
  • Logging Database Operations in Entity Framework4/22/2024 8:53:24 AM. Discover Entity Framework 6's new feature: logging database operations. Easily debug and troubleshoot performance issues by logging SQL commands, parameters, timestamps, and more. Customize loggin
  • CRUD Operation Using Stored Procedure In ASP.NET GridView Real Time4/22/2024 8:20:12 AM. Prepare to be in stitches as [subject of video] finds themselves in a whirlwind of unexpected mischief! Their reaction is pure comedy gold, making this video an instant hit! #funny #prank #meme.
  • Creating Custom Filters In AngularJS4/21/2024 2:21:36 PM. In this article, we will be Creating Custom Filters in AngularJS empower developers to tailor data display and manipulation according to specific requirements.
  • Zero To Hero In MS SQL Server - Part Six4/19/2024 10:32:56 AM. Part six of "Zero To Hero In MS SQL Server" explores the WHERE Clause in SQL, used for filtering records based on conditions. It covers the syntax and usage of WHERE Clause, along with examp
  • Select Query With Logical Operator in a Mongo Database Using C# Driver4/18/2024 1:28:05 PM. Learn how to perform select queries in MongoDB using C# driver. Explore JSON-style object representation, conditional operators, insertion, and retrieval of data. Connect to MongoDB, serialize and des
  • Insert and Select Data in Entity Object Generator4/18/2024 1:14:07 PM. Learn to efficiently manage data with Entity Object Generator through inserting and selecting operations. Master CRUD tasks, harnessing Entity Framework's power for seamless database interaction,
  • Using Table Valued Function for Data Selection - EDF Framework 5.04/18/2024 10:27:02 AM. Learn efficient data retrieval techniques using Table Valued Functions (TVF) through Data Entity Model in EDF Framework 5.0. Enhance database operations by leveraging TVFs within Entity Framework, sim
  • Code readability is enhanced with C# 10 top-level statements4/16/2024 10:18:02 AM. Ziggy Rafiq discusses tackling challenges in software component specification standards through the implementation of solutions such as adapters and bridges for standard mediation, abstraction and enc
  • Table-Valued Parameters in SQL Server4/16/2024 5:42:55 AM. Table-Valued Parameters in SQL Server enable passing multiple rows of data to stored procedures, enhancing performance for bulk operations. Utilizing user-defined table types, they streamline data man
  • How To Add And Delete Data In Angular 4/15/2024 11:54:36 AM. Learn how to implement add and delete operations in Angular to store and remove data from the database. This tutorial guides you through creating components, forms, and functions for submitting and de
  • CRUD Operations Using Web API And ReactJS4/15/2024 11:49:52 AM. Learn how to perform CRUD operations using a Web API with ReactJS. Explore creating, reading, updating, and deleting data through RESTful endpoints, integrating frontend React components with backend
  • How to Insert Console Application with Entity Framework 4/15/2024 11:41:37 AM. Learn how to seamlessly integrate a console application with Entity Framework for efficient database operations. Explore how to perform CRUD (Create, Read, Update, Delete) operations within your .NET
  • CRUD Operation Using Angular And Web API4/15/2024 11:11:52 AM. Learn to implement CRUD operations in Angular using WebApi. This article guides you through creating components, routing, models, and handling HTTP requests. Prerequisites include basic Angular and We
  • CRUD Operation with Dapper Using ASP.NET Core4/13/2024 5:08:16 PM. Using Dapper for CRUD operations in ASP.NET Core is straightforward and efficient. Dapper is a micro ORM that provides simple methods to execute SQL queries and map results to objects. Here's a ba
  • 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
  • Insert, Update and Delete Data in HTML54/11/2024 6:18:40 AM. Learn to perform CRUD operations in HTML5 using JavaScript and SQL. Create a form with text boxes and buttons for data manipulation. Use JavaScript to interact with the database, showing, updating, an
  • Best Practices for Working with DateTime, UTC, and Offset in C#4/9/2024 5:50:01 PM. Discover best practices for handling DateTime, UTC, and Offset in C# with expert insights from Ziggy Rafiq, ensuring efficient time management in your applications Learn best practices, tips, and cod
  • CRUD Operation in MongoDB using Node.js, VS Code, MongoDB Compass4/9/2024 11:50:19 AM. Learn to perform CRUD operations in MongoDB using Node.js with tools like VS Code and MongoDB Compass. Master creating, reading, updating, and deleting data in your MongoDB database, enhancing your ba
  • CRUD Operations In ReactJS With Hooks4/8/2024 9:14:38 AM. Learn how to implement React hooks for CRUD operations with Web API. This tutorial covers setting up a React app, installing dependencies like Axios and Reactstrap, configuring routing, creating data
  • Using .NET Core With RabbitMQ For Async Operations4/5/2024 5:43:09 AM. In this article, we will learn to leverage the power of .NET Core and RabbitMQ for asynchronous operations. Explore seamless integration to enhance messaging middleware, facilitating efficient communi
  • Remote Procedure Calls using SOAP4/4/2024 9:32:03 AM. Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring i
  • .NET Synchronous vs Asynchronous4/4/2024 6:39:42 AM. Synchronous programming in .NET involves sequential execution, blocking the current thread until a task completes. Asynchronous programming, on the other hand, enables non-blocking execution, improvin
  • Difference Between Union & Union All In SQL Server 20174/3/2024 9:56:30 AM. In this article, you will learn the nuances between UNION and UNION ALL in SQL Server 2017. While both combine results from multiple queries, UNION removes duplicates, whereas UNION ALL retains them.
  • Terminologies in MVC: Part 3 (Scaffolding)4/1/2024 8:34:00 AM. This article is a sub-part of my MVC article series. This series contains all the terminologies, acronyms and terms usually used in the MVC framework. Knowledge of these is as important as knowing Mod
  • RXJS Operators Used in Angular3/26/2024 5:31:54 AM. RxJS (Reactive Extensions for JavaScript) empowers reactive programming in Angular, handling asynchronous tasks like HTTP requests. Key operators include map, filter, tap, switchMap, mergeMap, catchEr
  • Business Rules in ServiceNow and Its Automation Potentials3/21/2024 1:45:34 PM. In this article, we will learn automation and efficiency are important in IT service management. ServiceNow provides an effective toolkit for streamlining corporate procedures and increasing output.
  • Learn Everything About REST API3/21/2024 6:31:08 AM. This tutorial covers building a full-fledged application with WPF, REST API, and Entity Framework. It emphasizes the importance and implementation of REST APIs, discussing CRUD operations and their re
  • Explain about Spread Operator in C# 12 3/20/2024 6:11:27 AM. The spread operator, a recent addition to C# in version 12, streamlines working with collections like arrays and dictionaries. It simplifies tasks such as cloning and merging, enhancing code readabili
  • How to Open This PC Window in Windows 103/19/2024 11:55:13 AM. In this article, we will learn how to swiftly access the "This PC" window on Windows 10. Discover various methods such as using the desktop shortcut, taskbar icon, or keyboard shortcut (Win
  • PowerApps Canvas Patch Upsert Dynamics 365 Records3/15/2024 8:34:51 AM. Build a PowerApps Canvas app to efficiently manage Dynamics 365 records with Patch and Upsert operations. Seamlessly integrate and synchronize data, enabling customizations and streamlined record mana
  • 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
  • Using MongoDB On Node.js Application Using Mongoose3/7/2024 8:17:55 AM. We are going to see how we can use MongoDB on our Node JS application with the help of the package Mongoose. We will also be covering some facts about MongoDB so that as a reader, you will understand
  • Practical Introduction To Entity Framework: Day 53/6/2024 10:39:36 AM. Day 5 of our practical introduction to Entity Framework delves deeper into database management with advanced concepts like relationships and efficient CRUD operations. Explore Entity Framework Core fo
  • Practical Introduction To Entity Framework: Day 13/6/2024 10:29:58 AM. In this article, we will discover the fundamentals of Entity Framework in this practical introduction. Learn about ORM concepts, database operations, and CRUD operations through hands-on examples.
  • Product Management Application using .NET Core and React JS with CRUD Operations3/2/2024 9:31:29 AM. In this article, learn to create a product management web API with CRUD operations using .NET Core 6 and React JS. Utilize SQL Server for the backend and Axios for API consumption.
  • 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.
  • CRUD Operation With Angular 5 HTTP Client And ASP.NET Core Web API2/29/2024 10:09:52 AM. HTTP is the messaging system between the client and the server-client which sends the request and server responds with the proper message. Angular HTTP client is the toolkit which enables us to send a
  • 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
  • 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.
  • System Restore Point in Windows 102/27/2024 11:55:02 AM. This article explains the process of creating and utilizing System Restore Points in Windows 10 to revert to a previous system state.
  • 20 Features Of Window 10 Operating System2/27/2024 11:23:33 AM. Windows 10 offers a plethora of features including a revamped Start menu, Cortana voice assistant, Microsoft Edge browser, virtual desktops, Task View, Action Center, and Continuum for seamless transi
  • Configure IIS In Windows 10 Operating System2/27/2024 11:14:10 AM. To configure IIS in Windows 10, install the feature via Control Panel > Programs > Turn Windows features on or off. Use IIS Manager to set up websites, bindings, SSL certificates, and applicatio
  • Create New Microsoft Account In Windows 82/27/2024 11:05:46 AM. This article guides users through the process of creating a new Microsoft Live ID in Windows 8. It emphasizes the importance of a Microsoft account for accessing the Windows Store and utilizing additi
  • What is Windows Blue2/26/2024 8:43:17 AM. Windows Blue refers to an update by Microsoft, specifically Windows 8.1. It introduced enhancements to the Windows 8 operating system, including the reintroduction of the Start button, improvements to
  • How to Install WDS in Server?2/26/2024 8:16:04 AM. This article provides a comprehensive guide on installing Windows Deployment Services (WDS) on Server 2019, detailing each step in the process.
  • Learn about C# Operators and Their Uses2/26/2024 6:54:17 AM. This article on C# operators from unary and binary operators to overloadable operators, relational operators, implicit and explicit cast operators, short-circuiting operators, the ternary operator, nu
  • What Is File Explorer In Windows 102/23/2024 9:46:32 AM. This article will show that File Explorer in Windows 10 is a built-in file management tool, serving as a central hub for navigating, organizing, and accessing files and folders on your computer.
  • Will Windows 8 Sink the Microsoft Ship?2/23/2024 9:30:42 AM. It has been more than a year since Windows 8 was introduced to the consumers. The date was Oct 26, 2012 to be exact. And here we are, still debating if Windows 8 is a failure.
  • Azure Document DB CRUD Operation2/21/2024 11:38:53 AM. This article explains how to create documents into SQL (DocumentDB) API. Before starting, we need to understand what is documentDb and how it works. SQL (DocumentDb) API is one of API comes under Azur
  • .NET Core CRUD Operation Using Azure Table API2/21/2024 10:52:04 AM. This document outlines the process of integrating Azure Table, a highly available NoSQL service, into a .NET Core application for building scalable solutions.
  • How To Create To-Do CRUD Operation With ASP.NET MVC Core, Angular 4.02/21/2024 10:21:43 AM. This training session covers how to utilize the Todo in-memory database via the TodoRepository and create a custom ASP.NET MVC API controller with CRUD (Create, Read, Update, Delete) operations.
  • Blazor - Create SPA With Azure Database For MariaDB Server2/21/2024 8:27:24 AM. We will create a MariaDB database service in Azure and connect MariaDB in a Single Page Blazor application. Azure Database for MariaDB is a relational database service in the Microsoft cloud. Azure Da
  • Perform CRUD Operations using Azure DevOps Rest API2/19/2024 9:39:24 AM. In this article we will discuss Azure DevOps REST API and perform CRUD operations on work items using PowerShell, including create, read, update, and delete.
  • Operational Data Stores (ODS) in Business Intelligence2/19/2024 7:07:50 AM. This comprehensive article introduces operational data stores (ODS) and their significance in modern data-driven businesses.It covers fundamental principles, distinguishing ODS from other data storage
  • Blazor - CRUD Using MongoDB2/18/2024 5:39:30 AM. This article guides you through the process of creating a Blazor application that utilizes MongoDB as its database provider. It covers setting up MongoDB, creating the necessary models and database co
  • CRUD Operation in Power Platform with Canvas App2/15/2024 8:55:01 AM. Learn how to perform CURD operations in Power Platform with Canvas App. Explore creating, reading, updating, and deleting data seamlessly. Enhance your app development skills and efficiently manage da
  • NULL Conditional Operator In C# 6.02/7/2024 11:41:56 AM. In C# programming, developers often encounter the "Object reference not set to an instance of an object" exception, commonly known as a NullReferenceException. However, with the introduction
  • Handling Null Values in DataGrid2/7/2024 11:30:13 AM. n C# programming, developers often encounter the "Object reference not set to an instance of an object" exception, commonly known as a NullReferenceException. However, with the introduction
  • Null Coalescing (??) Operator in C#2/7/2024 11:29:43 AM. In this article, we will learn about Null Coalescing (??) Operator in C# programming. Explore the Null Coalescing (??) Operator in C#, a versatile tool for handling null values. Learn its syntax, usag
  • Multithreading in C#: Processes, Threads, and Performance Optimization2/7/2024 10:06:03 AM. In this article, we will learn to Explore how threads are managed, synchronized, and executed at the kernel level, shedding light on the core mechanisms of concurrency and parallelism.
  • COM Interoperability Part 1: Using COM Components in .NET Framework2/6/2024 11:08:45 AM. In this article, we review the concepts & walk through an example that demonstrates COM interoperability in the .NET framework. Learn about the Component Object Model (COM) and the Runtime Callabl
  • Null Conditional Check in C# 62/6/2024 8:32:44 AM. This article explains the Null condition check in C# 6."Delve into the Null Conditional Operator in C# 6.0, streamlining null checks for enhanced simplicity. Learn its application in handling pro
  • Perform CRUD Operations in Dynamics CRM Using PowerShell2/5/2024 7:24:15 AM. In this article, we will discuss how to perform CRUD operations in Dynamics CRM using Powershell. In this article, we will explore the potential of PowerShell in Dynamics CRM for seamless CRUD operati
  • Understanding Cross Language Interoperability With C# .NET2/1/2024 10:45:16 AM. This article explains case sensitivity/insensitivity of cross language interoperability in Microsoft .NET that allows compliant languages to interoperate with each other.
  • CRUD Operations in Power Portal Using Web API Methods1/31/2024 10:47:45 AM. Create, Read, Update, and Delete (CRUD) operations in Power Portal using Web API methods and D365. This article covers Power Portal overview, portal creation, and performing CRUD operations for effici
  • Null Handling in C# Using Null-Conditional and Coalescing Operators1/25/2024 6:58:35 AM. In C# programming, null handling is a critical consideration for robust and error-resistant code. This brief guide introduces two powerful operators, the null-conditional operator (?.) and the null-co
  • Implement CRUD Operations in .NET Core 8 with Dockerized MSSQL Server1/25/2024 5:31:16 AM. In this article, I'm going to implement the basic CRUD Operations using .Net Core Web API & the Dockerized MSSQL Server. This article guides you through implementing CRUD operations in ASP.NET
  • Develop D365 Contact Creation Plugin with Unit Test Case 1/24/2024 9:44:52 AM. Create a Plugin when a new Contact is created in D365 and Update the same Contact in PreOperation with some data. This code snippet showcases the setup of an Entity Framework plugin in C#. It covers e
  • TaskCompletionSource and CancellationTokenSource in .NET1/23/2024 6:19:00 AM. Explore the functionalities and use cases of TaskCompletionSource and CancellationTokenSource in the .NET framework for managing asynchronous operations, providing flexibility, and control, and buildi
  • Rest & Spread Operators in JavaScript1/18/2024 9:35:59 AM. The rest and spread operators are powerful features that allow you to work with arrays and function parameters in a more flexible and concise way.
  • Unary Operators in JavaScript 1/17/2024 9:53:45 AM. Unary operators in JavaScript operate on a single operand, and they are used to perform various operations like negation, increment, decrement, and type conversion
  • Array Operations in JavaScript1/17/2024 8:48:51 AM. Arrays are fundamental in JavaScript, allowing storage and manipulation of collections. Common operations include element access, addition/removal, iteration, built-in methods (map, filter, reduce), s
  • Logical Operations in JavaScript1/16/2024 5:46:31 AM. Master the art of decision-making in JavaScript with logical operators. Learn how to use logical AND, OR, and NOT to create flexible, responsive code for efficient control flow in your applications.
  • CRUD Operations in Dynamics 365 through PowerShell1/12/2024 6:43:42 AM. Performing CRUD (Create, Read, Update, Delete) operations in Dynamics 365 through PowerShell involves leveraging either the Dynamics 365 SDK or the Power Platform Admin PowerShell module
  • Ternary Operation in Javascript1/12/2024 4:36:53 AM. A ternary operation, also known as the conditional operator, offers a concise if-else statement syntax. The format is a condition? expression_if_true : expression_if_false. An example checks age for a
  • Null Coalescing operator JavaScript1/11/2024 8:04:17 AM. Nullish Calescing Operator. The Null coalescing operator (??) assigns a default value to a variable if null or undefined, streamlining default value assignments.
  • What is Inline Arrays in C# 121/10/2024 5:31:58 AM. C# 12 unveils a hidden gem - inline arrays. This article delves into these performance powerhouses, showcasing how they boost speed, simplify memory management, and enhance type safety. Discover their
  • Understanding Collection Types in C#1/9/2024 4:35:29 AM. Delving into collection types like IEnumerable and IQueryable in C# unveils their impact on data querying efficiency. While IEnumerable offers simplicity for in-memory operations, it might load unnece
  • 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
  • Create a Powerful RESTful API for SQL Server CRUD Operations1/4/2024 7:57:08 AM. Discover the world of building simple and effective APIs that talk to SQL Server databases. Learn how to safely handle data, improve performance, and get hands-on with coding examples for each CRUD op
  • Understanding Concurrency in C#1/3/2024 11:30:24 AM. This article is an introduction to Concurrency in C# that is going to explain the concept of CPU-bound and I/O-bound operations to understand the world of Concurrency better
  • Concat Operator in RxJS Liberary1/2/2024 10:15:57 AM. Learn about the concat operator in RxJS, a tool for concatenating observables sequentially. Understand its syntax, order of execution, use cases, and error handling. Enhance your RxJS skills for async
  • Mastering PostgreSQL CRUD Operations in .NET 8 with ADO.NET1/1/2024 7:47:53 AM. Mastering PostgreSQL CRUD Operations in .NET 8 with ADO.NET: Best Practices and Code Examples
  • Delete in React.js CRUD Operations12/28/2023 6:07:08 AM. Dive into the 'Delete' operation in React.js CRUD operations. Follow a step-by-step guide with real-world examples, utilizing Axios for HTTP DELETE requests, and enhance your React application
  • Efficient API Development Database Operations in ASP.NET Core Web Using Dapper and Stored Procedures 12/27/2023 4:28:51 PM. Employing Dapper in ASP.NET Core for database operations brings a streamlined approach to handling data, ensuring efficient and straightforward interactions. When complemented with stored procedures,
  • Update in React.js CRUD Operations12/27/2023 8:54:09 AM. Unlock the power of React.js CRUD operations with an in-depth exploration of the 'Update' operation. Follow practical examples, step-by-step guides, and real-world scenarios to enhance your Re
  • Create in React.js CRUD Operations12/26/2023 6:42:37 AM. Mastering the 'Create' Operation with Practical Examples. React.js CRUD Operations. This article, following the 'Read' operation, demonstrates the 'Create' operation with pract
  • Cross Tab Report in Fabric Data Warehouse using PIVOT Operator12/26/2023 5:02:06 AM. The Pivot operator allows transforming rows into columns and performing aggregation on data. It improves the readability and clarity of the query. This video shows how to create cross-tab report in Fa
  • API Development Using Dapper and Microsoft Asp.NET Core Web API 12/24/2023 4:38:11 PM. ASP.NET Core is a powerful framework for building web applications, and "Dapper" is a popular micro ORM (Object-Relational Mapping) that works well with ASP.NET Core for database operations.
  • Read in React.js CRUD Operations12/21/2023 10:00:30 AM. Explore the pivotal role of "Read" in React.js CRUD operations with insights into MVC architecture, MERN/MEN stacks, and the "View" in React. Dive into state management, Axios data
  • Using RESTSharp for CRUD Operations in ASP.NET Core Web API12/19/2023 7:24:01 AM. Utilizing RESTSharp for CRUD operations in ASP.NET Core Web API offers a streamlined approach to interacting with APIs. This library simplifies HTTP requests and responses, allowing developers to focu
  • Implement Entity Framework A Code First Approach in .Net 8 API12/18/2023 11:14:53 AM. In this article, we are going to discuss. How to implement Entity Framework a code first approach in .Net 8 API. In this approach, model classes and their relation are created first using the ORM des
  • .Net 8 Web API CRUD Operations12/18/2023 5:44:56 AM. In this article, We are going to discuss how to create web API using .NET 8. Creating a .NET 8 Web API with CRUD operations using an in-memory collection. It covers setting up the project, implementin
  • CRUD Operation from Power Portal Using Web API Methods12/7/2023 5:12:17 AM. Unlock the potential of Dynamics 365 portals by mastering CRUD operations with Web API. This article guides you through creating and customizing portals, covering key aspects
  • PIVOT AND UNPIVOT Operators in SQL Server12/5/2023 8:25:24 AM. In this article, we are going to learn PIVOT and UNPIVOT Operators in SQL Server with some examples.
  • Understanding LIKE vs ILIKE in PostgreSQL12/5/2023 5:14:46 AM. In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.