Learn Golang
Are you interested to learn Go (Golang) programming language. This following repo contains 1000+ Go Examples, Exercises and Quizzes to sharpen your Go programming skills. Check this out
Are you interested to learn Go (Golang) programming language. This following repo contains 1000+ Go Examples, Exercises and Quizzes to sharpen your Go programming skills. Check this out
We’ve all heard of DRY, SOLID, KISS, YAGNI acronyms spouted around in our day to day life as a software developer. You might have even some fancy ones too like Conway law, Murphy’s law and the popular one Moore’s law in your line of profession. Certainly, we all agree mostly with such succinct principles, their… Read More »
Language Integrated Query feature is one of most popular C# language feature. LINQ embeds querying capabilities into C# language. LINQ offers expressiveness, static type checking and support for multiple data sources. Every C# programmer knows it and loves it to the core. LINQ offers ton of methods, extensions and options. Sometimes, it may feel LINQ… Read More »
Internet of things (IoT) is a system of interrelated computing devices with the ability to transfer data over a network without requiring human interaction. Billions of physical devices around the world are now connected to internet starting from a light bulb, a smart thermostat and other smart devices. It is imperative that IoT devices are… Read More »
Microsoft answer to real time functionality in web applications is SignalR. Gone are the days of constant polling for updates, instead server side pushes notifications when things are ready to connected clients. If your application is in need to providing real time updates to users in response to their actions, you should look at ASP.NET… Read More »
Like any profession, folks who make living by writing code or programming with considerable amount of experience will more or less are capable of offering some invaluable insights and good habits to other budding coders. Usually, distilled advise boils to very simple and easy to implement habits. However, catch is sticking to such simple habits… Read More »
For all us programmers, there are holy grail of classic programming books ever written. We hold dear one classic book Patterns of Enterprise Application Architecture written by Martin Fowler. Though, technology rapidly evolves and constantly innovating and at the same time, industry is churning out countless books on programming, frameworks and patterns. But, in the… Read More »
Another post similar to our previous post, this post introduces you to sample ASP.NET Core reference projects and how to do articles on demonstrating building SPA applications using ASP.NET Core. Though technically we can drive Angular development using Visual Studio, you won’t get great developer experience when compared to Angular CLI. Yon can consider following… Read More »
A nice ASP.Net Core web app ready to use code recipe. Any one interested in learning ASP.Net Core applications should peek at this Github repo which will teach you ASP.NET Core by building a complete conference management website from scratch. Not just for beginners, this repo can offer something for experienced .NET specialists who’re on… Read More »