Skip to main content

.net

Scheduling in ASP.NET Core with Quartz.NET

·4 mins
Running certain tasks in a scheduled manner may be an easy solution for many problems. One might be refreshing the application cache when the data needs to be fresh and warm no matter what the actual traffic is.

Custom XmlResolver for embeded DTD

·3 mins
Writing a component for parsing XML files with XMLSerializer I had to provide DTD validation (DTD file was already created long time ago so there was no sense for creating XSD schema).