Exception Handling in ASP.NET Web API - A Guided Tour
Let's explore how ASP.NET Web Api handles and logs exceptions, from action level up to application level. Sample project included!
Let's explore how ASP.NET Web Api handles and logs exceptions, from action level up to application level. Sample project included!
February 25th They called me back! I was starting to fear that I'd never get another job as a programmer, and yet someone offered me an position! No more unemployment for me! Sure, it's less money than my last place was paying me, but I can't be picky in these
January 23rd Has it been days? Weeks, even? I can't remember the last time I saw anything other than the slate gray cubicle walls surrounding my "office." Is "outside" even a thing anymore? What is "sunlight"? What day is it? Does it even matter what day it is? Course it
What gives code value? Does your code need to have meaning, a purpose, for you to have the necessary involvement to give your best effort? To what extent should we care about the usage for the code that we write? A lunch conversation with three of my coworkers prompted these
We have an in-house media server that stores internal images, videos, etc. This project has many components, but the major ones are: * A database, where information about the media items is stored. * A service layer, which allows multiple apps to use the server and database. * A private site (which talks