Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to convert html file to pdf Pin
Heath Stewart9-Mar-04 8:40
protectorHeath Stewart9-Mar-04 8:40 
GeneralMultiple Classes and Functions/Methods Pin
thewebmonster9-Mar-04 6:47
thewebmonster9-Mar-04 6:47 
GeneralRe: Multiple Classes and Functions/Methods Pin
LongRange.Shooter9-Mar-04 6:57
LongRange.Shooter9-Mar-04 6:57 
GeneralRe: Multiple Classes and Functions/Methods Pin
Heath Stewart9-Mar-04 7:02
protectorHeath Stewart9-Mar-04 7:02 
Generalserializing a delegate to a non-public method Pin
Judah Gabriel Himango9-Mar-04 6:11
sponsorJudah Gabriel Himango9-Mar-04 6:11 
GeneralRe: serializing a delegate to a non-public method Pin
LongRange.Shooter9-Mar-04 6:35
LongRange.Shooter9-Mar-04 6:35 
GeneralRe: serializing a delegate to a non-public method Pin
Judah Gabriel Himango9-Mar-04 9:17
sponsorJudah Gabriel Himango9-Mar-04 9:17 
GeneralRe: serializing a delegate to a non-public method Pin
LongRange.Shooter9-Mar-04 9:50
LongRange.Shooter9-Mar-04 9:50 
One thing that is not very broadly spoken is the fact that even if IIS serves your remoting objects, the default serial formatter is binary. (I did the same thing as you....assumed SOAP would be best with an IIS server)

By setting the formatters at the time you define your channel, you force everything to binary formatters. The BinarySinkProvider is your serializer/deserializer and is the one responsible for marshaling your event across application boundaries. Besides having your remoting work.....you will also find that it will go much faster than if you could have flown through SOAP. Also keep in mind that you need to set your TypeFilter to Full once you move to the 1.1 Framework in order to get your delegate marshalled to your client code.

I learned a heck of alot from the Ingo Rammer book and even more once I deployed. But I did find that his suggestions are aimed at the enterprise application development ---> and I deployed many items that would fly contrary to his suggestions. But my application is internal, will never be exposed to the public, and has a maximum of 5-6 users per server! Those are the fun applications to write since scalability and speed never enter into the equation. Cool | :cool:

Glad to have been of help.


_____________________________________________
Of all the senses I could possibly lose,
It is most often the one called 'common' that gets lost.

GeneralRe: serializing a delegate to a non-public method Pin
LongRange.Shooter9-Mar-04 6:40
LongRange.Shooter9-Mar-04 6:40 
GeneralBrush that does not mix with the background color Pin
Manobal9-Mar-04 6:08
Manobal9-Mar-04 6:08 
GeneralRe: Brush that does not mix with the background color Pin
Heath Stewart9-Mar-04 6:25
protectorHeath Stewart9-Mar-04 6:25 
GeneralRe: Brush that does not mix with the background color Pin
Manobal9-Mar-04 6:33
Manobal9-Mar-04 6:33 
QuestionChanging permission on a folder from C#? Pin
Xiangyang Liu 刘向阳9-Mar-04 2:45
Xiangyang Liu 刘向阳9-Mar-04 2:45 
AnswerRe: Changing permission on a folder from C#? Pin
Matthew Hazlett9-Mar-04 5:12
Matthew Hazlett9-Mar-04 5:12 
GeneralRe: Changing permission on a folder from C#? Pin
Xiangyang Liu 刘向阳9-Mar-04 5:27
Xiangyang Liu 刘向阳9-Mar-04 5:27 
GeneralRe: Changing permission on a folder from C#? Pin
Heath Stewart9-Mar-04 5:34
protectorHeath Stewart9-Mar-04 5:34 
AnswerRe: Changing permission on a folder from C#? Pin
Heath Stewart9-Mar-04 6:30
protectorHeath Stewart9-Mar-04 6:30 
GeneralRe: Changing permission on a folder from C#? Pin
Nick Parker9-Mar-04 6:34
protectorNick Parker9-Mar-04 6:34 
GeneralRe: Changing permission on a folder from C#? Pin
Heath Stewart9-Mar-04 6:47
protectorHeath Stewart9-Mar-04 6:47 
GeneralRe: Changing permission on a folder from C#? Pin
Nick Parker9-Mar-04 7:07
protectorNick Parker9-Mar-04 7:07 
GeneralRe: Changing permission on a folder from C#? Pin
Xiangyang Liu 刘向阳9-Mar-04 7:24
Xiangyang Liu 刘向阳9-Mar-04 7:24 
GeneralRe: Changing permission on a folder from C#? Pin
Heath Stewart9-Mar-04 9:02
protectorHeath Stewart9-Mar-04 9:02 
GeneralRe: Changing permission on a folder from C#? Pin
Xiangyang Liu 刘向阳9-Mar-04 7:21
Xiangyang Liu 刘向阳9-Mar-04 7:21 
GeneralMail Cc System.web.Mail Pin
RickZ9-Mar-04 2:29
RickZ9-Mar-04 2:29 
GeneralRe: Mail Cc System.web.Mail Pin
John Fisher9-Mar-04 4:19
John Fisher9-Mar-04 4:19 

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.