Click here to Skip to main content
15,890,995 members

Videos


Page 4 of 5
1 2 3 4 5


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
61. Custom error page not showing on my aspx page
You can try this codeprotected void Application_Error(Object sender, EventArgs e){ Response.Clear(); Response.StatusCode = 200; Response.Redirect("~/error.aspx?Valid=ReqValidExp",false); }
Mahmudul Haque Azad Updated: 18 Jan 2011
Rating: ( (No votes))
62. How to bind PasswordBox with wpf in MVVM
For security reason WPF didn't gave any Dependency property in Password box. How ever if you really want to achieve what you want then you can follow Samual Jack's[^] blog post where he gave an elegant solution.
Mahmudul Haque Azad Updated: 14 Jan 2011
Rating: 4.56/5 ( (2 votes))
63. Shortcut to generate different property snippets in Visual Studio
Shortcut to generate different property snippets in Visual Studio
Mahmudul Haque Azad Updated: 13 Jan 2011
Rating: 4.91/5 ( (8 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
64. .net code obfuscation
Well you can create Merge Module (msm file) for obfuscated code and later when you will create the installer (msi file) just merge the msm here...Follow this MSDN[^] page to get the idea about MSM and MSI and how to create them. :)
Mahmudul Haque Azad Updated: 12 Jan 2011
Rating: ( (No votes))
65. String conversion in c#
You can do string compression/decompressionHere is the examplehttp://madhu-dotnetblog.blogspot.com/2008/10/how-to-compress-decompress-strings-in-c.html
Mahmudul Haque Azad Updated: 11 Jan 2011
Rating: ( (No votes))
66. Five Steps to SVN Merging
Here are 5 steps to SVN merging
All Topics » »
Mahmudul Haque Azad Updated: 11 Jan 2011
Rating: 4.00/5 ( (6 votes))
67. Magic of JQuery in ASP.NET, Simplifying AJAX
Magic of JQuery in ASP.NET, simplifying AJAX
Web Development » HTML »
Mahmudul Haque Azad Updated: 6 Jan 2011
Rating: 3.36/5 ( (9 votes))
.

()
» »
Updated:
Rating: ()
68. Dependency Injection in WPF using Unity for Dummies
This articles discusses the very basics of dependency injection in WPF for those who are new in WPF and Unity.
Mahmudul Haque Azad Updated: 6 Jan 2011
Rating: 4.78/5 ( (19 votes))

Page 4 of 5
1 2 3 4 5