DevPinoy.org
A Filipino Developers Community
ATTENTION:Take our Code Challenge for the month of October 2008 and win some great prize! Learn more about it here!

March 2006 - jokiz

  • Miguel Castro @ dnrtv

    i just saw the first episode of DNRTV (dotnetrocks tv) about webcontrols. fantastic pioneer episode and excellent presentation by Miguel Castro. i noticed though that the pro developers have been using third party refactoring tools eventhough they are...
    Filed under: , ,
  • dotnetrocks tv

    i was trying to catch up with the previous podcasts of dot net rocks where i've heard of their new project dnrtv . i tried downloading the tdd episode of boodhoo to my dismay. reason is i haven't used nmock framework which is where the episode actually...
    Filed under:
  • vs 2003 bug with embedded resources

    an officemate of mine got this problem wherein he had specified already the mapping xml files for nhibernate but when he tries to debug it, it was not able to load the said mapping files. turns out he found a bug in vs 2003 that i should have found out...
    Filed under: , ,
  • SlickRun

    i just downloaded SlickRun after hearing it from boodhoo's episode in dotnetrocks. my officemate has been using it for quite some time now and i've decided that i give it a shot. seems like i can now eliminate the most used application icons in my quick...
    Filed under: , ,
  • NHibernate Documentation

    I've been trying to learn this NHibernate O/R mapper but the documentation for NHibernate is still incomplete. I was reading the incomplete docs weeks ago when i ran into this statements: Implicit polymorphism means that instances of the class will be...
    Filed under: ,
  • Remote SQL Server debugging

    back in my previous company, i was not able to debug stored procedures remotely using either visual studio (i like its debugger by the way) or through Query Analyzer. back then, the KB's that i found just talks about a settings when the SQL 2000 was installed...
    Filed under:
  • VS 2005

    i tried to open a 7.0 version of a VS project file with VS 2005 a while ago. conversion wizard prompts me with the usual dialogs and suddenly it hanged. i killed the devenv.exe process and take a look at what my VS 2005 now looks like: guess i have to...
    Filed under:
  • Server Explorer

    I wanted to browse the tables of a Microsoft Access mdb file but unluckily, i just have the standard edition of Microsoft Office on my machine (which obviously does not have Microsoft Access). Obviously it's not a problem for me, since I have Visual Studio...
    Filed under: , ,
  • set collections

    i recently downloaded NHibernate and saw that it uses this special (set-based) collections (Iesi.Collections) found here . Operator overloading is really cool!
    Filed under:
  • @@IDENTITY vs SCOPE_IDENTITY()

    I have read a number of books/articles and I wonder why they always use the global variable @@IDENTITY in obtaining the generated identity after an INSERT operation. They should be using SCOPE_IDENTITY() instead which is safer due to triggers. With SCOPE_IDENTITY...
    Filed under: ,
  • Handling designtime resize for controls

    How to do this? You don’t have to override OnResize and do those checks (DesignMode, IsHandleCreated, etc.). I’ve been here and I’ve encountered a number of problems. A better way is to create a designer class, attach a handler on the Resize event of...
  • locked assemblies

    once in a while, VS will issue me a "Could not copy temporary files to the output directory" when trying to rebuild a solution. this is a known bug and is described in this KB . problem is, i have configured the referenced assemblies as copy local true...
    Filed under:
  • Sql Server Enterprise Manager context menu

    sql server and iis both uses mmc so they both are grouped together in windows xp. my question is why did ms designed the mmc such that the help menu is below the close context menu (which should have been the bottom menu as far as most windowed program...
    Filed under: ,
  • form close and input validation

    a guy from my first tech talk asked me if he can use ISupportInitialize for input validation . i told him that ISupportInitialize is used in batch initialization of the properties of a control, not for input validation. the particular scenario that he...
    Filed under: ,
  • phishing with yahoo

    i got an IM from a friend this afternoon telling me of this site: http://geocities.com/who_wants_my_picture/ (warning, don't supply your user/password) tried to access the site and saw the yahoo login page. immediately i realized that it was a phishing...
    Filed under: ,
1 2 Next >

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems