Click here to Skip to main content
15,882,017 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem in using namespace in c# Pin
DIPAK@EMSYS11-Aug-09 17:57
DIPAK@EMSYS11-Aug-09 17:57 
QuestionDateTimePicker Pin
elci10-Aug-09 20:03
elci10-Aug-09 20:03 
AnswerRe: DateTimePicker Pin
dan!sh 10-Aug-09 20:35
professional dan!sh 10-Aug-09 20:35 
QuestionHow To change the path of "user.config" Pin
shaktisinh10-Aug-09 19:25
shaktisinh10-Aug-09 19:25 
QuestionHow can I add .Net framework along with setup project Pin
Milind Panchal10-Aug-09 19:20
Milind Panchal10-Aug-09 19:20 
AnswerRe: How can I add .Net framework along with setup project Pin
dan!sh 10-Aug-09 19:24
professional dan!sh 10-Aug-09 19:24 
Questionfiltering Bulk data Pin
333soori10-Aug-09 18:53
333soori10-Aug-09 18:53 
AnswerRe: filtering Bulk data Pin
Toshiya TSURU10-Aug-09 20:09
Toshiya TSURU10-Aug-09 20:09 
In many cases, "NOT IN" takes a lot of time.

If the table has key column, I suggest following steps.

1. Insert key value, to be filtered, into temporary table.
2. Query with "NOT EXISTS" like "select .. from table where not exists ( select ... temporary_table where table.key = temporary_table.key )"

ToshiyaTSURU <turutosiya@gmail.com>
http://www.google.com/profiles/turutosiya

QuestionWindows Installer Patch Pin
Sifar - 010-Aug-09 18:32
Sifar - 010-Aug-09 18:32 
Questionexcutable project Pin
masoudshao10-Aug-09 17:58
masoudshao10-Aug-09 17:58 
AnswerRe: excutable project Pin
dan!sh 10-Aug-09 18:26
professional dan!sh 10-Aug-09 18:26 
AnswerRe: excutable project Pin
Saksida Bojan10-Aug-09 22:27
Saksida Bojan10-Aug-09 22:27 
AnswerRe: excutable project Pin
senguptaamlan10-Aug-09 22:43
senguptaamlan10-Aug-09 22:43 
QuestionXml Problem Pin
Saksida Bojan10-Aug-09 10:11
Saksida Bojan10-Aug-09 10:11 
AnswerRe: Xml Problem Pin
Ennis Ray Lynch, Jr.10-Aug-09 10:44
Ennis Ray Lynch, Jr.10-Aug-09 10:44 
GeneralRe: Xml Problem Pin
Saksida Bojan10-Aug-09 10:48
Saksida Bojan10-Aug-09 10:48 
GeneralRe: Xml Problem Pin
harold aptroot10-Aug-09 11:10
harold aptroot10-Aug-09 11:10 
AnswerRe: Xml Problem Pin
PIEBALDconsult10-Aug-09 11:32
mvePIEBALDconsult10-Aug-09 11:32 
GeneralRe: [Solved] Xml Problem [modified] Pin
Saksida Bojan10-Aug-09 19:45
Saksida Bojan10-Aug-09 19:45 
QuestionTrying to Copy a changed file to backup folder Pin
Luke Perrin10-Aug-09 9:59
Luke Perrin10-Aug-09 9:59 
AnswerRe: Trying to Copy a changed file to backup folder Pin
DaveyM6910-Aug-09 10:27
professionalDaveyM6910-Aug-09 10:27 
QuestionHow to run C# AND VB.NET applications together? Pin
CoderForEver10-Aug-09 9:30
CoderForEver10-Aug-09 9:30 
AnswerRe: How to run C# AND VB.NET applications together? Pin
Leonardo Muzzi10-Aug-09 9:53
Leonardo Muzzi10-Aug-09 9:53 
GeneralRe: How to run C# AND VB.NET applications together? Pin
CoderForEver10-Aug-09 10:04
CoderForEver10-Aug-09 10:04 
GeneralRe: How to run C# AND VB.NET applications together? Pin
Leonardo Muzzi10-Aug-09 10:16
Leonardo Muzzi10-Aug-09 10:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.