Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Category: General Programming

A Flexible And Convenient Type Conversion Helper in C#

May 21, 2013July 30, 2020Munir HusseiniNo Comments

Every once in a while I need to convert objects of an unknown type into a known type; sometimes these…

Read More 2277 views

Helpful JavaScript Methods for the Telerik Grid for ASP.NET MVC

June 14, 2012September 27, 2017Munir HusseiniNo Comments

The Telerik MVC Grid is quite a cool component. Nevertheless, some client-side API functions are desperately missing. For example, you cannot select or…

Read More 1454 views

.NET Client With HTTPS Certificate Authetication Fails With Timeout

May 22, 2012September 29, 2017Munir HusseiniNo Comments

In this article, I want to show a problem I faced trying to connect a .NET client to a server…

Read More 4573 views

SSL Needs Certificates

November 16, 2011September 29, 2017Munir Husseini1 Comment

There are many blogs out there describing how to configure a WCF service to use SSL (for example this one…

Read More 1636 views

Dynamically Configuring WCF Services

November 15, 2011September 27, 2017Munir HusseiniNo Comments

Usually, WCF services are configured either programmatically or within the applications configuration file. Sometimes there are scenarios where the WCF…

Read More 1786 views
(c) 2011-2020 Munir Husseini