dotnet falcon

Blogging about .NET and software development - from my bird's eye view

StackOverflow Adventures: Add custom info to Web API help page

StackOverflow Adventures: Add custom info to Web API help page

May 1, 2017
I like stackoverflow. It provides me a way to keep in touch with the community, meet other schools of thought and test my knowledge on occasion. I like the interesting problems and questions. Take this one for example: http://stackoverflow.com/questions/42691154/provide-documentation-for-asp-net-web-api-method-with-a-dynamic-query-string The question goes like this: I&
Stealing time in SQL Server

Stealing time in SQL Server

Mar 20, 2017
Here's a question for you: what is the output of this simple script in T-SQL if I run it on SQL Server 2016 Developer Edition (or any other edition and any other version, for that matter): declare @t1 datetime='2017-03-20 12:46:37.000'; declare @t2
.NET Workbooks: 101 Linq samples

.NET Workbooks: 101 Linq samples

Mar 1, 2017
Just yesterday I did a post on something called Xamarin Workbooks. In the post I elaborate on how cool this is and how useful I think this tool will be during my classes. Ever since a thread in my brain-process has been working on finding cool new ideas to present