25
votes
19answers
2k views
Tips to create a useful user-manual.
If I start writing a user-manual for applications I have written, I have a hard time to look at the application from a users standpoint.
I know it's not very useful to write something like: To use …
17
votes
14answers
2k views
Beginners Guide to LINQ
During the beta of Stack Overflow, I have seen quite a few questions about LINQ SQL but know nothing about it... it sounds very interesting.
What is LINQ and how do I get started?
Links guides or …
12
votes
10answers
593 views
What is the best way to learn Assembly? Specifically, for someone who has experience in dynamic languages.
I've been using Python for quite some time now, and I absolutely love the ease of use and flexibility, but I really want to get closer to the hardware for some iter mathematics that I'm working on. …
11
votes
11answers
463 views
Where can i find a good in depth guide to C# 3 ?
It seems that C# 3 hit me without me even noticing, could you guys tell me about good in depth guides to C# 3? from lambda to linq to everything else that was introduced with the third version of the …
7
votes
10answers
722 views
Is there a style guide for GUI’s somewhere?
I'm looking for a style guide to unify Windows applications. I'd like it to contain stuff like "Always put dialog result buttons 5 pixels from the edge of the window"
I know Visual Studio helps me …
6
votes
2answers
2k views
How can I configure WCF to use x509 certificates over the internet?
I need to use an x509 certificate to get secure message level authentication from a rich client via the internet to a secure WCF Web Service.
Specifically, I am looking for a working step-by-step …
5
votes
5answers
124 views
Good tutorials on code management?
I have been coding since a long time but I have never ever used the code management systems like CVS or SVN.
Can you please suggest any guides which start from basics and then go with the concepts …
5
votes
3answers
715 views
Online UML Guide
My software design experience only goes as far as SSADM with C, so when I started Java I knew I'd have to learn UML somewhere along the line, but alas, now that I need to use it I don't know much of …
4
votes
3answers
421 views
Deploying DotNetNuke and separate ASP.NET Application together - Possible Issues?
I am making this in a proactive attempt to head off any potential problems which could arise from this. The situation is that we are developing an ASP.NET application for a client which will handle …
4
votes
10answers
312 views
Guide to New Vista Features
I'm an MFC programmer. I just had my first taste of Vista (on a VPC... Yup, I'm late). I should be evaluating things in depth in the coming days. On taking a casual look, I noticed two major changes:
…
4
votes
16answers
518 views
Where should a veteran C programmer start in order to master Java ?
Since I'm taking time of from my day job I thought it's time to learn something other than C. Is there a K&R equivalent book ? Or maybe a very good site that helps the beginner ?
What would you …
3
votes
3answers
87 views
Is ri worth showing new users? (Ruby)
I've been working on a Ruby learning guide and I was told I should write about RI (Ruby Interactive Reference). After looking around the web I decided there wasn't that much information about the …
3
votes
4answers
227 views
Generic guide to programming concepts?
I'm looking for a guide to the basic concepts of programming, that are explained in a good amount of depth.
By this I mean something that describes what:
Object oriented programming is...
What …
3
votes
5answers
568 views
Running Trac on Windows?
Looking for a guide/tutorial that easily explains how to setup and run trac with subversion on windows.
2
votes
4answers
99 views
Programming Resources for Non-English Speakers
I teach a course in basic web programming at a public university. I often have students who are working hard to pick up English at the same time that they are taking my course. In many cases I have …
