February 2006 - Posts

16 February 2006
DotNetNuke is NOT a portal
Many friends ask me that is it DotNetNuke same with other portal engine ? My answer is NO . I have made an “Executive Information System” based on DotNetNuke, and that's not a portal. I have made an “Sistem Informasi Sekolah” based on DotNetNuke, and that's not a portal. I have... Read More...
14 February 2006
Try the VSTS in a hosted environment
Check out Rob Caron's post for details. Share this post: | | | | Read More...
14 February 2006
Whitehorse Architecture TechNotes Published on MSDN
Phew! A set of Visual Studio Team System Tech Notes have now been published on MSDN, including some fifteen new articles on topics related to the Whitehorse architecture tools. These should all be easy to read and are inter-linked, to make them an easy to browse. Hopefully they will provide some useful... Read More...
11 February 2006
Add a user control reference
In (classic) ASP.NET 1.1 you had to reference a user control in every page you wanted to use the control in (@Page-directive). ASP.NET 2.0 lightens this work because it allows you to reference heavily used user controls globally in the web.config file. When you have added something like this to your... Read More...