Click here to Skip to main content
16,006,348 members
Home / Discussions / C#
   

C#

 
QuestionInstall SQL Server 2005 with custome App Pin
MayukhSen24-Jun-10 2:10
MayukhSen24-Jun-10 2:10 
AnswerRe: Install SQL Server 2005 with custome App Pin
I Believe In GOD24-Jun-10 6:08
I Believe In GOD24-Jun-10 6:08 
QuestionHow to use Internal , Protected Internal across Assemblies.. Pin
a_ravindra24-Jun-10 2:01
a_ravindra24-Jun-10 2:01 
AnswerRe: How to use Internal , Protected Internal across Assemblies.. Pin
WoutL24-Jun-10 2:31
WoutL24-Jun-10 2:31 
AnswerRe: How to use Internal , Protected Internal across Assemblies.. Pin
#realJSOP24-Jun-10 2:32
professional#realJSOP24-Jun-10 2:32 
AnswerUse friend assemblies Pin
Sir Dot Net24-Jun-10 9:15
Sir Dot Net24-Jun-10 9:15 
GeneralRe: Use friend assemblies Pin
a_ravindra24-Jun-10 20:13
a_ravindra24-Jun-10 20:13 
AnswerRe: How to use Internal , Protected Internal across Assemblies.. Pin
Karthik Kalyanasundaram24-Jun-10 20:32
Karthik Kalyanasundaram24-Jun-10 20:32 
Have a look at InternalsVisibleToAttribute
http://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.internalsvisibletoattribute.aspx[^]
This may help you.

Decorate your Assembly1 with InternalsVisibleTo("Assembly2") and try to use the types in Assembly1 in Assembly2.
Do more work
Make more mistakes
Learn more things

QuestionAppBar focus issue [modified] Pin
itcm24-Jun-10 1:52
itcm24-Jun-10 1:52 
Questionadding bottomns to tool tip Pin
mobasher24-Jun-10 0:39
mobasher24-Jun-10 0:39 
AnswerRe: adding bottomns to tool tip Pin
Abhinav S24-Jun-10 0:41
Abhinav S24-Jun-10 0:41 
AnswerRe: adding bottomns to tool tip Pin
William Winner24-Jun-10 8:28
William Winner24-Jun-10 8:28 
Questionhow to Link .jar file with c#? Pin
002comp24-Jun-10 0:16
002comp24-Jun-10 0:16 
AnswerMessage Closed Pin
24-Jun-10 0:18
stancrm24-Jun-10 0:18 
GeneralRe: how to Link .jar file with c#? Pin
002comp27-Jun-10 21:09
002comp27-Jun-10 21:09 
AnswerRe: how to Link .jar file with c#? Pin
Richard MacCutchan24-Jun-10 1:34
mveRichard MacCutchan24-Jun-10 1:34 
AnswerRe: how to Link .jar file with c#? Pin
002comp24-Jun-10 21:20
002comp24-Jun-10 21:20 
QuestionHow to create collection class in C# Pin
Chiman123-Jun-10 23:54
Chiman123-Jun-10 23:54 
GeneralRe: How to create collection class in C# Pin
harold aptroot24-Jun-10 0:08
harold aptroot24-Jun-10 0:08 
AnswerRe: How to create collection class in C# Pin
DaveyM6924-Jun-10 0:08
professionalDaveyM6924-Jun-10 0:08 
AnswerMessage Closed Pin
24-Jun-10 0:20
stancrm24-Jun-10 0:20 
GeneralRe: How to create collection class in C# Pin
DaveyM6925-Jun-10 2:06
professionalDaveyM6925-Jun-10 2:06 
Questionhow to:C# Datagridview must show only fixed number of rows Pin
Cobusvdvyver23-Jun-10 23:43
Cobusvdvyver23-Jun-10 23:43 
AnswerRe: how to:C# Datagridview must show only fixed number of rows PinPopular
Cobusvdvyver24-Jun-10 0:44
Cobusvdvyver24-Jun-10 0:44 
GeneralRe: how to:C# Datagridview must show only fixed number of rows Pin
Mycroft Holmes24-Jun-10 1:14
professionalMycroft Holmes24-Jun-10 1:14 

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.