Skip to content

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

Tag: xml

2021-08-102022-01-16sql server

Basic XML Examples in SQL Server

Select values from an XML column declare @tbl table (id int, xval […]

2021-06-012022-01-11.net

Remove declaration and namespaces from XML serializer

Out of the box, .NET XML serialization is loaded with garbage that […]

2021-05-202022-01-10.net

Fluent XML writer

Writing XML in .NET is not too terrible, but it sometimes is […]

2021-05-132022-01-09sql server

SQL XML Nested Types

declare @people table (id int, name varchar(50));insert @people values (1, ‘John’);insert @people […]

2021-03-202022-01-07.net

XML Serialization Helpers

public static class Serialization { private static readonly Encoding _defaultEncoding = Encoding.UTF8; […]

2021-01-172022-01-05.net

.NET XML Writer

XmlWriter is an easy way to generate XML when you need it. […]

2021-01-052022-01-04.net

Simplify XML Serialization

The default XML serialization method in .NET gives you a lot of […]

.net ajax asp.net async authentication aws azure batch brotli c# cloud cryptography css csv deno dependency injection email entity framework exif guid gzip html images javascript jquery json linq linux mercurial mustache mvc nodejs pdf records scss serialization smtp sqlite sql server strings temporal tables typescript windows wsl xml

If you learned something today

Buy Me a Coffee

© 2022 60 Second Dev. Proudly powered by Sydney