Search Articles — Sudonull

Search Results

In this project

VDI for SQL Server: backup without .bak files | Guide

https://sudonull.com/vdi-for-sql-server-backup-without-bak-files-guide

How to implement MS SQL integration with backup systems via VDI. Detailed analysis of architecture, parallel processing, and chain recovery. Learn the advantages of the solution.

OPC UA in MFC: integration of open62541

https://sudonull.com/opc-ua-in-mfc-integration-of-open62541

How to integrate OPC UA into an MFC application in C++ with open62541. Connecting to Siemens S7, security, subscriptions, working with SQL Server.

WebAssembly SQL for Excel and Parquet in the browser

https://sudonull.com/webassembly-sql-for-excel-and-parquet-in-the-browser

Learn how to run a C++ SQL engine in the browser for parsing XLSX, CSV, Parquet without a server. Code examples, architecture, performance. Integration for developers.

Evolution of RAG: genomes and cache of MCP servers

https://sudonull.com/evolution-of-rag-genomes-and-cache-of-mcp-servers

Implementation of controlled evolution of RAG pipelines on MCP documents1c. Three layers of genomes, SQL models, mutation-evaluation cycle. For middle/senior dev. Study the code and architecture.

Data Types for Passport and Identifiers in SQL: Storage Errors

https://sudonull.com/data-types-for-passport-and-identifiers-in-sql-storage-errors

Learn why passport and other identifiers should be stored as strings, not numbers in SQL. Avoid loss of leading zeros and data errors. Read the guide for developers.

From the web

Jul 15, 2024 ·

https://www.microsoft.com/en-us/download/details.aspx?id=30709&lc=1033

Jul 15, 2024 · Microsoft SQL Server Compact 4.0 is a free, embedded database that software developers can use for building ASP.NET websites and Windows desktop applications.

Jul 15, 2024 ·

https://www.microsoft.com/en-us/download/details.aspx?id=5783

Jul 15, 2024 · SQL Server Compact 3.5 SP2 is an embedded database that allows developers to build robust applications for Windows desktops and mobile devices. The download contains the files for installing SQL Server Compact 3.5 SP2 and Synchronization Services for ADO.NET version 1.0 SP1 on Windows desktop.

Sep 27, 2023 ·

https://erikej.github.io/sqlce/entityframework/2023/09/27/sqlce-net7-ef6.html

Sep 27, 2023 · In this blog post I will show how you can use SQL Server Compact 4.0 on a Windows desktop with .NET 7 (and later), with a Database First approach, assuming you already have a SQl Server Compact .sdf database file available.

Trending Now