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

.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

Handle Clicks On Calendar Items In SharePoint 2010 With JavaScript

May 18, 2012September 29, 2017Munir Husseini15 Comments

In some scenarios, you might want to add extended client behavior to a Calendar View in SharePoint 2010. The client-side…

Read More 6615 views

Code Generation And Manipulation Using T4 Templates And Visual Studio Automation By Sample

May 15, 2012January 11, 2018Munir HusseiniNo Comments

Introduction The goal of this exercise is to generate a class that inherits from System.Data.Entity.DbContext. It will contain properties of type System.Data.Entity.DbSet for…

Read More 4958 views

Updating BDC Models in SharePoint 2010

March 8, 2012September 29, 2017Munir Husseini1 Comment

Using Visual Studio 2010, I created a BDC Model and deployed it to a SharePoint 2010 farm. After a while,…

Read More 2165 views

Error 1402. Could not open key: UNKNOWN\Components\…

November 25, 2011Munir HusseiniNo Comments

Recently, I was developing a setup package whose uninstall actions were broken. During testing, I could install the package but…

Read More 2254 views

Windows Installer Cleanup Utility (MSICUU2) Discontinued

November 25, 2011September 29, 2017Munir HusseiniNo Comments

When you develope installer packages, you might face the situation where you install you product for testing purposes but cannot…

Read More 1682 views

Windows Installer Custom Actions: Moving Properties from Immediate to Deferred Execution.

November 22, 2011September 29, 2017Munir HusseiniNo Comments

The Windows Installer works in two phases: the acquisition (or immediate) phase and the execution (or deferred) phase. The user…

Read More 3304 views

Debugging Custom Actions in Windows Installer

November 17, 2011September 29, 2017Munir HusseiniNo Comments

In Visual Studio, you can add Setup Projects and WiX projects. Especially WiX projects are very powerful. Unfortunately, you cannot…

Read More 3000 views

netsh http add sslcert “the parameter is incorrect”

November 17, 2011September 29, 2017Munir Husseini1 Comment

In the last post, I referenced a blog post by Dominick Baier about how to set up WCF over SSL.…

Read More 6879 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
Load More
(c) 2011-2020 Munir Husseini