Jason Bentley
2 posts.
- Server Control Development Tip #1: Determining Whether to Inherit from Control or WebControl in a Server ControlI am buffing up on ASP.NET Server Controls and a central dilemma seems to be whether to inherit from System.Web.UI.Control or System.Web.UI.WebControls.WebControl. It really seems to boil down to w…
- An ADO.NET Provider for NNTPI found this little nugget while searching the GotDotNet workspaces for an NNTP component. You query it just like you would any database: Select top 100 \ from microsoft.dotnet.framework. Isn't tha…
