Nates Stuff

Perspectives on Computing :: Leave a Comment

Browse by Tags

All Tags » CLR » Tools (RSS)
Getting the Assembly Qualified Name for a .NET Object
Have you ever needed to add a line to a config file like: < type ="Config.RoleService, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> These fully qualified types are not easy to figure out. The syntax...