Click here to Skip to main content
15,929,430 members
Home / Discussions / C#
   

C#

 
GeneralRe: installing a C# application on a customer's machine Pin
Dave Kreskowiak28-Oct-04 4:51
mveDave Kreskowiak28-Oct-04 4:51 
GeneralRe: installing a C# application on a customer's machine Pin
Heath Stewart28-Oct-04 6:50
protectorHeath Stewart28-Oct-04 6:50 
Generalp/invoke SendMessage(Hwnd,msg, wparam, lparam) question Pin
ting66827-Oct-04 23:58
ting66827-Oct-04 23:58 
GeneralRe: p/invoke SendMessage(Hwnd,msg, wparam, lparam) question Pin
yoaz28-Oct-04 0:53
yoaz28-Oct-04 0:53 
GeneralCalling a method from an EXE in C# Pin
skrishnasarma27-Oct-04 23:19
skrishnasarma27-Oct-04 23:19 
GeneralRe: Calling a method from an EXE in C# Pin
sreejith ss nair28-Oct-04 2:33
sreejith ss nair28-Oct-04 2:33 
GeneralLicensing Web Service Pin
Arunan Kannan27-Oct-04 22:54
Arunan Kannan27-Oct-04 22:54 
GeneralRe: Licensing Web Service Pin
Heath Stewart28-Oct-04 5:43
protectorHeath Stewart28-Oct-04 5:43 
Read about the Web Service Enhancements[^] (current version is 2.0) that implements industry standards like WS-Security to provide such functionality. The WSE ties seemlessly in with VS.NET and is easy to use (with or without VS.NET). You could implement custom authentication to authenticate callers (providing that they give you credentials) against a database or other data store.

You could do this without the WSE but then the burden of encryption and verification of headers falls on you. Especially when it comes to security, use proven third-party libraries when possible. The WSE has the added bonus that Microsoft created it and field-tested it among many other things, and we're the ones who provided you with .NET (so it's not exactly third-party, depending on how you look at it. Smile | :) ).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralOverride method in UserControl Pin
Anonymous27-Oct-04 22:44
Anonymous27-Oct-04 22:44 
GeneralRe: Override method in UserControl Pin
J4amieC27-Oct-04 23:09
J4amieC27-Oct-04 23:09 
GeneralRe: Override method in UserControl Pin
Anonymous27-Oct-04 23:24
Anonymous27-Oct-04 23:24 
GeneralRe: Override method in UserControl Pin
Stefan Troschuetz27-Oct-04 23:25
Stefan Troschuetz27-Oct-04 23:25 
QuestionHow to change the Title Bar Color Pin
Zapss27-Oct-04 22:28
Zapss27-Oct-04 22:28 
Generaltimer function Pin
ppp00127-Oct-04 21:48
ppp00127-Oct-04 21:48 
GeneralRe: timer function Pin
Stefan Troschuetz27-Oct-04 23:00
Stefan Troschuetz27-Oct-04 23:00 
GeneralRe: timer function Pin
ppp00127-Oct-04 23:04
ppp00127-Oct-04 23:04 
GeneralRe: timer function Pin
Stefan Troschuetz27-Oct-04 23:11
Stefan Troschuetz27-Oct-04 23:11 
GeneralRe: timer function Pin
Salil Khedkar27-Oct-04 23:08
Salil Khedkar27-Oct-04 23:08 
GeneralRe: timer function Pin
Dave Kreskowiak28-Oct-04 3:28
mveDave Kreskowiak28-Oct-04 3:28 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 20:48
momer27-Oct-04 20:48 
GeneralHelp Prob: not recognised as MDIContainer Pin
dazzler227-Oct-04 20:34
dazzler227-Oct-04 20:34 
GeneralRe: Help Prob: not recognised as MDIContainer Pin
Heath Stewart27-Oct-04 21:31
protectorHeath Stewart27-Oct-04 21:31 
QuestionKnow any articles on pasting files from Explorer? Pin
Anonymous27-Oct-04 19:44
Anonymous27-Oct-04 19:44 
AnswerRe: Know any articles on pasting files from Explorer? Pin
Heath Stewart27-Oct-04 21:22
protectorHeath Stewart27-Oct-04 21:22 
GeneralRandom thing Pin
Yulianto.27-Oct-04 18:50
Yulianto.27-Oct-04 18:50 

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.