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

.NET (Core and Framework)

 
QuestionHow can I run an expression which is in string format Pin
RezaAsAdi11-Mar-09 23:05
RezaAsAdi11-Mar-09 23:05 
AnswerCross Post Pin
Pete O'Hanlon12-Mar-09 0:38
mvePete O'Hanlon12-Mar-09 0:38 
QuestionVS2008 & IE8 designer issue Pin
Jim Weiler11-Mar-09 16:04
Jim Weiler11-Mar-09 16:04 
AnswerRe: VS2008 & IE8 designer issue Pin
Jim Weiler11-Mar-09 16:47
Jim Weiler11-Mar-09 16:47 
QuestionHow to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
James Poulose11-Mar-09 8:59
James Poulose11-Mar-09 8:59 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
Pete O'Hanlon11-Mar-09 10:16
mvePete O'Hanlon11-Mar-09 10:16 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
Joe Woodbury12-Mar-09 8:15
professionalJoe Woodbury12-Mar-09 8:15 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
supercat912-Mar-09 8:27
supercat912-Mar-09 8:27 
How protective do you want to be? You could have the assembly require that certain information be supplied by the calling application before it would work. If the code simply uses a "have things been validated" check, it might not be too hard to bypass, but if some magic constants play a key role in the operation of your assembly you could store them encrypted and use some type of cryptographic handshake with your main application. Unless the assembly and application are both adequately secured against reverse-engineering it will be possible for someone with access to both to reverse-engineer what's going on, but it would be considerably trickier than bypassing a simple validation check.
QuestionGetSystemMetric(SM_NETWORK) returns alwas 3 as the value!!! Pin
CoolCoder_New11-Mar-09 4:18
CoolCoder_New11-Mar-09 4:18 
AnswerRe: GetSystemMetric(SM_NETWORK) returns alwas 3 as the value!!! Pin
Dave Kreskowiak11-Mar-09 4:31
mveDave Kreskowiak11-Mar-09 4:31 
Question"Method Not Allowed" 405 On 2003 SP2 Pin
Lior Zat9-Mar-09 22:14
Lior Zat9-Mar-09 22:14 
AnswerRe: "Method Not Allowed" 405 On 2003 SP2 Pin
Dave Kreskowiak10-Mar-09 1:26
mveDave Kreskowiak10-Mar-09 1:26 
GeneralRe: "Method Not Allowed" 405 On 2003 SP2 Pin
led mike10-Mar-09 4:47
led mike10-Mar-09 4:47 
QuestionAppending the ToolboxItem.DependentAssemblies property Pin
astibich29-Mar-09 11:04
astibich29-Mar-09 11:04 
AnswerRe: Appending the ToolboxItem.DependentAssemblies property Pin
0x3c09-Mar-09 11:55
0x3c09-Mar-09 11:55 
QuestionBug in DataTable ReadXml causes spaces to be ignored Pin
calhuskerfan9-Mar-09 6:37
calhuskerfan9-Mar-09 6:37 
QuestionGlobalMemoryStatus() return negative value like - Pin
CoolCoder_New9-Mar-09 1:35
CoolCoder_New9-Mar-09 1:35 
AnswerRe: GlobalMemoryStatus() return negative value like - Pin
Luc Pattyn9-Mar-09 3:02
sitebuilderLuc Pattyn9-Mar-09 3:02 
AnswerRe: GlobalMemoryStatus() return negative value like - Pin
Dave Kreskowiak9-Mar-09 3:16
mveDave Kreskowiak9-Mar-09 3:16 
GeneralRe: GlobalMemoryStatus() return negative value like - Pin
CoolCoder_New9-Mar-09 3:45
CoolCoder_New9-Mar-09 3:45 
GeneralRe: GlobalMemoryStatus() return negative value like - Pin
Luc Pattyn9-Mar-09 3:55
sitebuilderLuc Pattyn9-Mar-09 3:55 
GeneralRe: GlobalMemoryStatus() return negative value like - Pin
CoolCoder_New9-Mar-09 4:23
CoolCoder_New9-Mar-09 4:23 
GeneralRe: GlobalMemoryStatus() return negative value like - Pin
Luc Pattyn9-Mar-09 4:29
sitebuilderLuc Pattyn9-Mar-09 4:29 
GeneralRe: GlobalMemoryStatus() return negative value like - Pin
CoolCoder_New9-Mar-09 4:58
CoolCoder_New9-Mar-09 4:58 
GeneralRe: GlobalMemoryStatus() return negative value like - Pin
Luc Pattyn9-Mar-09 5:05
sitebuilderLuc Pattyn9-Mar-09 5:05 

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.