Board at work and got some time on my hands, hence looking to join an open source project. ( C# ) All opinions, suggestions are welcome
cechode
Posts
-
new projects -
vs2012 win8it's there now.
-
vs2012 win8no apology needed :) I am who i am and im ok with it :)
-
vs2012 win8i 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
-
vs2012 win8How many times will i hit the refresh button to see if they posted it yet :(
-
mvc razor complex object ( where to find help )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; } }
}
-
OMG ( ROFL ) the next MS employee reality TVthis idea has gone too far ( can't stop chuckling ) http://www.microsoft.com/learning/en/us/certification/bethenext.aspx[^]
-
Fasten your seatbelts+ the hordes of FlightSimulatorX :)
-
HireWish 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
-
HireAnyone 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.
-
3D world record...made me lough. needed that thx :)
-
group video conferencingI’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
-
opinionWent 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 )
-
which project management tools?goes w/o saying ( most the time ) :)
-
which project management tools?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 :)
-
which project management tools?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
-
jobswhere'd the jobs board go? ( used to be able to post a .net job on the CP )
-
stack pop and takewhileafter reading this http://msdn.microsoft.com/en-us/library/yfw8w9at.aspx[^] it became clear. Saddened to realize the truth this time :(
-
stack pop and takewhilecan 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? )
-
i need a reason to be in NYC please help :)US open is taking place at that time. if there's a conference or something i can get work to send me .....