↧
Custom URLRewriting with XML and Global.asax
utilizes my custom DocParser class here http://ronniediaz.com/2013/08/23/parse-xml-to-dynamic-expandoobject-c-net-4-0/ void Application_BeginRequest(object sender, EventArgs e) { //string path =...
View ArticleCustom Web.Config Wrapper Class ASP .NET
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Configuration; namespace AIS.Common { public class ConfigValues { #region appSettings public static...
View Article