Pablo Retyk's blog

"An error occurred while trying to display the error message."

Sponsors

News

 Subscribe in a reader

Blogroll

Browse by Tags

All Tags » .NET (RSS)
Adding a Reference Path to all your .NET projects
.csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode...
Override WCF client settings for custom config file using DuplexChannel
WCF config files are a great thing, once you have everything configured you just need 2 or 3 lines of code and everything get parsed and you are able to consume the service. By default WCF configuration is stored in the app.config or web.config of the...
Attach to process for lazies
Attaching to a process is something that developers use very often to debug, but what happens when the process (A) you want to debug is launched from another process (B) and you want to debug is the initialization of process A, Supposing that process...
More Posts