ASP.NET 2.0 Generic Control Tag Syntax I was catching up on my blog reading during lunch and came across this post from Mikhail Arkhipov who works for Microsoft. Apparently he is on the ASP.NET 2.0 team and is looking for suggestions on how to solve the problem of declaring instances of generic typesin “code-in-front”. My suggestion is to strive for 100% […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
FormatterAssemblyStyle.Simple: Not So Simple? We’re doing some work right now with persistance of object graphs into a SQL server image field using the BinaryFormatter. We’re using “simple” serialization, meaning we’re just marking our types with the SerializableAttribute and whatever transient fields shouldn’t be serialized we’re marking with NonSerializedAttribute. I realize that this problem could be solved if we go and implement ISerializable […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail