mooo

https://ift.tt/2IOucxN via /r/interestingasfuck https://ift.tt/2TyI2st

https://www.youtube.com/watch?v=CkOab-pT2Gk via /r/Frontend https://ift.tt/2NFGkQv

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 a basic blog for me and started documenting in the hope of someone in the community can benefit from it.Tips in the post are :Avoid reading all the Http response to temporary stringReplace temporary collections with Yield (My Favourite)Preserving stack trace when re-throwing exceptionMarking Code as ObsoleteUse your custom serializer and de-serializer for classes using JSON.NET​If any of the above interest you head to 5 CSharp tips that you may already know.I am very new to blogging so any feedback will be much appreciated. via /r/dotnet https://ift.tt/2TfDCY3

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

https://ift.tt/2IMNJP6 via /r/funny https://ift.tt/2tPCsDg

https://ift.tt/2H9W10W via /r/Damnthatsinteresting https://ift.tt/2tMWePV

https://ift.tt/2EFJCjG via /r/funny https://ift.tt/2Vvu0oH

https://ift.tt/2HdRPO2 via /r/funny https://ift.tt/2tPDdMC

https://ift.tt/2Tdc5GD via /r/interestingasfuck https://ift.tt/2Ex1An9

https://ift.tt/2NFtthc via /r/aww https://ift.tt/2EI1cDU

https://ift.tt/2Uh5OWL via /r/funny https://ift.tt/2CcwG3t

https://ift.tt/2C1nWNr via /r/todayilearned https://ift.tt/2UgFc8v

https://ift.tt/2xKIzMt via /r/aww https://ift.tt/2HbeN8l

https://ift.tt/2T8z8lX via /r/todayilearned https://ift.tt/2Eu5ixQ

https://ift.tt/2EqVLb1 via /r/funny https://ift.tt/2TcoDOB

https://ift.tt/2tKugV3 via /r/BeAmazed https://ift.tt/2HbeGtr

https://ift.tt/2C58vUl via /r/aww https://ift.tt/2EpmqVM

https://ift.tt/2Vwt9Ux via /r/aww https://ift.tt/2NDQ1yR

https://ift.tt/2Un7WMZ via /r/mildlyinteresting https://ift.tt/2C3cUXO

https://ift.tt/2TkyqRZ via /r/interestingasfuck https://ift.tt/2INViVC

https://ift.tt/2IOF66z via /r/OldSchoolCool https://ift.tt/2NE54IR

https://ift.tt/2tKJSaW via /r/DesignPorn https://ift.tt/2TqxATx

https://ift.tt/2XzJmuf via /r/interestingasfuck https://ift.tt/2SH8Jq4

https://ift.tt/2TyBo5v via /r/aww https://ift.tt/2IPpxf9

https://ift.tt/2TtVGgd via /r/Damnthatsinteresting https://ift.tt/2IP9QVg

https://ift.tt/2UgWQZD via /r/funny https://ift.tt/2tNrYUU

https://ift.tt/2HewVhx via /r/interestingasfuck https://ift.tt/2tJkS41

https://ift.tt/2VscQrO via /r/interestingasfuck https://ift.tt/2EK1VV1

https://ift.tt/2TpWX7X via /r/oddlysatisfying https://ift.tt/2HgZXwS

https://ift.tt/2Tr1erS via /r/mildlyinteresting https://ift.tt/2IMWtEY

https://ift.tt/2SEiWne via /r/science https://ift.tt/2BZqfR2

https://ift.tt/2Uockvb via /r/mildlyinteresting https://ift.tt/2C4ZdYC

https://ift.tt/2TrKC3e via /r/mildlyinteresting https://ift.tt/2C2qtXL

https://ift.tt/2HaFmud via /r/gifs https://ift.tt/2GXmUGl

https://ift.tt/2He4bp1 via /r/woodworking https://ift.tt/2UgmZHZ

https://ift.tt/2UhzvXX via /r/Damnthatsinteresting https://ift.tt/2C226Jv

https://ift.tt/2Uh7C21 via /r/Damnthatsinteresting https://ift.tt/2C0NOZO

https://ift.tt/2UhzTpl via /r/Damnthatsinteresting https://ift.tt/2BZGFZO

https://ift.tt/2Tr1erS via /r/mildlyinteresting https://ift.tt/2IMWtEY

https://ift.tt/2C2jRbP via /r/aww https://ift.tt/2EIzozi

https://ift.tt/2IP521V via /r/interestingasfuck https://ift.tt/2ToQWZn

https://ift.tt/2Tm7elP via /r/mildlyinteresting https://ift.tt/2IOb6If

https://ift.tt/2tJLOAC via /r/oddlysatisfying https://ift.tt/2IM45rj

https://ift.tt/2GWTKqC via /r/funny https://ift.tt/2EIENWR

https://ift.tt/2UgzRxW via /r/Damnthatsinteresting https://ift.tt/2Cclnbx

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 the same mistake, I see in so many other blog posts. Assuming the reader already had lot’s of prior knowledge on the subject.I decided to go back and start from scratch documenting every step of the way. You can find Repo with my step by step guide for receiving serverless payments here: TopSwagCode.Lambda.PaymentIf you didn’t read the first blog post, it can be found on my blog. via /r/dotnet https://ift.tt/2VBaAyP

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

https://ift.tt/2GX2YDt via /r/woodworking https://ift.tt/2Hdi9rx

https://ift.tt/2GWTKqC via /r/funny https://ift.tt/2EIENWR

https://ift.tt/2UgzRxW via /r/Damnthatsinteresting https://ift.tt/2Cclnbx

https://ift.tt/2QeIbzw via /r/interestingasfuck https://ift.tt/2U5bUJV

https://ift.tt/2VeP42z via /r/oddlysatisfying https://ift.tt/2TehnRp

https://ift.tt/2H6HS4y via /r/aww https://ift.tt/2tCQDeY

https://ift.tt/2tA0mmb via /r/gifs https://ift.tt/2GJ76GO

https://ift.tt/2NrOwnd via /r/mildlyinteresting https://ift.tt/2GIxPn9

https://ift.tt/2BOHe8u via /r/funny https://ift.tt/2EtJWCf

https://ift.tt/2SYHJaM via /r/funny https://ift.tt/2Ecjewj

https://ift.tt/2E6o8Lr via /r/Unexpected https://ift.tt/2SXXeQl

https://ift.tt/2Ea3jyG via /r/oddlysatisfying https://ift.tt/2GZfD88

https://ift.tt/2BOHe8u via /r/funny https://ift.tt/2EtJWCf

https://ift.tt/2EbXAs8 via /r/interestingasfuck https://ift.tt/2SZWgmD

https://ift.tt/2H0ZjDC via /r/toronto https://ift.tt/2Vnr9OH

$160M in bribes to Saadi Gaddafi. $10M in bribes to Yanai Elbaz in Quebec. $22.5M in bribes to Arthur Porter in Quebec. And on and on. This company is tarnishing Canada’s reputation.https://ift.tt/2TdeAI3 to FireballSambucca:https://ift.tt/2INlsIr via /r/canada https://ift.tt/2GXAQiy

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 too expensive for me.So my question to you, where do you deploy your hobby projects for free or low costs? via /r/dotnet https://ift.tt/2U594o5

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

https://ift.tt/2Sm94i3 via /r/gifs https://ift.tt/2IyyZU0

https://ift.tt/2BOtfja via /r/gifs https://ift.tt/2XkwNml

https://ift.tt/2GGGh6r via /r/gifs https://ift.tt/2SXVfv5

https://ift.tt/2SofRaF via /r/gifs https://ift.tt/2BReHz9

https://ift.tt/2T92oYY via /r/gifs https://ift.tt/2SUwoZf

https://ift.tt/2BSQZCO via /r/interestingasfuck https://ift.tt/2U0j6XA

https://ift.tt/2EiRLth via /r/gifs https://ift.tt/2BQOv7T

https://ift.tt/2Et4ZEO via /r/woahdude https://ift.tt/2tATAMY

https://ift.tt/2VgJ49G via /r/BeAmazed https://ift.tt/2SXRrdz

https://ift.tt/2GYmq1H via /r/ofcoursethatsathing https://ift.tt/2tC3yO6

Just calculating my taxes for the year and it looks like i’m about +$600 on both federal and provincial rebate. I do have an RRSP with my previous employer but I changed jobs and haven’t contributed to it this year. I have a few days before the March 1st deadline and have probably about $10,000 I could throw in to it giving me a massive Tax return of +$3000 on both federal and provincial (Quebec) taxes. Obviously this isn’t ‘free money’ as you are taxed later on when you dip in to the RRSP but is this money that’s worth getting now so it can be used for something like investment and try and get a few % on it? via /r/PersonalFinanceCanada https://ift.tt/2tCyb6d

https://ift.tt/2Sno7I2 via /r/oddlysatisfying https://ift.tt/2SmHtwR

https://ift.tt/2ErMXTp via /r/gifs https://ift.tt/2VcpL12

https://ift.tt/2NmYmqC via /r/ProgrammerHumor https://ift.tt/2VeQzh3

https://ift.tt/2Tc44Rk via /r/Art https://ift.tt/2Xk0nIF

https://youtu.be/A3-L3YwU-iQ via /r/videos https://ift.tt/2txlJVl

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 event that it’s interesting to anyone. Note that this approach will also work with AWS Directory Service. via /r/dotnet https://ift.tt/2Npwfa7

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

https://ift.tt/2XhJa2s via /r/interestingasfuck https://ift.tt/2SoZGtK

https://ift.tt/2EsDb3E via /r/gifs https://ift.tt/2VeANCU

https://ift.tt/2FifCrM via /r/todayilearned https://ift.tt/2SUZzLH

https://ift.tt/2V9t8pA via /r/oddlysatisfying https://ift.tt/2tA0WjK

https://ift.tt/2NmYmqC via /r/ProgrammerHumor https://ift.tt/2VeQzh3

https://ift.tt/2Tc44Rk via /r/Art https://ift.tt/2Xk0nIF

https://ift.tt/2GZ9h8x via /r/aww https://ift.tt/2GEZ029

https://ift.tt/2IyvPzH via /r/sports https://ift.tt/2H0QrOj

https://ift.tt/2GWezlq via /r/canada https://ift.tt/2Iyf5bL

https://ift.tt/2T7hXjX via /r/worldnews https://ift.tt/2BNUA4M

https://ift.tt/2T7sR9l via /r/woahdude https://ift.tt/2VeBzjl

https://ift.tt/2U3HWWG via /r/Damnthatsinteresting https://ift.tt/2BOB3Bv

Article link via /r/dotnet https://ift.tt/2U1AMC8

https://ift.tt/2tymRId via /r/Damnthatsinteresting https://ift.tt/2GWeLkw

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. Is Core anywhere close to being able to replicate the functionality of Framework?Is the point for Xamarin to replace WPF? I don’t know much about Xamarin. I’ll learn it if that’s the case but I haven’t seen a clear answer. Presumably WinForms goes out the window? (Fine, but it’s convenient when you need a very simple form. WPF has a well deserved reputation of “It makes the easy things hard and the hard things easy.” Doing “easy” forms with WinForms made life better). Is there support for the Office COM Interops on Core, and, if not, is there a plan for them to do so?That last point is crucial for me. A vast majority of the code I write in my job requires use of the Office COM interop. I’m worried I will get stuck in the VBA Never Never Land where Microsoft sort of supports a language but not really. via /r/csharp https://ift.tt/2U57B1g

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

https://ift.tt/2U5fjIq via /r/funny https://ift.tt/2GEd8IZ

http://bit.ly/2Ify5LQ via /r/Frontend http://bit.ly/2S7uaQR

http://bit.ly/2S6Eg4A via /r/funny http://bit.ly/2GOsEBm

http://bit.ly/2SHpc2u via /r/interestingasfuck http://bit.ly/2DNzTX0

http://bit.ly/2DQYtGp via /r/oddlysatisfying http://bit.ly/2IjVZGg

http://bit.ly/2Ej0qNl via /r/gifs http://bit.ly/2V8zZ2D
1 105 106 107 108 109 168