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
...
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 ?
...
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...
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.
...
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 ...
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.
...
Looking for a guide/tutorial that easily explains how to setup and run trac with subversion on windows.
...
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,...
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).
...
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!
...
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 ...
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 ...
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...
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...
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.
...
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
...
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...
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.
...
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 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...