Click here to Skip to main content
15,892,674 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: vb.net using json Pin
Eddy Vluggen20-Jan-09 3:17
professionalEddy Vluggen20-Jan-09 3:17 
QuestionReferencing DLL's Pin
OldSchoolToC#19-Jan-09 14:23
OldSchoolToC#19-Jan-09 14:23 
AnswerRe: Referencing DLL's Pin
Eddy Vluggen20-Jan-09 3:19
professionalEddy Vluggen20-Jan-09 3:19 
GeneralRe: Referencing DLL's Pin
OldSchoolToC#20-Jan-09 7:54
OldSchoolToC#20-Jan-09 7:54 
AnswerRe: Referencing DLL's Pin
Wendelius20-Jan-09 9:13
mentorWendelius20-Jan-09 9:13 
GeneralRe: Referencing DLL's Pin
OldSchoolToC#20-Jan-09 9:29
OldSchoolToC#20-Jan-09 9:29 
GeneralRe: Referencing DLL's Pin
Wendelius20-Jan-09 9:42
mentorWendelius20-Jan-09 9:42 
GeneralRe: Referencing DLL's Pin
OldSchoolToC#20-Jan-09 9:48
OldSchoolToC#20-Jan-09 9:48 
Yes!!!! That worked! But I don't understand.

I didn't change that code at all, and I'm sure the previous developer built it successfully.

I don't understand why I have to declare this particular thing outside of the namespace, while the others can be defined inside.


using Oracle.DataAccess.Client;

namespace Gnf.Utils.Oracle
{
using Gnf.Utils.Data;
using System;
using System.Collections.Generic;
using System.Data;
using System.Runtime.InteropServices;
using System.Threading;
GeneralRe: Referencing DLL's Pin
Wendelius20-Jan-09 9:56
mentorWendelius20-Jan-09 9:56 
GeneralRe: Referencing DLL's Pin
Member 362614020-Jan-09 11:02
Member 362614020-Jan-09 11:02 
GeneralRe: Referencing DLL's Pin
Wendelius20-Jan-09 11:08
mentorWendelius20-Jan-09 11:08 
Questionvisual studio thinks it resides in Europe, and we're actually in the US Pin
Mihai Pruna19-Jan-09 14:00
Mihai Pruna19-Jan-09 14:00 
AnswerRe: visual studio thinks it resides in Europe, and we're actually in the US Pin
Not Active19-Jan-09 15:32
mentorNot Active19-Jan-09 15:32 
GeneralRe: visual studio thinks it resides in Europe, and we're actually in the US Pin
Mihai Pruna20-Jan-09 2:57
Mihai Pruna20-Jan-09 2:57 
AnswerRe: visual studio thinks it resides in Europe, and we're actually in the US Pin
omlac20-Jan-09 3:16
omlac20-Jan-09 3:16 
QuestionDoes the use of many trivial classes with generics pose a performance penalty? Pin
supercat919-Jan-09 10:00
supercat919-Jan-09 10:00 
AnswerRe: Does the use of many trivial classes with generics pose a performance penalty? Pin
Member 362614020-Jan-09 11:06
Member 362614020-Jan-09 11:06 
AnswerRe: Does the use of many trivial classes with generics pose a performance penalty? Pin
Mark Churchill20-Jan-09 14:36
Mark Churchill20-Jan-09 14:36 
GeneralRe: Does the use of many trivial classes with generics pose a performance penalty? Pin
supercat920-Jan-09 16:07
supercat920-Jan-09 16:07 
GeneralRe: Does the use of many trivial classes with generics pose a performance penalty? Pin
Mark Churchill20-Jan-09 16:31
Mark Churchill20-Jan-09 16:31 
GeneralRe: Does the use of many trivial classes with generics pose a performance penalty? Pin
supercat920-Jan-09 18:45
supercat920-Jan-09 18:45 
QuestionDynamic Blob field Pin
dwolver19-Jan-09 9:21
dwolver19-Jan-09 9:21 
AnswerRe: Dynamic Blob field Pin
Eddy Vluggen19-Jan-09 9:37
professionalEddy Vluggen19-Jan-09 9:37 
AnswerRe: Dynamic Blob field Pin
Wendelius20-Jan-09 9:22
mentorWendelius20-Jan-09 9:22 
GeneralRe: Dynamic Blob field Pin
Member 362614020-Jan-09 10:23
Member 362614020-Jan-09 10:23 

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.