Browse by Tags - dotnet.org.za
in

dotnet.org.za

South African .NET Developer Portal

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Enterprise Library released

    The next generation of the Microsoft Application Blocks has been released. It is now called the Enterprise Library. Get is here .
    Posted to Ed's Blog (Weblog) by eduard on 01-31-2005
  • MS releases Enterprise Development Reference Architecture V1.1

    The new version is now avalible on their gotdotnet workspace . I must say that this area of work, previous known as ShadowFax, does not seem to get a lot of attention. I wonder what Microsoft's position is on this ? How official is this project as a reference Architecture for Microsoft enterprise projects...
    Posted to Ed's Blog (Weblog) by eduard on 11-18-2004
  • new NHibernate version released

    Although still in Alpha, you can download the latest NHibernate version [ 0.4.0.0 ] here
    Posted to Ed's Blog (Weblog) by eduard on 11-03-2004
  • C# Edit and continue

    Visual Basic basic had this nice feature (if there is such a thing in Visual Basic) that you could change your code while you're debugging and then continue with your stepthrough/debugging on the new code. This is know as “Edit and Continue” and I think it's awsome. The alternative is to...
    Posted to Ed's Blog (Weblog) by eduard on 10-19-2004
  • ASP.NET security issue

    Hot of the press, Microsoft advises that you stick this : void Application_BeginRequest(object source, EventArgs e) { if (Request.Path.IndexOf('\\') >= 0 || System.IO.Path.GetFullPath(Request.PhysicalPath) != Request.PhysicalPath) { throw new HttpException(404, "not found"); } } in your global.asax...
    Posted to Ed's Blog (Weblog) by eduard on 10-07-2004
  • Object Relational mapping - the Vietnam of computer science

    Ted Neward made this post on the state of the Java world. In it he describes ORM as the Vietnam of computer science, meaning that massive effort is being put into this area without much progress. He also calls on Microsoft to forget about the whole idea of ObjectSpaces. I don't know if they already have...
    Posted to Ed's Blog (Weblog) by eduard on 10-05-2004
  • Documentation for application blocks released

    The enterprise library workspace on gotdotnet.com have release documentation for 3 existing and 2 new application blocks. It's up for review and comment now. The blocks are: Caching (existing) Logging & Instrumentation(existing) Security(existing) Data access(new) Exception Handling(new) At first...
    Posted to Ed's Blog (Weblog) by eduard on 08-25-2004
  • Application Blocks find a new home

    The MS Application blocks are in for a rewrite and has now moved to a GotDotNet workspace . Keep an I on this looks like there might be some good stuff coming! Also, the collection of application blocks will now be know as the “Enterprise Library”. Source: TheServerSide.net
    Posted to Ed's Blog (Weblog) by eduard on 08-04-2004
Page 1 of 1 (8 items)
Powered by Community Server (Commercial Edition), by Telligent Systems