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
C

cechode

@cechode
About
Posts
101
Topics
37
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • new projects
    C cechode

    Board at work and got some time on my hands, hence looking to join an open source project. ( C# ) All opinions, suggestions are welcome

    The Lounge csharp discussion

  • vs2012 win8
    C cechode

    it's there now.

    The Lounge

  • vs2012 win8
    C cechode

    no apology needed :) I am who i am and im ok with it :)

    The Lounge

  • vs2012 win8
    C cechode

    i gues you just called me

    Quote:

    hardcore nerds

    been a dev type guy for over the the past 15 years and i can't shake that off

    The Lounge

  • vs2012 win8
    C cechode

    How many times will i hit the refresh button to see if they posted it yet :(

    The Lounge

  • mvc razor complex object ( where to find help )
    C cechode

    I have been a developer for many years non of which have been on web front end :( So i decieded to tackle one of the items on my "wanna know" list. this time it's mvc3 i am attempting to create simple crud for this objet( below ) but am suck on the "MyItems" list. I am looking for the create / edit to be created with one operation for both the MyClass properties + ( adding the line items for MyItems ). so far i've attemnpted to create a partial view which uses jquery to clone nodes to create a single item for MyItems and include that partial view in my Create view. however i am not getting the objet binding correct for when i submit the save, MyItems is always empty. Any pointers and links to tutorials etc on the matter are greatly appreciated Advice and solutions welcome as well :)

    public class MyClass
    {
    public MyClass()
    {
    MyItems = new List<MyItem>();
    }

    \[Required\]
    public string Name { get; set; }
    public int Age { get; set; }
    
    public List<MyItem> MyItems { get; set; }
    
    public class MyItem
    {
        public string Lable { get; set; }
        public string Value { get; set; }
    }
    

    }

    ASP.NET asp-net javascript wpf wcf architecture

  • OMG ( ROFL ) the next MS employee reality TV
    C cechode

    this idea has gone too far ( can't stop chuckling ) http://www.microsoft.com/learning/en/us/certification/bethenext.aspx[^]

    The Lounge com learning

  • Fasten your seatbelts
    C cechode

    + the hordes of FlightSimulatorX :)

    The Lounge css com question

  • Hire
    C cechode

    Wish the CP would have this feature :) can only imagine what i'd end up with if i got to hire people like sacha and the like. :) awsomeness

    The Lounge question discussion

  • Hire
    C cechode

    Anyone ever use any of the online freelancer websites ? i have little odd jobs i'd like to "farm" out but never used those sites before figured i'd shoot for opinions here.

    The Lounge question discussion

  • 3D world record...
    C cechode

    made me lough. needed that thx :)

    The Lounge com question

  • group video conferencing
    C cechode

    I’m interested to hear of anyone who embedded group video conferencing into their site? Not by means of click this link and gotomeeting pops out, but where the video and chat are part of the site itself ( may it be a 3rd party or not ) Opinions welcome

    The Lounge hardware question discussion lounge

  • opinion
    C cechode

    Went fishing in my junk folder the other day, and decided to read one about axosoft onTim 11. Looks pretty, and maybe good. If you have an opinion please share. Like I said in a previous post I’m looking up from tfs ( just to see )

    The Lounge

  • which project management tools?
    C cechode

    goes w/o saying ( most the time ) :)

    The Lounge csharp php sharepoint apache visual-studio

  • which project management tools?
    C cechode

    this is a new position. this time i get to start applying process. hence decided to turn my head up and look further than the end of my nose :)

    The Lounge csharp php sharepoint apache visual-studio

  • which project management tools?
    C cechode

    we need to employ a new project management system at our work place. I have been happily using TFS / sharepoint for years now, but wanted to know of other opinions prior to making a choice of comfort. we currently have no process, all requests are still in email no central view of progress etc. some code in C# some php deployed on both Apache and win serves. eclipse and vs :( all opinions welcome

    The Lounge csharp php sharepoint apache visual-studio

  • jobs
    C cechode

    where'd the jobs board go? ( used to be able to post a .net job on the CP )

    The Lounge csharp question career

  • stack pop and takewhile
    C cechode

    after reading this http://msdn.microsoft.com/en-us/library/yfw8w9at.aspx[^] it became clear. Saddened to realize the truth this time :(

    C# question data-structures

  • stack pop and takewhile
    C cechode

    can someone tell me why stack.takewhile does not pop the items taken?

    Stack<int> mystack = new Stack<int>(Enumerable.Range(1, 5));
    mystack.TakeWhile(i => i > 3).ToList().ForEach(i => Console.WriteLine(i));
    Console.WriteLine(mystack.Peek());

    outputs 5 4 5 i would expect the last peek to give me 3. ( obviously i'm missing something but what is it? )

    C# question data-structures

  • i need a reason to be in NYC please help :)
    C cechode

    US open is taking place at that time. if there's a conference or something i can get work to send me .....

    The Lounge csharp help question
  • Login

  • Don't have an account? Register

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