Browse by Tags

Related Posts

  • C# .NET Framework 2.0 Telematics featured on Pimp My Ride - Take 2

    So I told you guys a couple weeks ago about the Ice Cream Truck episode of Pimp My Ride. It went over pretty good. All the touch screen software solutions, including the POS, and the cash drawer was all me. It came out nice. It was written in C# using Direct X for graphics and video stuff. It is all...
    Posted to Ben S. Stahlhood II's WebLog (Weblog) by bstahlhood on 07-31-2006, 12:00 AM
    Filed under: Mobile, Windows Forms, .NET Framework, C#, .NET
  • C# .NET Framework 2.0 Telematics featured on Pimp My Ride - Take 2

    So I told you guys a couple weeks ago about the Ice Cream Truck episode of Pimp My Ride. It went over pretty good. All the touch screen software solutions, including the POS, and the cash drawer was all me. It came out nice. It was written in C# using Direct X for graphics and video stuff. It is all...
    Posted to Community Blogs (Weblog) by Anonymous on 07-31-2006, 12:00 AM
    Filed under: Mobile, .NET, .NET Framework, Windows Forms, C#
  • How to format currency values for special languages in .NET 2.0

    When you don’t have topics to blog about them you can write about usual questions you face with everyday. This post is an answer to a question that Rick asked me yesterday for one of his clients on ASPnix forums : How can we format our currency values for special languages? There are two solutions...
    Posted to Community Blogs (Weblog) by Anonymous on 07-20-2006, 12:00 AM
    Filed under: .NET, C#
  • Monitoring a web site on the local server with a Windows Service

    I wrote the code below to monitor a website that was running on a local web server. The goal was to reset the web server whenever the WebRequest object recieved a 404 error from the web server. If a 404 error is recieved, the service runs the command specified in the web.config file. The service operates...
    Posted to Wallace B. McClure (Weblog) by Wallym on 07-20-2006, 12:00 AM
    Filed under: .NET, Windows Service, C#
  • LINQ and more..

    Language-Integrated Query (LINQ) is a technology that eliminates the mismatch among different data domains. With LINQ, there is no need to learn separate query syntaxes when querying over diverse data domains such as XML, Relational and Objects. Check out the MSDN Channel9 Session on LINQ. More information...
    Posted to Varad, The .NET Guy! (Weblog) by Varad on 07-16-2006, 12:00 AM
    Filed under: .NET, C#, ASP.NET
  • LINQ and more..

    Language-Integrated Query (LINQ) isatechnology that eliminates themismatch among different data domains. With LINQ, there is no need to learn separate query syntaxes when querying over diverse data domains such as XML, Relational and Objects.Check out the MSDN Channel9 Session on LINQ.More information...
    Posted to Community Blogs (Weblog) by Anonymous on 07-16-2006, 12:00 AM
    Filed under: .NET, C#, ASP.NET
  • Fast scrolling beta for VG.net

    We have released a beta of the VG.net vector graphics system containing fast scrolling enhancments. Click on the image above to run the Scrolling Scalability sample, to see the difference in performance. This demo is built with the 2.0 .net framework. The new ScrollingMode property on Picture allows...
    Posted to Frank Hileman's WebLog (Weblog) by Frank Hileman on 07-12-2006, 12:00 AM
    Filed under: Windows Forms, Vector Graphics, Visual Basic, Visual Studio, General Software Development, C#, .NET
  • Fast scrolling beta for VG.net

    We have released a beta of the VG.net vector graphics system containing fast scrolling enhancments. Click on the image above to run the Scrolling Scalability sample, to see the difference in performance. This demo is built with the 2.0 .net framework. The new ScrollingMode property on Picture allows...
    Posted to Community Blogs (Weblog) by Anonymous on 07-12-2006, 12:00 AM
    Filed under: Vector Graphics, Visual Basic, Visual Studio, .NET, General Software Development, Windows Forms, C#
  • A Better Obfuscation, or How To Write Code That Will Make Someone Kill You

    The following code is perfectly valid C#, and compiles without errors: int _; _ = 5; If we take it a bit further, we can do something like this: int _, __, ___, ____; _ = 5; __ = 10; ___ = 15; ____ = 20; _ = __ - _ * ____ / ___; Now I feel like I'm playing Hangman. I feel I should be filling in the blanks...
    Posted to Miscellaneous Debris (Weblog) by AvnerK on 07-11-2006, 12:00 AM
    Filed under: C#, .NET
  • A Better Obfuscation, or How To Write Code That Will Make Someone Kill You

    The following code is perfectly valid C#, and compiles without errors: int _; _ = 5; If we take it a bit further, we can do something like this: int _, __, ___, ____; _ = 5; __ = 10; ___ = 15; ____ = 20; _ = __ - _ * ____ / ___; Now I feel like I'm playing Hangman. I feel I should be filling in the blanks...
    Posted to Community Blogs (Weblog) by Anonymous on 07-11-2006, 12:00 AM
    Filed under: .NET, C#
Page 1 of 66 (653 items) 1 2 3 4 5 Next > ... Last ยป
Page view counter