DevPinoy.org
A Filipino Developers Community
All Tags » .NET » techie (RSS)

>>> First two to make 3 wins! <<<

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Decimal values cannot be used in Attributes

    One of the things I like with MbUnit is the parameterized test methods with RowTestAttribute . This gives you the ability to write just a single test case to test a method with parameters. As I was coding my formula parser i bumped into a limitation on .NET's attributes where you cannot supply a decimal...
    Posted to jokiz by jokiz on 10-05-2006
    Filed under: Filed under: ,
  • VB.NET's Array Size -- ugh!

    Do you have any idea why the following test case fails? Imports NUnit.Framework <TestFixture()> _ Public Class ArrayTests <Test()> _ Public Sub ArraySize() Dim myArray(5) As Integer Assert.AreEqual(5, myArray.Length) End Sub End Class The reason is one of the differences between vb.net and...
    Posted to jokiz by jokiz on 09-26-2006
    Filed under: Filed under: , ,
  • Decimal data type for financial applications

    My current project uses a double data type for its values and i have raised a suggestion to convert it to decimal data type instead. I remember that it is recommended to use decimal over double for financial applications because decimal data types have greater significant digits compared to floating...
    Posted to jokiz by jokiz on 09-06-2006
    Filed under: Filed under: , , ,
  • Use standard format characters in string formatting

    Whenever you want to format a currency, date, etc. for your application, try to avoid hardcoding your custom format's in your BoundColumn's DataFormatString, ToString format parameter, etc. More often that not, you'd want those formats to be the same application-wide so, try to configure a custom CultureInfo...
    Posted to jokiz by jokiz on 09-06-2006
    Filed under: Filed under: , , ,
  • formula parser for .NET

    my current requirement is to support a formula parser for our application. although it supports just a subset of the common MS Excel functions, what's trivial for me is the support for grouping symbols. we had a similar requirement back in college in parsing mathematical expressions but we ended up not...
    Posted to jokiz by jokiz on 08-28-2006
    Filed under: Filed under: , ,
  • double quote and @ keys are switched in visual studio

    i noticed yesterday that my double quote key is switched with the @ key in visual studio. i tried it in notepad and it seems to be working. i'm glad i found a helpful post in the msdn forums this morning on how to fix this and it turns out that i have two language settings installed, US and UK, i...
    Posted to jokiz by jokiz on 08-08-2006
    Filed under: Filed under: , , ,
  • Extended Sofware Evaluation Period

    i was laughing the other night when i heard that scott hanselman has some software on its 4th month evaluation period. i have been evaluating resharper (hahaha) i think for the nth time (poor me). it was the reason why i got frustrated when yahoo mail now requires credit cards for signing up.
    Posted to jokiz by jokiz on 06-19-2006
    Filed under: Filed under: , ,
  • 0==x vs x==0 condition

    Frans Bouma linked to "The 7 Deadly Sins of Software Development" blog post of Jon Skeet. His website at http://www.yoda.arachsys.com/csharp was one of my resources when learning C# a year ago and once in a while, i encounter a thread with him in usenet (usually under c#) about performance (you'll find...
    Posted to jokiz by jokiz on 06-13-2006
    Filed under: Filed under: ,
  • embracing interfaces

    For the past years of my career as a .NET developer, i can hardly remember that i used interfaces as parameters or return types from my business objects. DAL interfaces are out of this context since you want your DAL methods to be generic for whatever datasource. For those two years, I am really a fan...
    Posted to jokiz by jokiz on 06-01-2006
    Filed under: Filed under: , , , ,
  • How is the .NET Framework like Home Depot?

    Found this interesting analogy for the .NET framework: http://ftponline.com/weblogger/forum.aspx?ID=18&DATE=12/14/2005 Many people are intimidated by .NET. To explain why, I've been using a metaphor. For a developer doing routine work, I think figuring out how to make the .NET Framework do something...
    Posted to jokiz by jokiz on 02-27-2006
    Filed under: Filed under: ,
  • Order of directories in DirectoryInfo.GetDirectories()

    I was reading around ASPNET forums when I got this interesting information about the order of directories returned by the DirectoryInfo.GetDirectories() function here by an MVP. "The rule of thumb used to be that the NTFS file system would return file names in alphabetical order, while a FAT file system...
    Posted to jokiz by jokiz on 01-26-2006
    Filed under: Filed under: , ,
  • XMLitis

    Sahil Malik has another funny post regarding Bad Application Architect Diseases . I chuckled upon reading the section about XMLitis. Here is an excerpt: XMLitis : This is a dangerous disease that creeps upon you unknowingly. Before you know, you start writing emails in XML, you start dreaming in XML...
    Posted to jokiz by jokiz on 07-01-2005
    Filed under: Filed under: ,
  • Sysinternals’ Process Explorer

    I have long wanted to have a utility to know what particular windows process is using a particular assembly. Sometimes you want to delete an assembly which you can’t because a process, most of the time a windows service is still using it. I finally googled yesterday and saw Process Explorer . I can also...
    Posted to jokiz by jokiz on 06-22-2005
    Filed under: Filed under: , ,
  • Poor Gwen

    Today's WTF made me laugh as hell, poor Gwen...
    Posted to jokiz by jokiz on 04-29-2005
    Filed under: Filed under: ,
  • WinFX MSDN Documentation

    I was googling some time this week for a particular .NET class and I bumped into http://winfx.msdn.microsoft.com/library/ . I wonder why it is better than the beta 2 docs .
    Posted to jokiz by jokiz on 04-13-2005
    Filed under: Filed under: ,
Page 1 of 2 (25 items) 1 2 Next >

Copyright DevPinoy 2005-2008