This article has moved to the official .NET Docs site.
See https://docs.microsoft.com/dotnet/standard/base-types/character-encoding-introduction.
| using System.Data.Common; | |
| using System.Runtime.CompilerServices; | |
| using System.Text; | |
| using Npgsql; | |
| GetCatalogItemsSql(null, null, null, 10); | |
| void GetCatalogItemsSql(int? catalogBrandId, int? before, int? after, int pageSize) | |
| { | |
| // This looks like it would be susceptible to SQL injection, but it's not. |
This article has moved to the official .NET Docs site.
See https://docs.microsoft.com/dotnet/standard/base-types/character-encoding-introduction.
| using System; | |
| using System.ComponentModel; | |
| using System.Runtime.InteropServices; | |
| using System.Net; | |
| public class NetworkConnection : IDisposable | |
| { | |
| readonly string _networkName; | |
| public NetworkConnection(string networkName, NetworkCredential credentials) |
Located in alphabetical order (not prefer)
Cab), also designed as a more modern replacement, written in Cgolang)| <!doctype html> | |
| <title>Site Maintenance</title> | |
| <style> | |
| body { text-align: center; padding: 150px; } | |
| h1 { font-size: 50px; } | |
| body { font: 20px Helvetica, sans-serif; color: #333; } | |
| article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
| a { color: #dc8100; text-decoration: none; } | |
| a:hover { color: #333; text-decoration: none; } | |
| </style> |