🚀 News: We are launching the Kontext Labs Platform Pilot! Click here to join our pilot program.

.net

36 items tagged with ".net"

35 Articles
1 Diagram

Articles

Resolve error MSB4126: The specified solution configuration "Debug|x64" is invalid

2024-05-19
.NET Programming

Install .NET 8 and 9 SDKs on a Non-System Drive

2024-04-28
.NET Programming

InvalidOperationException: A second operation was started on this context instance before a previous operation completed

2023-09-05
.NET Programming

Clean out All Style Attributes using HTML Agility Pack .NET

HTML Agility Pack (HAP) is one of the most commonly used .NET package to parse HTML. It creates a document object model in memory, which can be use to manipulate the nodes (including both elements and attributes). The package can be added to your project from NuGet via the following CLI: `` dotnet add package HtmlAgilityPack --version 1.11.43 ` This code snippet provides one example of using this HAP to remove all style `attributes. The script can be run as C# script. For more details, refer to Html Agility Pack.

2022-08-09
Code Snippets & Tips

HTML Parsing using HTML Agility Pack .NET

HTML Agility Pack (HAP) is one of the most commonly used .NET package to parse HTML. It creates a document object model in memory, which can be use to manipulate the nodes (including both elements and attributes). The package can be added to your project from NuGet via the following CLI: `` dotnet add package HtmlAgilityPack --version 1.11.43 ` This code snippet provides one example of using this HAP to remove all script `elements. The script can be run as C# script. For more details, refer to Html Agility Pack.

2022-08-09
Code Snippets & Tips

Visual Studio Code: Debug ASP.NET Application with Hot Reload

2022-03-26
Tools & Systems

.NET Hot Reload in Visual Studio Code

2022-03-26
Tools & Systems

Load Fonts as Glyph in .NET

2022-03-26
.NET Programming

Cross-Platform .NET 6 Image Processing Libraries

2022-01-15
.NET Programming

.NET - Update EF Core Tools

2022-01-04
Code Snippets & Tips

Apache Ignite Installation on Windows

2022-01-03
The Data Engineering

Query JSON via JMESPath in .NET

2021-12-21
.NET Programming

About --idempotent Flag in dotnet ef migrations script

2021-09-18
.NET Programming

.NET - Transform XML Data with XSLT

2021-09-11
.NET Programming

Port 7071 is unavailable. Close the process using that port, or specify another port using --port [-p]

2021-09-10
Microsoft Azure

Dependency Injection and Use appsettings.json in .NET 5 Azure Functions

2021-08-24
Microsoft Azure

C#: Base64 URL Encoder and Decoder

2021-08-24
Code Snippets & Tips

Fix Error CryptographicException: The payload was invalid.

2021-08-24
.NET Programming

Read Embedded Assembly Resource Files in .NET

2021-08-13
.NET Programming

EntityFramework Core: Generate Migration Scripts in a Separate Project

2021-05-15
.NET Programming

The Entity Framework tools version '3.1.7' is older than that of the runtime '5.0.3'.

2021-03-08
.NET Programming

Draw Images in ASP.NET Core 5

2021-02-16
ASP.NET Core

EntityFramework Core - Update Only One Field

2021-02-14
.NET Programming

EntityFramework Core - Connect to MySQL

2021-01-23
.NET Programming

Get IP Address in ASP.NET Core 5

2021-01-16
ASP.NET Core

.NET Standard for C# 9.0

2020-09-28
.NET Programming

Introduction to C# Interactive

2020-09-24
C# Programming

LINQ to SQL - Select N Random Records

2020-09-22
.NET Programming

Read and parse JSON in C# / .NET Framework

JSON is commonly used in modern applications for data storage and transfers. Pretty much all programming languages provide APIs to parse JSON.

2019-11-18
Code Snippets & Tips

.NET for Apache Spark Preview with Examples

2019-04-26
Spark & PySpark

LINQ SQL to Teradata

2015-06-16
C# Programming

[C#] Connect to Teradata Database via .NET Data Provider

2015-05-28
Teradata

浅谈正则表达式匹配嵌套HTML标签

2010-06-09
.NET Programming

在.Net中使用msxsl:script脚本块扩展XSLT的具体实践与应用

一概述 XSLT可以用于将XML格式的数据转换为其它格式,在数据和展示分开以及数据相互转换中可以得到广泛的应用,比较典型的是以前的动网论坛模板系统以及动易的标签系统。掌握好XSLT可以灵活的处理XML,同时运用在Web应用程序中也非常的方便,不过缺点是使用者需要掌握大量的XPath、XSLT、XML等相关知识。

2010-02-23
Frontend & JavaScript

Socket通信中文字符乱码问题解决方法

2009-05-13
.NET Programming

Diagrams