Oct.20, 2009 by Chris Chodnicki
Here at R2i we work with DotNetNuke (DNN) Community and Professional Edition CMS versions building custom modules, integrating outside systems & data sources and performing regular upgrades for many clients’ sites. We find that every day we are referencing the data model. To help our software engineers we have created the ERD data model and meta data [...]
Read More »Tags: DotNetNuke DNN
Categories: Content Management, DotNetNuke, Engineering Best Practices, Open Source
Oct.14, 2009 by NickChristy
As engineers, one of the most common things we need to do is manipulate strings in some fashion. All of us have had to compare a value to a constant at some point in our careers as software developers. The most common code snippet that I see when doing this looks similar to:
Read More »Tags: .net, programming, string, technology
Categories: Engineering Best Practices, Thought Leadership