1
I Use This!
Inactive

News

Analyzed 13 days ago. based on code collected 13 days ago.
Posted over 13 years ago by James Craig
1) Added RingBuffer class to Utilities.DataTypes. 2) Added NextString to Random class that works off of a pattern (useful for generating fake data).
Posted over 13 years ago by James Craig
1) Added ToString function to LDAP Entry class for an easy view of the individual entry (exports all properties to a string).
Posted over 13 years ago by Namshub
Hi this work is wonderful but I'm unable to get the application working due to your changes and moving them in to extensions.For example =Utilities.Web.HTML.AbsoluteRoot+"Cisco/"the HTML class no longer exists and is now an extension methodI have had ... [More] no exposure to MVC unfortunately, i have done some searching to try and figure it out.I have imported <%@ Import Namespace="Utilities.Web.ExtensionMethods" %>and changed the line to System.Web.HttpContext.Current.AbsoluteRoot+"Cisco/" but it tells me the AbsoluteRoot is an unknown member.yet in code behind I can add the using statement and System.Web.HttpContext.Current.AbsoluteRoot(); and is fine.Comments: Many thanks for the quick response i'll have a dig through the unit testing. [Less]
Posted over 13 years ago by JaCraig
Hi this work is wonderful but I'm unable to get the application working due to your changes and moving them in to extensions.For example =Utilities.Web.HTML.AbsoluteRoot+"Cisco/"the HTML class no longer exists and is now an extension methodI have had ... [More] no exposure to MVC unfortunately, i have done some searching to try and figure it out.I have imported <%@ Import Namespace="Utilities.Web.ExtensionMethods" %>and changed the line to System.Web.HttpContext.Current.AbsoluteRoot+"Cisco/" but it tells me the AbsoluteRoot is an unknown member.yet in code behind I can add the using statement and System.Web.HttpContext.Current.AbsoluteRoot(); and is fine.Comments: I'll admit that I haven't kept up with keeping that up to date. I'll add it to my list of things to do (the ever expanding list :) ). The unit tests are usually kept up to date a bit better though. [Less]
Posted over 13 years ago by Namshub
Hi this work is wonderful but I'm unable to get the application working due to your changes and moving them in to extensions.For example =Utilities.Web.HTML.AbsoluteRoot+"Cisco/"the HTML class no longer exists and is now an extension methodI have had ... [More] no exposure to MVC unfortunately, i have done some searching to try and figure it out.I have imported <%@ Import Namespace="Utilities.Web.ExtensionMethods" %>and changed the line to System.Web.HttpContext.Current.AbsoluteRoot+"Cisco/" but it tells me the AbsoluteRoot is an unknown member.yet in code behind I can add the using statement and System.Web.HttpContext.Current.AbsoluteRoot(); and is fine. [Less]
Posted over 13 years ago by James Craig
1) Added Google API class for static maps
Posted over 13 years ago by James Craig
1) Added ability in ORM to turn off Audit tables. 2) Added a bunch of comments.
Posted over 13 years ago by James Craig
1) Added Async extension to Action objects. (Utilities.DataTypes.ExtensionMethods 2) Added LevenshteinDistance extension to strings. (Utilities.DataTypes.ExtensionMethods.
Posted over 13 years ago by James Craig
1) Added ability to minify more than just HTML with HTTPCompress. 2) Added a number of comments.
Posted almost 14 years ago by jcraig
1) Added an option to remove white space when calling HTTPCompress. (Utilities.Web.ExtensionMethods)