Browse by Tags

Related Posts

  • Introducing Regulazy: Point & Click Regular Expressions

    Regulazy is an attempt to build a small "Expert System" for creating .NET Regular Expressions. It lets the user create an expression based on a real life example of text they would like to parse. As the user interacts with Regulazy using the mouse, Regulazy offers the user possible expressions that would...
    Posted to ISerializable - Roy Osherove's Blog (Weblog) by RoyOsherove on 07-09-2006, 12:00 AM
    Filed under: Community News, General Software Development, CLR
  • 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, CLR, .NET
  • Late-Bound Fixed Point

    I wasn’t sure I was going to report a version of Y using Object rather than explicit recursive types, but it turned out to be so easy and pretty that I couldn’t resist. It’s rather a dead-end, evolutionarily speaking, since future development will use the template of the explicit Universal type presented...
    Posted to brianbec's WebLog (Weblog) by brianbec on 06-06-2006, 12:00 AM
    Filed under: Visual Basic, CLR, .NET
  • Finally Factorial Fixed Point

    Ok, we have almost everything on hand to write a clean and honest recursion-free factorial in VB, albeit with recursive types. I actually struggled with this for some time, the problem being that we have functions of Long to Long —call those of type df , then functions from df to df —call those of type...
    Posted to brianbec's WebLog (Weblog) by brianbec on 06-05-2006, 12:00 AM
    Filed under: Visual Basic, CLR, .NET
  • Rebirth of the Y

    Let’s review the bookends of our so-far successful foray into recursion elimination. The general theme has been replacement of recursive calls by self-application of functions adhering to recursive types . (Now, I think we can even eliminate the recursive types, but we still have a way to go before that...
    Posted to brianbec's WebLog (Weblog) by brianbec on 06-04-2006, 12:00 AM
    Filed under: Visual Basic, CLR, .NET
  • Closures without Closures; Currying without Currying

    Last installment, we found we could write a factorial function with a function call in the recursive branch, but not a recursive call. This ‘nearly recursive’ style allows us to write factorial without using its name. We just assume we have a free-variable delegate to some function that performs the...
    Posted to brianbec's WebLog (Weblog) by brianbec on 06-02-2006, 12:00 AM
    Filed under: Visual Basic, CLR, .NET
  • Attributes That Do Nothing

    Some attributes in the .NET Framework don’t do anything. That is, there mere existence decorating your assemblies (and their types and members) has no discernable impact on runtime behavior. They are not used by the CLR for things like serialization and they are not used by applications through reflection...
    Posted to Kenny Kerr (Weblog) by KennyKerr on 06-02-2006, 12:00 AM
    Filed under: C#, C++, CLR
  • Lambdas, Closures, Currying, and All That

    Behind the scenes, I’m working on the lambda-execution mode for the IQ97. I’m hoping for a few tweaks to VB and LINQ before I can do this satisfactorily, but I can take the opportunity now—with the current CTP —to illustrate the general technique of defining functions with lambda and what I hope it might...
    Posted to brianbec's WebLog (Weblog) by brianbec on 06-01-2006, 12:00 AM
    Filed under: Visual Basic, CLR, .NET
  • 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: Commerce Server, Community News, Sharepoint, Mobile, WCF, Web Services, Windows Forms, AJAX, Vista, Visual Basic, Visual Studio, .NET FAQ, Atlas, Avalon, BCL, Biztalk, Orcas, General Software Development, IIS, Infocard, SQL Server, WinFX, WPF, WWF, C#, CLR, .Interview, .Net, Agile, Content Management Server, Crossbow, DotNet, ASP.NET
  • IQ97 Deployment Error Fixed

    Get new drop: current VB9 Customer Technology Preview ( CTP ) . Copy the database Saturn5_002.mdf and Saturn5_002_log.LDF to c:\. Zipped VB9 project directory tree . Apologies ... the previously posted versions of IQ97 were missing a source file, specifically, {lambda}Exec, where {lambda} is the UNICODE...
    Posted to brianbec's WebLog (Weblog) by brianbec on 05-26-2006, 12:00 AM
    Filed under: Visual Basic, CLR
Page 1 of 25 (250 items) 1 2 3 4 5 Next > ... Last »
Page view counter