1
vote
5answers
153 views
What are some good resources for learning ASP.NET? (Aside from Stack Overflow, of course)
I'm not interested in a reference. I want a source that will work me through the principles and main concepts of ASP.NET.
0
votes
2answers
33 views
Web application security training
I am looking for a training class or conference to go to by the end of year for web application security training. We do mainly ASP.NET development so something specific to .NET would be nice but a …
1
vote
2answers
51 views
GWT Training for JAVA Developer
Can anyone recommend books and/or online training options for GWT? Preferably for cheap as I will be footing this bill myself
1
vote
4answers
68 views
Where could I find some video training courses to learn Agile?
The title express it all.
I 'm willing to learn Agile development, I'm new in this topic. I'm also interested in some of its flavor as Scrum.
I'm wonder if there is a good website where could I find …
11
votes
12answers
438 views
How to train junior programmers in code review?
We're looking to start a code-review process for a group of ~30 coders who are all relatively junior programmers.
What is your advice on how to train for code reviews? Are there code review pitfalls …
5
votes
5answers
197 views
What are the best freely available university courses on Data Structures and Algorithms?
Hi,
I am willing to learn in detail about Data Structures and Algorithms. What freely available university courses are there that cover data structures and algorithms?
Thanks.
9
votes
16answers
463 views
How to keep a programming course interesting?
I guess, the following is a standard problem on every school or university:
It is Your job to teach programming. Unfortunately, some of the students
are semi-professionals and have years of …
7
votes
11answers
541 views
I need to learn C.
I'm a C# .NET developer.
I need to learn C for embedded systems. Quickly.
Where do I start?
0
votes
5answers
49 views
Where can I get some good hands-on development/design training that won’t break the bank?
College is the first step for many professional software developers and while a Bachelor's degree in Computer Science will get you a good foundation it is heavily biased towards theory. You get a …
2
votes
1answer
30 views
Can you reccomend some free web services to play with?
Hi,
I am studying usage of web services nowadays.
Can anyone recommend some free web services I can use to practice?
Thanks!
0
votes
4answers
116 views
Is this Spring training useful?
We have a Spring + Ibatis based J2EE app. I planned to wrap around our DAO's (which call iBatis templates ...by getting spring beans) with test cases. I don't have much experience with JUnit so I …
0
votes
2answers
21 views
ASP.NET Developer - Trainings to undergo
Hi,
I am an ASP.NET Developer and planned to settle my career in Microsoft itself. I too work on SQL Server, and Windows Administration.
While I go in my career progression I planned to take-up PMP …
-1
votes
0answers
39 views
commercial companies you can contract with for help [closed]
I was reading a page about asking programming questions (if you don't believe me, verify at the page) and it said "There are also plenty of commercial companies you can contract with for help, both …
3
votes
1answer
129 views
Using nntool [MATLAB] from command line.
I have this code:
in = [5 columns of data-points];
out = [1 column of data-points];
net = newfit(in,out,5);
net = train(net,in,out);
now I want to
access the error variable that is generated (so …
4
votes
6answers
361 views
What are the Zope essentials ?
I started a job where Zope is involved. I know Python and my new Boss think I am going to handle the application server quickly.
I had a look to this system and it's obviously very complex, so I'd …
