-
Recent Comments
No comments to show. -
Categories
Administration
Tag Archives: serialization
Handling Highly Structured Data in ASP.NET Pages
Hi Everyone! I thought I’d talk about how I handle working with highly structured data in an ASP.NET web page. For my DMF application, I’m using ASP.NET for the management console for the system and I have a lot of … Continue reading
Posted in ASP.NET
Tagged ASP.NET, C#, serialization
Comments Off on Handling Highly Structured Data in ASP.NET Pages
My Excellent Database Library
I was going to talk about a new feature that I had just added to my database library, but then I realized that I haven’t talked about the library at all yet. I guess that I planned to for so … Continue reading
Posted in Dennis-IT Tools
Tagged C#, database, library, serialization, sql
Comments Off on My Excellent Database Library
Serializing data quickly and easily
Have you ever had a class with a bunch of data in it that you needed to store easily in a file or database field? Serialization is usually the easiest answer. But, what should it be serialized to? The best … Continue reading
Posted in Dennis-IT Tools
Tagged serialization, tools, xml
Comments Off on Serializing data quickly and easily