|
Possible Duplicate:
Getting started with .NET
How to get started on .NET, where to start, what are the best resources
Answer Snippets (Read the full thread at stackoverflow):
Through the different tracks, the site will also assist you in choosing .
CHeck out the http://asp.net/ site
I would start here and download one of the free editions start at the appropriate level.
|
|
Can anyone recommend a "Getting Started" document for Firebug?
Started by James McFarland on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This looks good It's a bit old, but the time I watched the Joe Hewitt: "Welcome to Firebug 1.0" video on YUI Theatre , I kinda liked it, and learned nice stuff -- which is still true today, for the most part, even if is obviously doesn't cover improvents... .
|
|
How do I get started in Agile and TDD. I have learnt a bit about Agile, but finding it difficult to get started. How do I get started.
Started by Azagu on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
AgileI think you can start ....
To get started with Agile, there's a couple of really good books.
I used John Boodhoo's other methods than TDD.
A practical guide
That would be enough to get you started on XP at least.
|
Ask your Facebook Friends
|
Can someone suggest some good tutorials for getting started with JAX-WS? Using various tools like wsgen etc...
Started by Java Guy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Of tutorials are available, e.g.:
Getting Started with JAX-WS Web Services Glen Mazza's has written plenty can start here:
Introducing JAX-WS 2.0 With the Java SE 6 Platform, Part 1 Introducing JAX-WS 2.0.
|
|
I have a profound knowledge of the .NET framework - except ASP.NET. What would be a good book for getting started with ASP.NET that maybe also covers the latest buzz like ASP.NET AJAX and ASP.NET MVC?
Started by bitbonk on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I think you'll get more out of that than sitting down-where-do-i-start-from....
See these questions:
http://stackoverflow.com/questions/458245/what-is-the-best-way-to-get-started other tutorial on MVC, and start playing.
|
|
Has somebody a good guide for getting started using Darwin Streaming Server and Darwin Proxy Server? I've searched in the Internet with no success.
Started by victor hugo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The only advice I have is that, depending on the OS, you will probably need to try out both... .
No instrumentation, no decent low-level docs, not much community around it .
I've been using it for about a year and a half now, and it appears to be a black box .
|
|
Hi can anyone suggest ways of getting started with OpenRasta?
Perhaps articles, tutorials, sample apps & documentation?
Started by ambuletz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://trac.caffeine-it.com/openrasta/wiki/Doc
Are you looking for something else?
Have some blog posts:
OpenRasta Introduction OpenRasta - How to speak REST Whats so good about OpenRasta OpenRasta Introduction Handlers and OperationResults in OpenRasta... .
|
|
Can anyone recommend any documentation, article, or blog to get started with ASP.NET MVC?
Started by Galilyou on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Another good site.
Start here:-
http://www.asp.net/learn/mvc/
Blog: Scott Hanselman - he is the MVC guy.
Or just.
Stephen Walther on ASP.NET MVC
Simple tasklist application to get started here .
On his blog.
|
|
I have just started learning python and am getting caught up. I come from mostly C background.
class Alarm: def timer(): def main(): print ("Timer has Started") main()
I always get a silly error when I try to run this code::
alarm > python alarm.py...
Started by Recursion on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
To timer and define an init method:
class Alarm(): def __init__(self): print ("Timer has Started def main(self): print ("Timer has Started") if __name__ == '__main__': class_inst = Alarm() class_inst.main()
If you getting into python....
|
|
So, I'll be getting my T-Mobile G1 within a month or so, and I'm excited to start developing for it.
Has anyone started using it yet? Is there a dev wiki or anything set up for it yet?
Started by FlySwat on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Google has set up a google code for it and has let a limited number of devs start playing arround.
|