|
Is there a good tutorial where I can learn using git+dropbox together effectively?
Started by zero4 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't really see a use for putting a git repository in a dropbox... .
I think if you can use git, then you dont need to use Dropbox other than for its cool drag and drop features .
Dropbox is more of a filesync.
Git is used for distributed version control.
|
|
Do linq generated queries get cached effectively by SQL Server 2008?
or is it better to use stored procedures with linq or what about a view and then using compiled linq queries... opinions?
cheers
emphasis here is on "effectively", and or is it better...
Started by alex on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Queries that LINQ....
The fact that a Linq query is compiled has no impact on how SQL Server processes the query .
So they will get cached, or not cached, like any other query submitted by any other process .
L2S simply passes queries on to SQL Server 2008.
|
|
The subject speaks for itself.
Does XNA effectively replace Managed DirectX?
We have a few projects using managed DirectX in VB.NET. I was considering porting one over to XNA, but wonder whether it's worth the effort.
Thanks in advance for your time.
Started by hamlin11 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Does XNA effectively replace Managed DirectX? According to the wikipedia entry for MDX it does.
|
Ask your Facebook Friends
|
How do you guys manage the information overflow? What are the tools that you guys use? One of the usefull tool is RSS feed reader. Does Any body uses any other tools or any other ways to effectively manage the information?
Started by raffimd on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
No matter what....
It's so easy to get bogged down, even obsessed, with too much information .
If the blog doesn't absolutely rock your world, don't read it .
Be an information snob.
Well, this is an obvious one, but iGoogle seems to do a great job for me .
|
|
In your practice, how do you effectively track and manage technical debt?
Is there a specific metric, like SLOC , that you use?
How do you visually display your results to stakeholders and management?
What benefits have you seen in the process?
Started by happyappa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In Python, the epydoc tools format the @todo....
Anyone who walks past can see them :)
We use @todo comments .
Get too many on the wall, and it's REAL obvious .
They are BLACK, with big yellow warning signs on them .
We write story cards for technical debt.
|
|
Hi All,
I would like to know how to go about doing regression testing effectively for a web application.
I m spending a lot of time in regression testing for every build.
I also hear that automated GUI testing is bad and not worth it.
Is there any better...
Started by someguy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Be effectively automated..
|
|
I've been doing software development for a number of years but have always worked alone. Now I'm at a point where I need to hire other developers to help out. What recommendations would you have for books or articles on effectively splitting up a project...
Started by Arthur Chaparyan on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
On effectively splitting up a project"
Too many books are either managerial with a light touch.
|
|
I use currently Vim to read SO's data dump . However, my Macbook slows down when I roll down just a few rows. This suggests me that there must be more efficient ways to read the data.
I know little MySQL. The files are in .xml -format. It is rather hard...
Started by Masi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Import xml.sax.handler import xml.sax import sys class....
You'll need to create the tables first though by hand .
I made my first ever python program to read them and output SQL insert statements for use with mysql (It's ugly but worked) .
I found this link.
|
|
I'm making desktop application (lets call it app) which uses database (mysql). More app's users share one database user. Example : John and Mike app users connect to DB as "dbuser", etc.
The problem is : How do I effectively save passwords for DB users...
Started by Michal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
EDIT:
To edit connection string, I use another configuration value in AppSettings... .
I stores connection string in the App.config of .NET application in the encrypted format .
That is best way IMHO.
You can store it in the INI file in the encrypted format .
|
|
Do you know any resources that teach to good habits of working in UNIX command line?
EDIT: I don't mean general books about shell or man pages. I mean the things that you can only see watching professionals working with command line. For example when ...
Started by grigy on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
The bash tag ;-) (and of course the bash man page )
For the more advanced stuff This seems to be fairly comprehensive
I am speaking out of my own experience so it may not apply to you;
The best way to be efficient is actually ... .
Stackoverflow.com esp.
|