Archives
-
ScriptHelper–For MVC and WebForms projects
This issue might seem minor but I always forget the names (exact naming) or number of script files I need to get some features working in MVC or Webforms. In addition, in my applications that require a specific client side feature, I might need a series of dependent scripts to make it work. Failing to include all of them often gives ambiguous errors or the functionality or feature just doesn't work.
-
Caching Architecture–Testability, Dependency Injection and Multiple Providers
Note: Link to Wiki is here
-
ASP.NET MVC 3 and Custom Extensions
When playing with the latest ASP.NET MVC 3 Preview 1 bits, some people have mentioned their dislike of the .cshtml extension used for the “razor” view engine that comes with ASP.NET MVC 3 and also WebMatrix. Well there are a number of ways you can change this. For the purposes of learning and tinkering, I decided to try and register a new view engine using the new Dependency Injection support within ASP.NET MVC 3.
-
Fujitsu T900 and Fingerprint Sensor Problems
Not so long ago, I bought a Fujitsu T900 Notebook computer from TegaTech (many thanks to the great service and help I received from Hugo Ortega who runs it).
-
Making WCF Output a single WSDL file for interop purposes.
By default, when WCF emits a WSDL definition for your services, it can often contain many links to others related schemas that need to be imported. For the most part, this is fine. WCF clients understand this type of schema without issue, and it conforms to the requisite standards as far as WSDL definitions go.
-
Sydney Architecture User Group – WPF Architecture
Bit short notice for a blog post but eminent WPF expert Paul Stovell will be presenting on WPF Architecture at the Sydney Architecture User Group on thursday 25th February. (Full details here)
-
.Net Performance Testing and Optimisation – Free eBook
This blog has been super quiet lately. This is mainly because I have been hard at work writing a book around .Net Performance Testing and optimisation. Well, I am happy to say that part 1 of this book is available as a free download from here.