Related resources for DB
  • Applied Reverse Engineering With OllyDbg4/23/2024 8:25:53 AM. This paper explores executable cracking using OllyDbg, focusing on reverse engineering without source code. It emphasizes Assembly Programming and tools like OllyDbg and CFF Explorer. Methods include
  • Understanding OLTP and OLAP for Effective Data Management4/19/2024 6:03:17 AM. This article explores OLTP and OLAP, two crucial systems for data management. OLTP handles real-time transactions, while OLAP analyzes historical data to uncover valuable insights. Learn how they work
  • 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
  • Building Scalable Applications with Alibaba Cloud Serverless Computing4/18/2024 4:13:40 AM. This article guides setting up serverless architecture on Alibaba Cloud, configuring Object Storage Service, ApsaraDB for MongoDB, and Function Compute.
  • Harnessing the Power of Big Data with Alibaba Cloud AnalyticDB4/17/2024 6:28:24 AM. Learn how Alibaba Cloud AnalyticDB empowers businesses to harness the power of big data analytics, with high performance, scalability, and cost-effectiveness.
  • Combine SQL-DB And MongoDB In Same Blazor App 4/16/2024 5:38:10 AM. In this post, we will see how to combine SQL DB and MongoDB in same Blazor app. We will create two entities for City and Employee. City will be saved in MongoDB and Employee will be saved in SQL DB. W
  • Upload And Download Files From Blob Storage Using C#4/15/2024 11:47:42 AM. Learn to upload and download files programmatically to Azure Blob storage using C#. Understand creating Azure storage accounts, containers. Step-by-step guide to access Azure storage with code snippet
  • Build a Table API with Python and Azure Cosmos DB4/15/2024 11:43:19 AM. Develop a robust Table API using Python and Azure Cosmos DB. Leverage the power of NoSQL with Azure's scalable database solution. Manage JSON data efficiently, perform CRUD operations, and optimiz
  • How to Configure Azure Application Gateway and WAF v2 4/15/2024 6:05:14 AM. We're configuring an Application Gateway to manage traffic for the demo application. Azure Application Gateway, a layer 7 solution, efficiently manages web traffic, ensuring optimal performance. T
  • Create A Database Project From Existing SQL Database 4/11/2024 7:03:00 AM. In this post, we will see how to create a database project from existing SQL database. We will modify the project by adding a table into the project and add seed data through post deployment script. W
  • 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
  • Learn about SQL Table Variable?4/9/2024 4:58:06 AM. Table variables in SQL Server function similarly to temporary tables but with some constraints. They offer local scope and structure definition but lack certain features like non-clustered indexes and
  • Database Optimization Technique4/3/2024 5:40:07 AM. Database optimization ensures efficient and performant systems. Techniques like indexing, normalization, and query optimization enhance query performance and overall efficiency.
  • Rating Control Dynamically from SharePoint List in Power Apps3/27/2024 9:36:22 AM. Dynamically link SharePoint list data to a Rating Control in Power Apps. Customize user feedback mechanisms, enhancing user experience and data interaction within your application for efficient data v
  • Capturing Survey Response For Grid Questions - Voice Of The Customer3/21/2024 9:42:08 AM. Learn to capture training feedback survey responses in Dynamics 365 using Voice of the Customer. Create a workflow to send emails based on dissatisfied responses. Navigate through workflow creation, c
  • Display Success Message With Back Button On Dynamics 365 Portal3/15/2024 9:01:33 AM. In this article, we will learn to enhance the Dynamics 365 Portal experience by displaying success messages with a convenient back button. Empower users with clear feedback and seamless navigation, op
  • What Is DevOps And Its Key Principles3/15/2024 6:16:52 AM. DevOps merges development and operations, emphasizing collaboration, automation, and continuous integration. Key principles include infrastructure as code, agile practices, and a feedback loop for mon
  • Vector Similarity Search in Azure Cosmos DB for PostgreSQL with pgvector & Azure AI Vision3/14/2024 4:31:40 AM. In this session, we will discuss about vector search with Azure AI Vision and Azure Cosmos DB for PostgreSQL.
  • Local Authentication Using Node.js3/11/2024 9:26:51 AM. Authentication means validating your credentials like username and password to confirm your identity. The system or application confirms that you are the true user for accessing the private or confide
  • REST API Using Node.js, MongoDB, And Express3/11/2024 9:24:27 AM. Build a robust REST API with Node.js, MongoDB, and Express. Utilize Express for easy routing, MongoDB for database operations, and Node.js for server-side logic. Implement CRUD functionality, handle a
  • Shadow Properties In Entity Framework Core3/7/2024 11:32:17 AM. Entity framework core added many new features that are already present in older entity framework versions. One of the features of the Entity framework core is "Shadow Properties". The featur
  • Code First Approach in Entity Framework3/7/2024 11:28:21 AM. This content provides a comprehensive guide on implementing Entity Framework's code-first approach in ASP.NET MVC applications. It begins with an introduction to Entity Framework, highlighting its
  • Creating A Chat Application In Node.js With Express, MongoDB, Mongoose And Socket.io3/7/2024 8:59:37 AM. This article guides you through the process of creating a chat application in NodeJS with MongoDB as the backend, utilizing Mongoose for MongoDB models and Socket.io for real-time communication betwee
  • 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
  • How To Reverse Engineer Using OllyDbg3/1/2024 9:19:32 AM. This article provides an introduction to obfuscation and reverse engineering, focusing on using OllyDbg as a reverse engineering tool. It explains the concept of obfuscation as a means to secure sourc
  • An Instant API using Data API Builder2/29/2024 11:34:05 AM. In the session, you will learn how to create an applications API layer from a single configuration file.
  • 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.
  • Build ASP.NET Core API Using Existing Database2/28/2024 10:16:53 AM. I’m sharing a short overview of Asp.NET Core. The journey of .NET Core started with the purpose of Microsoft to build a common .NET base library that provides a common foundation to all its platforms.
  • How to Read or View Exchange Database EDB File Programmatically2/28/2024 6:03:51 AM. Explore methods to Read or View the Exchange Database EDB File Programmatically. Know how to use this Exchange Server Managed API to View or Read Exchange EDB files.
  • Get In Touch With Document DB From Azure Cosmos DB2/22/2024 4:41:24 AM. This article introduces readers to the new features Microsoft unveiled at Build 2017, particularly focusing on Azure Cosmos DB. It explains Cosmos DB as a globally distributed, multi-model database se
  • 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
  • Azure Cosmos DB - Part Three - Getting Started With Azure Document DB2/21/2024 10:51:42 AM. Azure Cosmos DB, Part Three, introduces Azure DocumentDB, a NoSQL database for scalable, globally distributed applications. Explore its multi-model support, including SQL, MongoDB, Cassandra, Gremlin,
  • 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
  • Blazor - Connect With Amazon DynamoDB Using AWS SDK2/21/2024 8:24:16 AM. In this article, we will see how to create a Blazor application and connect with Amazon DynamoDB using AWS SDK. We will see how to create a Blazor application and connect with Amazon DynamoDB using AW
  • Blazor - Work With Cassandra API In Cosmos DB2/20/2024 3:14:26 PM. We will see how to create a Cosmos DB account with Cassandra API. Later we will create a Blazor application and connect with Cassandra database using “CassandraCSharpDriver” NuGet package.
  • Single Page Application With Blazor And CosmosDB2/20/2024 3:11:16 PM. We will create one single page application with default Blazor (ASP. Net Core Hosted) template. We will manage a Book entry in this project and save data to CosmosDB. We will use “Microsoft.Azure.Docu
  • 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
  • SQL Server Migration Strategy into Azure SQL PaaS Database2/16/2024 3:47:43 AM. This article outlines a strategic approach to migrating SQL database workloads from on-premises to Azure cloud services. It covers the high-level migration roadmap, choosing the right migration path,
  • How to Backup/Restore MongoDB Database and Collections2/11/2024 9:32:02 AM. Backing up and restoring a MongoDB database and collection with command definition explanation and example as well.
  • The Amazing Adventure of MongoDB Queries2/9/2024 9:21:46 AM. This content provides an engaging analogy of MongoDB queries as an adventurous quest through a treasure-filled city. It introduces concepts like planning the query as preparing a treasure map, executi
  • Common Implementation Mistakes of Work Pattern in C#2/7/2024 9:15:44 AM. Exploring common mistakes in implementing the Unit of Work pattern in C# development. Examples include overcomplicating the class, incorrect transaction management, and lacking exception handling.
  • ADODB Services in .NET Applications Using C#2/6/2024 8:38:12 AM. In this insightful guide, "Modernizing ADO Applications in C# with ADO.NET," discover the transition from traditional ADODB-based systems to the revolutionary world of ADO.NET within the .NE
  • Full-Stack Web Development in ASP.NET Core 8 MVC1/30/2024 4:10:26 AM. Full-stack web development refers to the practice of designing, developing, and deploying both the client-side (front-end) and server-side (back-end) components of a web application. In this, develope
  • Lazy Loading In ASP.NET Core 7 Web API1/22/2024 9:09:14 AM. ASP.NET Core 7 Web API. Lazy loading is a technique where related data is only loaded from the database when it is explicitly requested. In Entity Framework Core, lazy loading can be achieved by marki
  • Eager Loading In ASP.NET Core Web API Complete Example 1/22/2024 8:52:34 AM. In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database cal
  • The Cloud Show with Magnus Mårtensson ft. Mark Brown - Ep. 181/20/2024 5:35:45 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • Azure Cosmos DB in C# Development1/9/2024 7:27:12 AM. Azure Cosmos DB is not just an AI database; it's a comprehensive solution for various applications, including web, mobile, gaming, and IoT. With guaranteed speed, simplified development, and missi
  • What is Windows Sandbox?1/6/2024 5:33:16 AM. Windows Sandbox is an isolated environment that can be used to test Windows applications without changing your parent OS.
  • IndexedDB and Its Basic Concept1/5/2024 6:26:52 AM. In this article, we will learn about IndexedDB, a powerful client-side storage API for storing and retrieving structured data asynchronously. Explore its key features, concepts, and a practical exampl
  • Azure Cosmos DB Interaction through Python1/2/2024 9:01:56 AM. This article speaks about the techniques to interact with Cosmos DB using Python. Azure Cosmos DB, a fully managed NoSQL and relational database for modern app development. Learn how to build a Python
  • How to Build an Interactive and Responsive Form12/28/2023 5:03:01 PM. Discover the world of web development with our latest tutorial on building a responsive and interactive form using HTML5, CSS3, and JavaScript. From the fundamentals of HTML5 to styling with CSS3 and
  • Consistency Levels in Azure Cosmos DB with an Example12/27/2023 8:15:56 AM. In this article, we will learn about the Azure Cosmos DB multiple consistency levels, including strong, boundless, session, consistent prefix, and eventual, with an example and scenario.
  • 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.
  • Impact of React in MERN Stack Development12/21/2023 5:18:24 AM. MERN stack development's heart, exploring React's profound impact. Navigate MVC architecture, unveil the MERN stack, and delve into MongoDB, Express.js, React.js, and Node.js. Witness React&#3
  • How to Use MongoDB Atlas with MongoDB Compass12/20/2023 10:11:12 AM. How to use MongoDB atlas with MongoDB compass, how to use cloud database with MongoDB. Learn how to use MongoDB Atlas, a fully managed cloud database, and MongoDB Compass, a powerful GUI for database
  • MySQL: Unveiling its Versatility and Robustness for Diverse Use Cases12/20/2023 4:10:36 AM. Explore MySQL's diverse use cases in web applications, e-commerce, CMS, data warehousing, telecommunications, and finance. Dive into its key features, architecture, and crucial queries for efficie
  • CrateDB: Powering the Internet of Things12/11/2023 6:06:56 AM. CrateDB, an open-source distributed SQL database, is spotlighted for its efficacy in handling IoT complexities. This article explores use cases, including time-series data, analytics, and scalability,
  • Reduction Consumed Storage in SQL DB12/11/2023 5:10:53 AM. The simple way to reduce consumed DB storage on production app, with data migration and without dramatic changes in DAL (no additional services are required)
  • Exploring Logical and Physical Partitions in Azure Cosmos DB12/3/2023 1:31:04 PM. Azure Cosmos DB, Microsoft's globally distributed, multi-model database service, operates on the foundation of logical and physical partitions. Let's delve into their nuances, accompanied by c
  • Sharepoint Sandbox Solutions v/s Sharepoint Farm Solutions11/30/2023 10:47:40 AM. In this article, Understanding SharePoint solutions is crucial for developers. Sandboxed solutions run securely, affecting only the site collection, and hosted in SPUCWorkerProcess.exe. Farm solutions
  • Exploring MongoDB: Applications and Essential Queries11/30/2023 10:36:04 AM. In this article, we will explore MongoDB and delve into its applications, accompanied by an in-depth look at some of the most commonly used MongoDB queries.
  • Creating One’s Personal Microsoft Fabric Sandbox Environment11/29/2023 8:53:29 AM. Creating One’s Personal Microsoft Fabric Sandbox Environment. Learn how to set up your personal Microsoft Fabric learning environment. Follow step-by-step instructions, including prerequisites like a
  • Time Series Databases: Understanding, Using, and Implementing11/28/2023 9:56:25 AM. In our era of data dominance, managing and analyzing time-sensitive information is pivotal, especially in finance, IoT, and healthcare. Traditional databases grapple with time-stamped data, paving the
  • Azure Cosmos DB's NoSQL API11/27/2023 8:04:35 AM. NoSQL databases have revolutionized data storage by offering enhanced flexibility and scalability compared to traditional relational databases. Among these, Azure Cosmos DB stands out as a robust plat
  • Concurrency Control in DBMS11/26/2023 5:55:32 AM. A crucial component of database management systems (DBMS) that ensures data integrity and consistency in multi-user situations is concurrency control.
  • Performing CRUD Operations Using EventStoreDB in .NET11/24/2023 10:20:44 AM. Learn to perform CRUD operations with EventStoreDB in a .NET environment. This guide covers setting up EventStoreDB, integrating it into .NET, and providing code examples for creating, reading, updati
  • Working with OleDb Data Adapters11/20/2023 2:55:24 PM. This step by step article guides you to create your database applications using OleDb Data Adapters in VS.NET.
  • How To Convert Visual FoxPro DBF File To Excel In C#11/20/2023 10:34:58 AM. In this article you will learn how to convert Visual FoxPro DBF file to Excel in C#.
  • What is BSON and Data Types in MongoDB?11/15/2023 7:17:36 AM. Choose the best BSON DataTypes with C# and phyton Samples. MongoDB stores and exchanges data in a format known as BSON (Binary JSON), a binary equivalent of the JSON data format.
  • Use Data API builder with Azure Cosmos DB11/1/2023 7:15:42 AM. Use Data API builder with Azure Cosmos DB. The guide explains how to build a Data API using Azure Cosmos DB. It outlines steps such as creating a database container, adding a Book schema, obtaining th
  • How to Integrate OpenAI With Azure Cognitive Search (Vector Search)10/31/2023 4:43:32 AM. This article explains about how one can use Azure Cognitive Search with OpenAI. Your article provides a detailed explanation of how to use Azure Cognitive Search in conjunction with OpenAI, emphasizin
  • Recover Deleted Table Data "without Backup" in SQL Server10/31/2023 4:42:47 AM. This article will discuss Recover Deleted Table Data "without Backup" in SQL Server.
  • MongoDB and ACID Reliable Data Transactions with NoSQL Databases 10/30/2023 8:39:15 AM. This article explains what ACID compliance means for database management systems and how MongoDB, a popular NoSQL database, supports ACID transactions.
  • Optimizing File Security with Windows Sandbox10/26/2023 12:37:01 PM. Expert Tips for Utilizing Windows Sandbox to Enhance Downloaded File Security provides valuable insights on using Windows Sandbox, a built-in virtualization feature in Windows operating systems, to bo
  • CRUD Stored Procedures in Azure Cosmos DB10/26/2023 7:43:54 AM. In this article, we will learn how to create the stored procedures in the Azure Cosmos DB for inserting, reading, updating, and deleting the Azure Cosmos DB collection items.
  • Explore and Test Cosmos DB Rest APIs with POSTMAN10/25/2023 9:38:57 AM. Explore and Test Cosmos DB Rest APIs with POSTMAN
  • Exploring the Disappearance of mongo.exe in MongoDB10/22/2023 8:10:54 AM. Mongo.exe is missing and was replaced. See where to get MongoDB Shell
  • How To Call Stored Procedure In Entity Framework10/10/2023 8:44:08 AM. In this article, I will demonstrate how to call a stored procedure in entity framework? There are many different way to call stored procedure from entity framework.
  • C# MongoDB Repository Implementation10/2/2023 7:34:35 PM. A C# MongoDB repository implementation involves creating a set of classes and methods that enable interaction with a MongoDB database. MongoDB is a popular NoSQL database that stores data in a JSON-li
  • ASP.NET Core Web API For CRUD Operations With Cosmos DB9/26/2023 11:43:06 AM. Creating a complete ASP.NET Core Web API for CRUD operations with a Cosmos Database is a multi-step process. In this tutorial, we'll create a sample application called "CSharpCornerArticles&q
  • Create ASP.NET Core CRUD API with MongoDB9/25/2023 8:14:45 AM. In this article, we've built a complete CRUD API using ASP.NET Core and MongoDB. You've learned how to define a model, set up a MongoDB database, create a MongoDB context, and implement CRUD o
  • Implementing the DBSCAN Algorithm using C#9/20/2023 11:11:51 AM. I was recently asked if I could implement DBSCAN algorithm in C# as there appears to be no other implementation which is freely available. Here I am showing to implement this algorithm.
  • Solution For Parsing An Excel File In C# And The Cells Seem A To Get Cut Off At 255 Characters9/20/2023 7:13:29 AM. In this article you will learn the solution for, when parsing an Excel file in C#, the cells seem to be truncated at 255 characters.
  • OLE DB errors in Power BI9/19/2023 5:01:25 AM. This article helps you in understanding causes and solutions for common OLE DB errors in Power BI.
  • Working On LinkedList Using C#9/15/2023 4:50:42 AM. In this article I explain how to create a linkedlist and the various operations that we perform on linkedlists.
  • Connecting to a Text file using ADO.NET 9/8/2023 11:12:32 AM. A simple step by step tutorial shows you how to connect to a text file using ADO.NET and C#..
  • Oracle Data Provider for .NET: Part V9/5/2023 6:04:37 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part IV9/5/2023 6:00:33 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • A Guide to Integrating Azure Cognitive Search into Business Apps9/5/2023 3:52:49 AM. In the rapidly evolving landscape of digital business, the ability to swiftly extract valuable insights from data is no longer a luxury but a necessity. In this article, I will demonstrate how to impl
  • MVC Architecture With Node.js CRUD Application [Node.js-Express-MongoDB]8/31/2023 9:30:33 AM. MVC Application- CRUD operations (create, read, update, and delete) Using [Node.js-Express-MongoDB].
  • Caching In RavenDB8/24/2023 10:53:48 AM. Caching — what it is, how it is handled in RavenDB, and how you can optimize your database performance with the right caching strategy.
  • What is New in MongoDB 7.0 8/24/2023 4:20:43 AM. Explore MongoDB 7.0: Unveiling New Features and Enhancements. From Atlas Search Index Management to Aggregation Stages, Sharding, and Platform Support. Evolve Your Data Management Strategy with MongoD
  • OLAP ETL Tasks In RavenDB8/23/2023 9:56:53 AM. What are OLTP and OLAP? Where is each appropriate? This article explains the difference between OLAP and OLTP, why would you want to use cloud OLAP services over a SQL reporting database, and the func
  • A Fully ACID NoSQL Database System 8/23/2023 9:07:02 AM. In this article, you will learn how and why RavenDB works as a fully ACID NoSQL database system.
  • Learn MongoDB With Me8/22/2023 6:47:30 AM. Here, we are going to do some exercises with MongoDB. We will be talking about Mongo Shell, how we can configure MongoDB, and what Indexes are in MongoDB, and more.
  • How To Set Up And Start With MongoDB8/22/2023 6:45:21 AM. In this article, we will learn How to set up and starts with MongoDB in Windows Operating System.
  • Working With Databases In MongoDB8/22/2023 6:43:20 AM. In this article, we will learn about Database in MongoDB. If you are new to MongoDB then I would recommend you to go through the previous article in this series.
  • Are The DBAs Paranoid By Nature8/22/2023 6:41:53 AM. With respect to the job functions of Database Administrators, the term “paranoid” does not necessarily imply that they are under an extreme state of paranoia; however, perhaps in their zealous effort
  • Query Processing In DBMS8/22/2023 6:35:27 AM. Query Processing in DBMS is the approach of selecting the best strategy or plan which can be used to respond to a database request.
  • Legacy Modbus Devices Connected to Azure IoT8/22/2023 6:32:13 AM. Discover the fusion of Modbus, a time-honored protocol in industrial automation, with Azure IoT. Seamlessly connect legacy systems to cloud services for insights, efficiency, and transformative power.