Search posts:
Categories
- ASP.NET (2)
- Documentation (6)
- F# (1)
- object-oriented-principles (1)
- programming (1)
- Selenium (2)
- software-patterns (1)
- SpecFlow (1)
- SysInternals (1)
- Uncategorized (2)
- Unit test (4)
- VS 2013 tips (1)
- WEB API (6)
- XML (1)
Archieves
- November 2019 (1)
- June 2019 (1)
- January 2018 (1)
- November 2017 (4)
- October 2017 (1)
- November 2016 (2)
- September 2016 (1)
- May 2016 (1)
- April 2016 (1)
- March 2016 (2)
- September 2015 (1)
- June 2015 (2)
- December 2014 (2)
Blogs I Follow
Top Posts & Pages
Monthly Archives: June 2015
MVC configuration – ‘path’ attribute inside ‘location’ section
This is post about specifying path attribute of location section in Web.config file. If you are not familiar with this section, go here Examples in above article concern about ASP.NET where specifying path like ‘Page1.aspx’ is enough. When I started mapping … Continue reading
Posted in ASP.NET
Leave a comment
Add Visual Studio intellisense support for custom configuration section
On my main project we use heavily the awesome log4net framework. It could be quite easily configured but for some advanced configuration I need to constantly check the documentation. I personally prefer to have all required knowledge on how write configuration in … Continue reading
Posted in VS 2013 tips
1 Comment