J. Ambrose Little

Communicating Infragistics, .NET, Java, and related technologies.

Browse by Tags

All Tags » ASP.NET   (RSS)
Visual Studio Tutorials (.com)
One of our IG champs (unofficial term), Christopher Bishop, has put up a really snazzy independent community site called VisualStudioTutorials.com : It has a tutorials, code snippets, and forums, and he'd love to get more folks using Infragistics and/or Read More...
Posted: 06 May 2008, 19:59 | 0 Comments
Filed under: ,
Come Learn Infragistics at our First Ever Conference!
This year— coming up very soon —Infragistics will be co-hosting devscovery with Wintellect! This is going to be awesome. Not too long ago, I blogged about how Infragistics is an MVP squirrel . We’re bringing those nuts to this conference as well as some Read More...
Debug the .NET Framework
Scott just announced the availability of the .NET Framework source with the ability to debug (e.g., step into) the code inside of VS 2008.  Those of us who have spent hours digging in via Reflector using imagination debugging (i.e., I imagine that Read More...
Posted: 16 Jan 2008, 20:58 | 2 Comments
Filed under: ,
Beware Visual Studios Bearing Gifts of Pretty Markup!
This one bit me again last night. The problem is that something mysteriously adds <assembly /> elements to the <compilation /> section of the web.config file. I had previously attributed the problem to the ASP.NET compiler, but it seems it Read More...
Isolating Web Settings from Sub-Applications using InheritInChildApplications
A while back, Steve Smith brought up a recurring problem I think most of us have bumped into, which is having things like HttpHandlers and HttpModules that are setup in a root web.config being loaded in child/sub-applications (a.k.a., virtual directories). Read More...