Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Book Review : .NET Security and Cryptography

    Well I can't stop writing a review on this book even thought I read only few chapters. The book that I am currently reading is incidently the World's first book on ".NET Secuirty". I am very glad to know that this book may go as a de-facto for students who want to learn .net from security perspective...
    Posted to Dev Notes (Weblog) by sudhakar[mvp] on 10-14-2004, 12:00 AM
    Filed under: .NET General, { CSharp }, ASP.NET
  • ASP to ASP.NET Migration? check out these links

    Got these links from a MS resource via Uday in a mail trail. Some interesting information about ASP to ASP.net migration: http://www.microsoft.com/net/casestudies/casestudy.asp?CaseStudyID=14163 Migrating to ASP.NET: Key Considerations. http://msdn.microsoft.com/library/default.asp?url=/library/en-us...
    Posted to Dev Notes (Weblog) by sudhakar[mvp] on 08-25-2003, 12:00 AM
    Filed under: .NET General, { CSharp }
  • Thread Safe Random number

    from Brad's blog Q: We have created a System.Random object and shared it among multithreads. After calling m_random.Next() for awhile (eg. 1 day), it stops generate any random but only return zero. I realize that random is not thread safe. I interpreted it as it might return the same random (in race...
    Posted to Dev Notes (Weblog) by sudhakar[mvp] on 08-18-2003, 12:00 AM
    Filed under: .NET General, { CSharp }
  • Mother/Nanny Pattern for .NET

    A Slight deviation...but mimics the Mother/Nanny pattern Using Objects That Encapsulate Resources When you write code that uses an object that encapsulates a resource, you should make sure that the object's Dispose method gets called when you are finished using the object. You can do this with the C#...
    Posted to Dev Notes (Weblog) by sudhakar[mvp] on 08-12-2003, 12:00 AM
    Filed under: .NET General, { CSharp }, Interesting
  • Comparing Sun Solaris 8 and Windows 2000 Server Technologies

    A Nice comparision on Sol8 Vs WinSVR 2003. http://www.microsoft.com/windows2000/server/evaluation/compare/solaris.asp some more J Vs .N links http://www.javacamp.org/javavscsharp/ http://genamics.com/developer/csharp_comparative.htm http://manand.typepad.com/DotnetTruth/ http://radio.weblogs.com/0109134...
    Posted to Dev Notes (Weblog) by sudhakar[mvp] on 07-29-2003, 12:00 AM
    Filed under: .NET General, { CSharp }, Microsoft
  • Security Blogs at GDN

    http://blogs.gotdotnet.com/ivanmed/ http://blogs.gotdotnet.com/gregfee/ Need to ramp up these on some weekend :)
    Posted to Dev Notes (Weblog) by sudhakar[mvp] on 09-09-2003, 12:00 AM
    Filed under: CLR-Internals, .NET General, { CSharp }
  • Give me a string for this server please!

    Roy pointed me to this ultimate connection string repository. Great effort.
    Posted to Dev Notes (Weblog) by sudhakar[mvp] on 08-26-2003, 12:00 AM
    Filed under: .NET General, { CSharp }, Interesting
Page 1 of 1 (7 items)