|
Who got smashed 4-1 all over the park last night who who who lol ? Good m rning all :-D
Started by MR ANFIELD ACES on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at yahoo):
With a record like that next season you too could be Maria (or 8th) lol Who won the FA Cup who who who ? ^_^
Good morning ^_^ Haha Cech wasn't playing and besides we won when it mattered.
This season.
|
|
I am a big fan of agile software development which include code-reviews,testing extensively. But my question who should be ACTUALLY TESTING the code. Is it the developer, who wrote it from scratch and who by the way writes test cases(just like me) for...
Started by Maddy on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
People that the developer who ....
Would have professional testers who specialize in those areas, regardless of whether you are doing TDD, then it should be the developer who writes the tests and the implementation to make them pass.
|
|
Yesterday I received an email from Strathmore's Who's Who Registry & Global network for Outstanding Professionals.
I've heard of the 'Who's Who' things in the past, like back in high school, but didn't know they were also aimed at professionals, are they...
Started by ben on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
It seems they call you later everyone who works hard would not....
Not-so-cynically, its a listing of a housewife who was approached: http://creasonfamily.com/node/18 .
Cynically, its a for-pay listing of people who paid to be listed.
|
Ask your Facebook Friends
|
Who is going to san japan and who post a pic and ur name and who you are going to b I am going my name is Amy Hanson and if you want you can call me momoko and my user name is momoko hatake Photo on 2012-01-10 at 15.13.jpg I will set you on fire and i...
Started by MomokoHatake on
, 20 posts
by 19 people.
Answer Snippets (Read the full thread at san-japan):
From Pokemon (Team Rocket) along with my group of friends who will be coplaying Jesse, Ash, Misty, Brock, and Pikachu~
As a side cosplay, I will be Finn from Adventure Time, alongside my cousin who.
|
|
Howdy all,
I see there are just 506 questions tagged SharePoint, out of 63,057 total questions. (as of 12/22/08 9:48am cdt.)
Who developes against SharePoint and is there anyone out there who would be called an Expert? (I think SP experts are like unicorns...
Started by Keith Sirmons on
, 13 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Many of these MSFT employees are totally willing to answer questions, just don't take advantage... .
For example:
http://blogs.msdn.com/ekraus/archive/2008/12/15/sharepoint-development-wiki.aspx
Do a search on MSDN Blogs.
Hello,
A great resource is MSDN blogs.
|
|
Maybe this post is better suited for the "campfire" forum because it's the sort of question I'd pose if we were all sitting around a campfire somewhere. But here goes anyway....
I've been a member of the MOA and avid reader of the ON for nearly 25 years...
Started by txmxrider on
, 12 posts
by 11 people.
Answer Snippets (Read the full thread at bmwmoa):
I have foolish that is.....
It's who you are, how you hang, and I don't think you need to be too self conscious about it.
I don't find fault with either, and I do both .
There are always those who do, and those who think about doing.
|
|
As I am new to asp.net mvc I would like to get the list of developers or software experts who use or developed asp.net mvc ... It would be very useful for budding developers like me to know about their articles and ideas towards devlopement...
I know ...
Started by Pandiya Chendur on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Also because.
On ASP.NET MVC
One of them I Know is Brad Wilson Who is Senior Programmer in MVC team.
|
|
I ask because I am in need of some examples of spectacular documentation to do a little compare/contrast. Bad documentation abounds but who gets it stone cold correct?
I suppose we should differentiate between documentation geared at informing experts...
Started by gaoshan88 on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Its style is visually clean....
Its tone is conversational, with snippets interesting for beginner visually distinguished from the main reference text, so as to be easily filtered out by the expert user .
I've found the Django documentation to be quite useful.
|
|
I am refactoring a project and I want to make it conform to the MVC pattern (model view control). There are three objects:
a ServerList (maintains a list of servers that are active) - this guy will be the controller
a Form - this is your standard .NET...
Started by eviljack on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Your Form....
In your case, you could implement a service (or services) that interact with the ServerList .
Your Form interacts with the controller, something that has access to the ServerList , which in turns knows how to interact with the DatabaseThingy .
|
|
I'm working on a not-so-big project in django that will among other things incorporate a forum system.
I have most of the system at a more or less functioning state, but I'm still missing a feature to mark unread threads for the users when there are new...
Started by Adi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You....
Then you don't have to modify the read data at all when new posts are added, only when a user reads posts .
And you can store them not as relational data, but in a giant bit-blob .
You're much better off storing the "read" bit, not the "unread" bit .
|