|
Possible Duplicate:
Should I Dispose() DataSet and DataTable?
OP comment: I would like to say that the "Should I Dispose() DataSet and DataTable?" link isn't a possible solution. It's a good link, but this is more design related. Instead, ignore that ...
Started by JustLooking on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Method, then how do you ever know they are done using you?
Edit: On second thoughts, a Finalize call.
|
|
I have never come across multithreading but I hear about it everywhere. What should I know about it and when should I use it? I code mainly in c++.
Started by Apoc on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
If you know nothing else about threading thanMostly, you will need to learn about MT libraries on OS on which your application needs to run of the concepts transfer to other systems....
Support you could use to avoid threads altogether.
|
|
Hi,
I am a new flex developer.I would like to know about the LCDS. What it does?How to configure it?Do I need to know Java?
Can I get some sort of tutorial pdf for it?
I have it on my system. I need to know about it.
Thanks in advance.
Started by kartik on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Last implementation to your flex....
Check out this lynda course.
Get to know google
2.
The most important suggestions he made was to:
1.
I am a new flex developer.I would like to know about.
AdobeTV itself is fully build with Flex.
|
Ask your Facebook Friends
|
I found a couple of essays like this:
What every programmer should know about Memory ? What every programmer should know about Floating-Point arithmetic? I am currently reading the first paper. What other similar essays do you know of?
Started by Amit on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Joel's own The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Should Read (At Least Twice) and The absolute bare minimum every programmer should know about regular/questions/72394/what-should....
|
|
I don't know much F# and i never used a functional programming language in the past (i was interested in oCaml). I am about to rewrite my entire website and i think i want to do it in F#. I would like to know if there is anything i should know about before...
Started by acidzombie24 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The preceding statement is true for all values of X .
The things you should know about X before starting any large project with it are the things you learnt about X in your first few small projects.
|
|
Currently i have no way to test my code with SQL Server. I know nothing about it and have been using SQLite. What should i know while switching? My app is programmed in C# .NET
Started by acidzombie24 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You need....
You need to know about connection pooling.
DB -- from a global-lock embedded in-process db:
You need to know about connections failing when doing networked programming, and how to handle such exceptions elegantly.
|
|
I want to know Where to find good resources to learn HTML 5, and know more about it, whats its pros and cons, and how to use it with asp.net for example?
do you recommend a book, or a web based reference? where i can find good tutorials?
Started by Amr ElGarhy on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Everything you need to know about HTML5
Daily Dose - Will HTML5 Kill Flash?
The Best HTML5 in the details
Guide to HTML5 Hiccups
There's a major drawback I read about: as you'll probably know head on over to Dive Into HTML....
|
|
Today I had a bad surprise learning about some implications of the GPL license, mainly that I couldn't use it as freely as I thought.
Now I know.
What else should I know, and more widely, what should every developer know about legal things like that?
...
Started by marcgg on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
For OSS contributors : knowing some that I would answer "what should every lawyer know about programming?" That is to say, know that there's no....
Will know much about corner cases -- but if you can help a bit...
|
|
I don't mean how to connect to a socket. What should I know about UDP programming?
Do I need to worry about bad data in my socket? I should assume if I send 200bytes I may get 120 and 60 bytes separately? Should I worry about another connection sending...
Started by acidzombie24 on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
The big thing to know when attempting to use UDP is:
Your packets might not all make it over the line and think about ....
"i should worry about another connection sending me bad data on the same port?"
You there.
Including headers.
|
|
Is there a way, in C# code, to send an email without having to know the SMTP server configuration, etc on the server, or have any of that stuff set up?
The code I'm developing will be deployed to a live server, but I know nothing about the configuration...
Started by jonathanconway on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The best answer is if you know nothing until live, can you move all the settings into web.config.
|