Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Morantex

@Morantex
About
Posts
7
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Server not remembering Session Variables
    M Morantex

    We do plan to include a SessionStateProvider class in our next beta, so I wanted to make you aware of this technology. You are encouraged to download the current Persistore beta and experiment with it, it will be possible to persist session and other data in ASP.NET apps easily and efficiently. The current beta includes a basic implementation of a MembershipProvider, which may be enough to whet your appetite. (Our own website uses it for user registration and login etc). Questions, comments etc always welcome. Hugh

    Advanced .NET Persistence http://www.morantex.com

    Web Development sysadmin beta-testing

  • creating a counter for website
    M Morantex

    Yes, this is NOT a windows Vista issue really. However, download the current beta of Persistore from us, the lite version is free (but is still beta at this time). Creating true (automatically) persistent variables (and arrays) is almost trivial and incurs far less overhead than other methods of doing this. Regards Hugh PS: The beta 1.1.0.0 does not run on Vista, stay tuned for the next beta due out very soon. However it will work fine on earlier OS (32 or 64 bit).

    Advanced .NET Persistence http://www.morantex.com

    Windows API csharp asp-net help learning

  • uml from visual studio 2005
    M Morantex

    Enterprise Architect from Sparx, supply an add-in for full UML support in VS 2005.

    Advanced .NET Persistence http://www.morantex.com

    Design and Architecture csharp visual-studio help question

  • how linkers are linking .obj files (in detail with programming)
    M Morantex

    Wow This is non trivial. The MS Linker expects to see .OBJ, .DLL or .LIB files (amongst others) as input. If you create a valid .OBJ or .DLL file then it will link fine. Creating these files (as a compiler does) requires a lot of intricate code and is a significant part of any language compiler. Microsoft document this in great detail in their MS COFF dicumentation (available online) http://www.microsoft.com/whdc/system/platform/firmware/PECOFF.mspx[^] Bear in mind that this now includes 32-bit and 64-bit support. Hugh

    Advanced Persistence http://www.morantex.com

    System Admin help

  • ASP.NET Machine Account under VISTA?
    M Morantex

    Hi I am testing an ASP.NET site on Vista (it runs fine on XP and Server 2003). We get a fault in the published site (not under debug though, on Vista) that I think is due to file permissions. This was resolved on Server 2003 and XP bu granting permissions to the ASP.NET Machine Account (appears as ASPNET when granting permisions). VS 2005, .NET 2 etc etc are all installed and (apparently) working fine, we can debug the site too. I'd expect the account to have been setup as part of VS 2005 install, but it seems to be absent. I did run aspnet_regiis -i too, but to no avail. Any info much appreciated. Hugh

    Advanced Persistence http://www.morantex.com

    ASP.NET asp-net csharp visual-studio com sysadmin

  • is there is any collection which returns three(two key and a values)
    M Morantex

    Try creating a collection of collections, this can be used to do what you want. There is no "standard" multi-key collection class, and I think this is because its easy and valid to implement your own.

    C# data-structures cryptography

  • UML in visula studio 2005
    M Morantex

    Check out Enterprise Architect from Sparx, they have an add-in for VS 2005 and Microsoft officially chose them as their provider for UML support in Visual Studion.

    C# csharp visual-studio help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups