Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Pointers to good concurrent programming information

    A coworker asked me if I knew of any good books on .Net multithreaded programming. The only one I knew of was .NET Multithreading which is weak in some areas and getting a little bit long in the tooth.   One of the best sources of info is Joe Duffy's blog .   Start with Concurrency and the...
    Posted to Scott Weinstein's .net blog (Weblog) by Scott Weinstein on 03-25-2008, 12:00 AM
    Filed under: .NET, General Software Development, CLR
  • Extension Methods: A simple example

    If you've been developing software for any significant lenght of time, chances are you have compiled(for want of a better word) a repository of helper functions that have, over time, become valuable to you as you make your way through various applications. Extension Methods allow us to extend our custom...
    Posted to Jaycent Drysdale (Weblog) by jaycent on 02-12-2008, 12:00 AM
    Filed under: C#, .NET, CLR, General Software Development
  • Object Oriented Programming Refresher

    Recently I was challenged by a colleague who asked some very basic questions relating to object orient programming. I know these concepts very well, but sometimes you have to stop and think twice about them, especially if most often than not, you do not implement these concepts in your day to day programming...
    Posted to Jaycent Drysdale (Weblog) by jaycent on 02-07-2008, 12:00 AM
    Filed under: C#, .NET, Commerce Server, CLR, General Software Development, Windows Forms
  • Working with USB to Serial port adapter on .NET

    You can't solve a problem with the same kind of thinking that created it. — Albert Einstein (1879-1955) Yesterday I spent a lot of time trying to get a speed radar to work on my .NET application. Every test was giving us diferent results. We made hundreds of tests, but every time we thought we found...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 01-16-2008, 12:00 AM
    Filed under: WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, .NET FAQ, Atlas, Web Services, Agile, CLR, Biztalk, BCL, WCF, Avalon, WWF, AJAX, General Software Development, Windows Forms, Content Management Server, ASP.NET, Visual Basic, C#, Sharepoint, Mobile, IIS, Community News, Crossbow, Visual Studio, .NET, SQL Server
  • SequenceViz 0.3 :: Namespaces and Pie Chart

    With the help of Mike and Steve , finally there are few visitors coming to the site looking for SequenceViz . For those new visitors and the existing loyal readers (if there are any :)), here is another version of SequenceViz. If you like SequenceViz or not, Spread it by Kicking It @ DotnetKicks or Digging...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 04-17-2007, 12:00 AM
    Filed under: .NET, General Software Development, Cecil, CLR, IL, Reflector
  • How to use static analysis and code metrics to win business and influence others

    One bit of low hanging fruit for static analysis is when its use as a tool to communicate code quality to others. Too often, when we talk about code quality we're unable to get past the language of aesthetics , and we end up losing credibility . The key is to talk about measurable facts, not subjective...
    Posted to Scott Weinstein's .net blog (Weblog) by swein on 04-15-2007, 12:00 AM
    Filed under: .NET, General Software Development, Static Analysis, CLR
  • ASP.NET Podcast Show #74 - Sql Server 2005 CLR Objects Basics

    URL: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2006/10/11/647.aspx This video (screencast) for the podcast is on the subject of the Basics of Building Sql Server 2005 CLR Objects The WMV and MP4 (for video iPod users) files are in the feed.
    Posted to Wallace B. McClure (Weblog) by Wallym on 10-11-2006, 12:00 AM
    Filed under: .NET General, Sql Server, .NET, Visual Studio, CLR, General software development, ADO.NET
  • What Every Dev Must Know About Multithreaded Apps

    Pay attention to this few lines of code: class Calculator { private static int m_TotalCount; public void DailyCut( int limit) { m_TotalCount = 0; while (m_TotalCount != 0 && m_TotalCount < limit) { // some process m_TotalCount++; } } // other methods } Let's focus in just one of the several...
    Posted to .NET at 9.400 ft above sea level (Weblog) by Edgar Sánchez on 06-13-2006, 12:00 AM
    Filed under: General Software Development, .NET, CLR
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: DotNet, .Net, .Interview, Avalon, C#, WPF, Atlas, Orcas, ASP.NET, WWF, BCL, Windows Forms, Commerce Server, Biztalk, Crossbow, Agile, AJAX, Visual Studio, IIS, WinFX, Visual Basic, Community News, General Software Development, .NET FAQ, Sharepoint, WCF, SQL Server, Content Management Server, Vista, Infocard, Web Services, CLR, Mobile
  • Book recommendations?

    I get this question often, what books should I read to become a better developer? Not just 'how to code better' either. We are talking full life cycle here, start to finish (is there ever a finish?). I have been too lazy to put a list together. Today, I saw this list . It's pretty much every book I have...
    Posted to Greg Robinson's Blog (Weblog) by gregarobinson on 12-22-2008, 12:00 AM
    Filed under: .NET, C#, Agile, General Software Development, .NET FAQ, CLR
Page 1 of 2 (11 items) 1 2 Next >