guide

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 documentation a bonus :) PS: I am a long time C# developer who daily uses Datatables and Parameterized SQL ...

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 recommend as the development environment ? What classes should I start with ? ...

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. I'm also intrigued by being so close to the hardware, with absolutely nothing holding you back from using everything it has. I've researche...

Could you recommend some guides about Epoll on Linux

I need to know about Epoll On linux System. Could you recommend manual or guides about epoll library? need more detailed guides. it's better to have some examples. help me. and Thank you for reading. ...

Sharepoint best practices

I am starting becoming a sharepoint developer... I am not sure what I did in a previous life to warrant this, it must have been bad! Anyway I am getting buried in a world of xml and guids that it seems should be automated, each time I add something to a folder I have to add little bits to a number of different xml files, and WOE betide ...

Is there a good online introduction/overview to XPath 2.0?

Basically I want something I can refer people to that covers the main differences to XPath 1.0 ('for' and 'if' statements and the use of sequences), in a sort of 'bluffers guide' or cheatsheet format. ...

Running Trac on Windows?

Looking for a guide/tutorial that easily explains how to setup and run trac with subversion on windows. ...

Installation documentation

I'm looking for a good template on server-side installation of software for a project I'm working on. The client-side is pretty straight-forward. The server-side installation is a little trickier. It is made up of several pieces (services, database connections, dependencies, ports that need to be unblocked etc) During a recent test,...

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 with this but I'm Delphi 7 at the moment (yeah I know). ...

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 language. Printed books would be nice, but online guides would be even better! ...

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: The shell is new User Access Control Event Viewer has changed (would like more info on this) What other new features should I look out ...

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 the foo-function click on the foo-button, choose the foo-type from the list and type a foo-name. After that you can click on submit and your ...

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 guide to setup, configuration, coding, and deployment, including creating a 'dev' certificate, installing it, and obtaining a 'real' certifica...

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 it. The only book I have on the subject is strictly a Systems Analysis book and much of it is complete overkill for what I need; a simple in...

Starter guide for Apache ServiceMix

What is the definitive guide to start with Apache ServiceMix? The howto's and guides on the website are way too complicate for a clean start. ...

Good .Net Remoting Tutorial/Guide

Does anyone have any links to a good, concise, Tutorial or guide to .Net remoting? Would be grateful! Thanks (sorry for the short post!) Edit: I am now aware of: http://www.codeproject.com/KB/XML/remotingsimpleeng.aspx ...

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 the online ordering from their customers. This application is going to be using the same database that their current WinForms application use...

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 of the individual software and their intricacies. ...

Best Squid Administrators GuideBook

Recently I have been charged with implementing Squid Proxy server for my organization of approximately 250 users. I have plenty of Linux experience and I am looking to find the best administrators guidebook for my buck. What are everyone's suggestions? Is a book the best way to go or are there other good online resources that I can re...

The guide to X window system

The X window system (and its popular implementation X.org) is amazing and complex too - client server model, forwarding the display to other systems, support for wide array of devices, primitive drawing functions. Moreover, the many ways to configure. However there is no definitive guide to it which can teach it hands on. Can you please...