ASP.NET Core (and .NET Core in general) is very exciting with its recent evolution and is only getting better. Its cross platform nature now gives us the ability to deploy on platforms with .NET that were never an option before....
Read MoreI have not worked with a lot of mocking or fakes frameworks. It always seems to be a topic just low enough on my priority list that I think I should probably do that sometime, but then never actually get...
Read MoreIt is always statically frustrating / tedious and awful code you need to write when you have to pluralize or singularize a word. What is even worse is when people don’t bother doing that and just leave the singularized word...
Read MoreThis week I will be presenting at a local .NET User Group meeting in Barrie, ON (www.northoftoronto.net) some of the efficiency's to be gained out of the latest from Entity Framework Code First, ASP.NET Web API, and OData (and don't...
Read MoreOne of the great things about the DataTable or DataView is its ease of ability to Sort and Filter data. Often I utilize the .Select method of DataTable. This involves writing a short where clause string to provide to the...
Read MoreUsing resource files can sometimes be troublesome when you need a particular resource in both a Web application mark-up or code-behind and inside a business tier or data model. When you push the Resx file further back into you’re project,...
Read MoreWCF is fantastic for easy communication between applications. WCF is normally implemented using binding configurations embedded in each application. You usually have configuration for your server, and also your endpoint for your client. I found myself in a situation in...
Read MoreIt is often a requirement in your web application to run with impersonation on. This ensures that the users credentials are directly related to whoever is logged in. However, sometimes you need access to a local file system in which...
Read MoreIn the past I often looked at Multi-Threading as requiring more time to take advantage of. Recently, I took advantage of multi-threading in its generic form (not using strongly typed classes inheriting from the Thread). I found myself in a...
Read MoreSometimes you have the requirement to use an Ampersand within your web.config or app.config file. It may be something like storing a URL in an Application Setting, like the following example: <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add...
Read More
Recent Comments- Gabriel Sidnei on .NET Core: The configured user limit (128) on the number of inotify instances has been reached.
- Is GitHub Dependabot Now Enterprise Ready with Grouped Updates? | Travis J. Gosselin on Dependency Management with Dependabot
- Bruno on TLS 1.0 & 1.1 Docker Container Support
- travis on Top 5 Tips I Learned My First Year Speaking at Conferences
- Alex Drokin on Top 5 Tips I Learned My First Year Speaking at Conferences