Buying a Condo without a Realtor 101 – Owners Own Use

In light of the recent thread about buying without a buying agent, I thought I’d write up a quick 101 to help people that choose this path. This is just meant as a starting guide and not a comprehensive guide.Step 1: Make a PlanDetermine what you want in a condo. This may include things like

Read More

Tuple of doubles supress decimals.

I’m trying to create a tuple of doubles, for example:(double Alfa, double Zg) tupleTests = (Alfa: 7, Zg: 1/ 7); My problem is that the the second items is always zero (0). Instead the number should be 0.14285714285. via /r/learncsharp https://ift.tt/3pd0pzc

Read More

Pet projects hosting

I plan on starting some new projects(mostly small stuff to just try out new features, new libraries/frameworks, maybe one project that could potentially be sold) and I’m wondering about hosting. I’d like to have something cheap(free if possible) to easily host some demos. Since on day to day basis I’m using Azure AppServices and SqlServer

Read More

This was a comment I made in another thread why professional experience led me to think it was better for me to buy than rent in Toronto. Was surprised it was received so well. So thought I’d share it.

This was originally my response to someone who asked (once again) if s/he should buy or rent in Toronto.This link is her question and the thread, including redditor responses and my thoughts————————————————My response (based both on professional experience as a past senior immigrarion official and as someone who now owns a business and employs low-wage

Read More

Created yet another command line parser for .NET

Was tired with manually parsing command line arguments and couldn’t find an existing one that suited the zero configuration style I like, so I created yet another one.https://ift.tt/2Torq7g let me know what you think and i if it suits you. via /r/dotnet https://ift.tt/2tWhini

Read More

5 C# features that can help to clean/efficient code

Every time i learn something new from some expert in my network on Twitter i document that somewhere in my notes (OneNote) in case i have to revisit them. Recently i thought how about documenting them in the form a Blog post it will be easier to keep track of them. So finally i configured

Read More

Serverless payment using AWS Lambda and Stripe

A while back I created a blog post about Serverless payment using AWS Lambda and Stripe. The blog post was a great success, but since I have been contacted by several developers with questions like:How did you start your project?How did you setup your Lambda function to receive API calls?I then realised I had made

Read More

Where do you deploy your hobby projects.

Since a couple of months I’m very into (ASP).Net Core and really love it! Started some hobby/learning projects (console, web api and web apps) and I’m looking for a service to deploy them to the web. I looked at EC2(I already run out of free tier) and Digital Ocean, but for hobby projects they are

Read More

Active Directory Authentication / Authorization in ASP.NET Core and Angular

I put together a comprehensive guide on building robust Active Directory Authentication into ASP.NET Core for another reddit post, then went pretty crazy putting together a document outlining my Active Directory Authorization Workflow to provide a complete example of the implementation in ASP.NET Core and Angular.Figured it might be helpful to add here in the

Read More

Can someone explain the future of .NET Framework vs. Core?

I understand that the focus is on the cross platform capabilities of Core. Conceptually that makes plenty of sense to me. The whole point all along was for JIT to be cross platform, and I have no qualms with that. I just don’t understand (yet) what the plans are to get Framework functionality into Core.

Read More

1 17 18 19 20 21 28