.NET Development Blog
A short snippet to display non-breaking space in CSHTML files. Hope this snippet in helpful.
Read More...Some people like to have a compressed output of there WebForms or MVC-Pages in .NET. The following snippet shows such a compressor. It is not optimized for performance but you should see the principle behind. The compressor takes care of <pre><code>. You may also use this compressor to remove unwanted html snippets from your MVC or WebForm pages.
Read More...Controls-Collection in Winforms-Controls will give you a list of all direct children. With a simple recursive function you will be able to find all controls available in control.
Read More...If a application has privileged access to file system (e.g. application runs under administrator account) a directory or file can't be edited by a non privileged user any more. The following snippet will give the access to filesystem (newly generated files or directories) to any user in the system. The file or directory have to exist before snippet will work.
Read More...If you are using ProRibbon or any other library which is related to Windows Vista a program should stop working with a messagebox. The following snippet can be used to fullfill that task.
Read More...