views:

784

answers:

4

Hi there,

Is there a C# version of DotNetNuke? and how secure are this program to use for my companies intranet?

Thanks in advance

+2  A: 
Ramiz Uddin
+4  A: 

The point is : why would you want a C# version? The only time you'd be delving into the core code is to either investigate a bug or create a fix. All other modifications (modules, extensions, etc) can be coded in whatever language you like. Any time you're modifying the core code, unless you're fixing a bug, you're doing it the wrong way.

A talented C# developer should have no trouble parsing the VB.NET Code if trying to understand how the system works. And if you're developing new stuff, then write it in C# if you prefer. I write all my DNN extensions in C#, without exception.

Bruce Chapman
+1  A: 

Right now, there are published packages of the C# source for version 5.4.1 and 5.4.2. The team is working on adding this packaging to our automated build process so that new packages can be created quickly once the conversion has been done. A normal turnaround should be just a few days after each regular release.

Read the entire story...