Install .Net windows services without using installutil.exe
When writing a windows service using c# (or vb.net), you can install the service locally using?installutil.exe. ?You can simply just install…
Read More
When writing a windows service using c# (or vb.net), you can install the service locally using?installutil.exe. ?You can simply just install…
Read More
To “turn off” the trusted certificate check for self-assigned certificates, just add this to the web.config
Read More
There is a need, at times, to prevent the user from clicking a button?multiple?times. ?Since ASP.Net already wraps something into the…
Read More
Following examples demonstrate how are the format specifiers rewritten to the output. Following examples show usage of standard format specifiers in…
Read More
XSD is a tool that can be used to generate a C# class from a given XML document. This class can…
Read More