Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

Hunuman

@Hunuman
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • So in SCRUM...?
    H Hunuman

    It sounds like you have PM pretending to be a SCRUM Master.. The Daily SCRUM Meeting otherwise known as the "Stand Up" Requires each SCRUM team member to stand up and answer the following 3 questions 1. What did you get done yesterday? 2. What will you do today? 3. Are there any obstacles?

    if (ToErr == Human.Nature) { Forgive = Divine; }

    The Lounge business help question

  • Benefits of being a MCPD [modified]
    H Hunuman

    My experience of MS Certification has been very positive to my contract rate. I am a dual MCAD.Net and dual MCSD.Net with scores of over 95% in all the vb.net exams and 100% in all of the C# exams. It took me 8 weeks fulltime, to achieve this with Koenig, and I paid for it out of my own pocket. http://www.koenig-solutions.com/training/featured-student-puneet.htm[^] I managed to recoup my costs very quickly because certification immediatly enabled me to increase my daily rate by over 20%. I particular I have found most hiring managers more willing to pay better rates, and more likely to hire/renew. (I plan to take the MCPD in 2010).

    if (ToErr == Human.Nature) { Forgive = Divine; }

    The Lounge help question career learning

  • Classic Arcade Games???
    H Hunuman

    Sorry to hear that you had such problems. I have used the site for many years without problem. Though after your experiance I will be checking my machine. Please note I have no affiliation or involement with that site. For my security whenever I visit anywhere I use the following besides the usual firewall/antivirus/antispyware. 1. Firefox with latest patches. 2. Peergaurdian 2. There are many emu sites out there, if you find a better/safer one, please share. Thanks Tim Hunuman MCP, MCAD.Net, MCSD.Net

    if (ToErr == Human.Nature) { Forgive = Divine; }

    The Lounge game-dev question

  • DOes anyone like working in Javascript?
    H Hunuman

    I used to feel the same way. But then I started using firebug inside firefox. Havent looked back since.

    Tim Hunuman MCP, MCAD.Net, MCSD.Net if (ToErr == Human.Nature) { Forgive = Divine; }

    The Lounge c++ javascript com question

  • Classic Arcade Games???
    H Hunuman

    For all your kids classic gaming needs check out emuparadise.org. Has emulators and roms for all the following: Computers: Amiga Amiga CD32 Apple ][ ScummVM (Classic Adventure titles) Sharp X68000 Consoles: Atari 5200 Atari 7800 Neo Geo CD ISO's Nintendo 64 Roms Nintendo Entertainment System Roms Nintendo Famicom Disk System Nintendo Virtual Boy Panasonic 3DO PC Engine/TurboGrafx-16 PC Engine CD/Turbo Duo/TurboGrafx-CD Philips CD-i Sega 32x Sega CD ISO's Sega Dreamcast ISO's Sega Genesis/MegaDrive Sega Master System Sega Saturn ISO's Sony Playstation ISO's Sony Playstation (Demo) ISO's Super Nintendo Roms Arcade Systems: CPS1 Roms CPS2 Roms M.A.M.E. Roms Modeler Namco System 12 Namco System 22 Neo Geo (Arcade) Roms Raine Sega Model 2 Sega NAOMI Zinc Roms Handhelds/Cellphones: Atari Lynx Nokia N-Gage Nintendo DS Roms (The latest and more being added everyday!) GameBoy Advance Roms (All releases) Gameboy Roms Gameboy Colour Roms NeoGeo Pocket Colour Roms Sega Game Gear Should keep you your kids going for a few decades.... ;)

    Tim Hunuman MCP, MCAD.Net, MCSD.Net if (ToErr == Human.Nature) { Forgive = Divine; }

    The Lounge game-dev question

  • Is there a setting in visual studio for the Convert.ToDateTime?
    H Hunuman

    I suggest that instead of using Convert, use DateTime.Parse. See Example from MSDN below: using System; using System.Globalization; namespace Parse { class Class1 { public static void Main(string[] args) { // Assume the current culture is en-US. // The date is Feburary 16, 1992, 12 hours, 15 minutes and 12 seconds. string myDateTimeValue = "2/16/1992 12:15:12"; DateTime myDateTime = DateTime.Parse(myDateTimeValue); Console.WriteLine("1) myDateTime = {0}", myDateTime); // Reverse month and day to conform to a different culture. // The date is Feburary 16, 1992, 12 hours, 15 minutes and 12 seconds. IFormatProvider culture = new CultureInfo("fr-FR", true); string myDateTimeFrenchValue = " 16/02/1992 12:15:12"; DateTime myDateTimeFrench = DateTime.Parse(myDateTimeFrenchValue, culture, DateTimeStyles.NoCurrentDateDefault); Console.WriteLine("2) myDateTimeFrench = {0}", myDateTimeFrench); // The date is Feburary 16, 1992, 12 hours, 15 minutes and 12 seconds. string[] expectedFormats = {"G", "g", "f" ,"F"}; myDateTimeFrench = DateTime.ParseExact(myDateTimeFrenchValue, expectedFormats, culture, DateTimeStyles.AllowWhiteSpaces); Console.WriteLine("3) myDateTimeFrench = {0}", myDateTimeFrench); } } } /* This example yields the following results: 1) myDateTime = 2/16/1992 12:15:12 PM 2) myDateTimeFrench = 2/16/1992 12:15:12 PM 3) myDateTimeFrench = 2/16/1992 12:15:12 PM */ if (ToErr == Human.Nature) { Forgive = Divine; }

    C# csharp visual-studio question

  • SQL Server 2005.
    H Hunuman

    I suggest that you visit the MSDN site and search You will find all features listed.

    if (ToErr == Human.Nature) { Forgive = Divine; }

    Database database sql-server sysadmin question

  • ADO.NET related question
    H Hunuman

    I would reccomend that you use the Data Access Application Block (DAAB) which is free from MS. This provides the level of abstraction you need to make changing your DB backend painless.

    if (ToErr == Human.Nature) { Forgive = Divine; }

    Database database question csharp sql-server oracle
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups