Category Archives: .NET

F# Mentorship program

Recently I participated in an F# Mentorship program and want to share some great opportunities that it provided. In this program, mentors and mentees are randomly paired up to work on some projects together for a couple of months. I … Continue reading

Posted in .NET, F#, FP, Mentorship | Tagged , , , , | Leave a comment

Merging .NET assemblies using GulpJS and ILMerge

It’s possible to merge a few .NET assemblies into one by using the ILMerge utility. This can be helpful if you want to ship your project results in one assembly but internally you still prefer to break the project into … Continue reading

Posted in .NET, build, GulpJS, ILMerge, nodejs | Tagged , , , | Leave a comment