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

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Continuous Integration "Hang-ups"

    I really like continuous integration . Having come from a company that didn't practice it at all (this was a time I used to regularly work 12 to 16 hours a day), I was so happy when I got into a company that actually practiced it. I found it to be a really effective mechanism to ensure that developers...
    Posted to cruizer (Weblog) by cruizer on 06-14-2008
  • JP Hamilton on testing WinForms

    JP Hamilton has posted a brief blog post on how he unit tests WinForms . Looks nifty, especially if you use a pattern like Model-View-Presenter for your forms. His rationale is that if you keep on testing only the presenter and mocking out the view in your unit tests, your forms code still gets zero...
    Posted to cruizer (Weblog) by cruizer on 05-29-2008
  • Silverlight 2 Unit Testing: slides and code

    It was my first time to join a community event in Singapore during yesterday's Heroes Community Launch and it was a blast! It was also cool to see that of nine presentors during the event, three of us are Pinoys. I definitely am looking forward to meeting more of the community people soon. First...
    Posted to cruizer (Weblog) by cruizer on 05-18-2008
  • Speaking about Silverlight 2 and Unit Testing

    I will be speaking tomorrow at the Heroes Community Launch 2008 here in Singapore with my favourite (boring?!) topic...Unit Testing! Only this time it's about the testing framework that comes with Silverlight 2's beta release. Kinda excited and nervous at the same time, since it'll be my...
    Posted to cruizer (Weblog) by cruizer on 05-15-2008
  • Lessons learned in optimising Windows forms apps

    Wow, I've been in a black hole for months! The usual excuse -- busy at work on projects. Now that we've gotten our app into production, we're now into firefighting, er... I mean maintenance work for that app. Here are some of the lessons I've learned in optimising and debugging our Windows...
    Posted to cruizer (Weblog) by cruizer on 04-24-2008
  • Free .Net Obfuscator

    I've stumbled upon a free .Net obfuscator --Eazfuscator.NET. So far, it works well for my purposes. Most obfuscators are costly--ranging from $200 to $2000! But this one is freeware and it works better than the free one bundled with Visual Studio 2005. It is free and easy to use!
    Posted to alexrazon (Weblog) by Anonymous on 04-08-2008
  • Printing PDF Using WebBrowser Control in .Net 2.0

    Okay, after almost a year and an offshore assignment, I finally had a chance to update this blog. I was developing a .Net 2.0 C# windows application wherein I basically have to print PDF files from a Windows application. I tried to use the Adobe Acrobat Reader ActiveX object embedded in my form to preview...
    Posted to alexrazon (Weblog) by Anonymous on 04-08-2008
  • Re: Minimize other windows...

    [DllImport("user32.dll")] static extern bool ShowWindow(IntPtr hWnd, int nCmdShow); /* Hide = 0, ShowNormal = 1, ShowMinimized = 2, ShowMaximized = 3, Maximize = 3, ShowNormalNoActivate = 4, Show = 5, Minimize = 6, ShowMinNoActivate = 7, ShowNoActivate = 8, Restore = 9, ShowDefault = 10, ForceMinimized...
    Posted to .NET (Forum) by fabs on 01-27-2008
  • Help...

    Kindly help me out... Im currently making my customized web browser using C# .net express 2005, axwebbrowser component for a particular web application.. then once it is executed it will automatically navigate to address that i specified.. that works.. here is the catch.. im also using XAMPP then i put...
    Posted to .NET (Forum) by fabs on 01-21-2008
  • Microsoft's Updated "Guidelines for Test-Driven Development"

    The previous incarnation of that Microsoft article was heavily panned by critics and in a rare move, Microsoft actually pulled it out of its developer web site. I didn't realise it but Microsoft actually replaced it with one written by Jeffrey Palermo -- http://msdn2.microsoft.com/en-us/library/aa730844...
    Posted to cruizer (Weblog) by cruizer on 12-23-2007
Page 1 of 5 (45 items) 1 2 3 4 5 Next >

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