1
vote
4answers
78 views
Real Time Strategy Game Programming Books or Tutorials
I'm coding a simple RTS game as a hobbie, and to learn about pathfinding algorithms, a*, strategies, flocking, etc.
I think I'm doing fine so far, but now that I have completed about 50% of the goals …
3
votes
7answers
1k views
Is the offical Sun Java EE tutorial the best way to learn how to make Java web apps?
I've been a web developer for almost a decade. I've mostly used classic ASP/JavaScript and I'd like to move into Java based apps.
I have a decent understanding of Java itself (enough to know how to …
1
vote
1answer
16 views
overview of DLR?
I'm looking for a high level overview of how one goes from an AST to working code via the DLR, does anyone have (a link for) something like that?
3
votes
4answers
513 views
Looking for examples of ASP.NET MVC applications with the Entity Framework
Are there any open-source examples of ASP.NET MVC applications that use the Entity Framework? I have found Nerd Dinner to be helpful but it is using Linq to SQL.
I am trying to use the Entity …
5
votes
4answers
124 views
LaTeX books VS online tutorials?
What were you missing from the online tutorials and manuals, that you found well explained in LaTeX books? Any LaTeX book, but I'm mainly referring to The LaTeX Companion by Mittlebach, and the A …
3
votes
2answers
49 views
Compiling for the Java Virtual Machine
Are there any good resources, particularly books and tutorials, on learning how to write a compiler targeting the Java Virtual Machine? Can you give some tips on how to get started in producing Java …
2
votes
3answers
180 views
Where can I find a good introduction on SQL locking and transaction strategies
I'm using locks and transactions a bit like a VBA excel programmer trying to write a multithreaded c++ server for the first time...
I've tried to ask my coworkers for advice, but while we're all …
1
vote
3answers
50 views
looking for a good documentation/tutorial for sybase
I need to work with this db and would like to get a quick start. Would anyone recommend a decent documentation/tutorial/examples?
I didn't find anything useful at the official website
14
votes
9answers
3k views
What tutorial do you recommend for learning PowerShell?
I would like to learn PowerShell in my spare time.
I already know a bunch of stuff in that line (Perl, Ruby, Python, bash, cmd.exe) so a tutorial leveraging that would be awesome.
Also, since I am …
4
votes
10answers
236 views
Introduction to GUI programming with c
Hello there,
I'm new GUI and programming as whole and so far I have a general understanding of c and have spent quite some time writing console applications.
I'm trying to learn GUI but have so far …
5
votes
0answers
70 views
Starting a programming blog for the complete beginner [closed]
My main reason for wanting a blog is finding a place to put my programming articles, as on codeproject, I can't edit them, and most big programmers have their own blogs. I intend this to be a short …
1
vote
1answer
42 views
Looking for a good book to learn How to program aspnet over facebook
Hi all,
I don't know if any such book exists.
I am an aspnet developer and I am now thinking of developing facebook applications. I'd seen many tutorials on the web explaining how an aspnet developer …
7
votes
11answers
453 views
Teaching my 13 year old girl to program [closed]
My daughter has shown a lot of interest in my work. I showed her a "hello world" program in VB.NET. she was very excited, and played around with the code a bit and made different message boxes.
…
0
votes
6answers
57 views
Nice screencast tutorials for programming
hello, i am looking for a website that provides nice screencasts and tutorials about programming and webdesign.
Currently i am using http://net.tutsplus.com. I think this one is pretty nice. Anyone …
3
votes
10answers
440 views
Awesome ASP.Net and C# tutorials for beginner
What books and tutorials would you recommend for a aspiring ASP.NET and C# developer?
The books should be targetted at absolute beginners, and the tutorials should have complete code examples with …
