Category Archive: .NET Framework 4

Apr
25

.NET Based CMS Alternatives To WordPress

Orchard CMS Dashboard

.NET Based CMS Alternatives To WordPress In this article we will look at a few alternatives to WordPress, in particular we are looking for a Microsoft .NET based alternative. The WordPress Standard This website happens to use WordPress and I have been using it for several years, and have a good idea of what a good CMS should do and how they should perform.  Wordpress is platform independent and is …

Continue reading »

Feb
19

Using .NET Framework Code in PowerBuilder .NET Applications

AssemblyNamespace

How To Leverage .NET Framework Code in PowerBuilder.NET Applications This article is intended to get you pointed in the right direction when it comes to using .NET Framework code in your PowerBuilder.NET programs. We will cover the following areas in this article: High level overview of important concepts of the .NET Framework 4 that relate to use in your PowerBuilder.NET Show some examples of using .NET Framework code in PowerBuilder.NET Show how …

Continue reading »

Feb
19

ASP.NET MVC’s Pluggable Architecture and Reddit Aliens

Reddit Alien in ASP.NET MVC4

Break a Website Into Small Manageable Components Using ASP.NET MVC4 and Render the Reddit Alien using CSS & HTML

Feb
14

.NET BlankIfNull Extension Method

C# methods of converting a null string to an empty string One really cool feature of the .NET Framework is the ability to create extension methods.  If you’ve used the .NET Framework then you have most likely used extension methods and realize the power of them.  There are many existing extension methods for the string type, such as Trim, Substring or ToUpper.  You can create your own extension methods to …

Continue reading »

Feb
13

ASP.NET MVC ‘potentially dangerous Request.Path value was detected’ Fix via SQL Server 2008 Replace

  A potentially dangerous Request.Path value was detected from the client (&) in ASP.NET MVC4 Application I was doing developing a window in ASP.NET MVC4 and got this error because some of the data had an ampersand in it.   The data in question were category names and after doing some research it seems that I could have made changes to IIS that would allow the ampersand in the URL …

Continue reading »

Jan
25

Adapting .NET C# Example Code to PowerBuilder.NET

UsingEventLog

Utilizing the .NET Framework System Diagnostics Code in PowerBuilder.NET Programs This short article will show you how to adapt Microsoft .NET Framework C# code examples for use in PowerBuilder.NET.  I’m using the System Diagnostics in one of my non-visuals to log errors and application problems to the Windows Event Logs. Adding the USING statements in PowerBuilder.NET When adapting .NET code for PowerBuilder the first thing you will notice is that …

Continue reading »

Older posts «