dotNET Weekly
Add a link
LoginRegister
PrevJuly 2020Next
WSMTWTFS
272829301234
28567891011
2912131415161718
3019202122232425
312627282930311

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

Azure DevOps + CI / CD + docker

by rogaliusz, 2020-07-13T07:26:42.785Z

Tutorial for configuring CI / CD process for docker images with Azure DevOps on .net core application sample.

azuredocker

Best Dot Net Training Course in Pune

by anamikasingh, 2020-07-17T09:06:20.990Z

Updating on Latest Framework trends through a Dot Net Course Origin of .NET explained in a dot net course The latest Dot Net Course would give you the same information as others. .NET is a framework designed and developed by Microsoft. The initial version of the. NET framework was made available in the year 2002. However, the framework has undergone changes and includes novel features incorporated over a period of time. One would learn about them in detail in a dot net course. Present developments covered in a dot net course In the current scenario, there are various development s in the web development field. You get to learn about them in detail during a dot net course. Let’s give a outline of these developments. 1. Strong Competition in the market The industry is currently witnessing strong competition between the many competitors in the market. As a result, they encounter new challenges every moment. Hence, they have to find modern solutions to stay a step ahead of their rivals. A dot net course gives one the opportunity to learn about innovative solutions. 2. Realizing requirements of the industry The present scenario is such that Microsoft realized the needs of the industry. For that reason, they built one of the most all-inclusive and resourceful solutions. This step would help organizations create business applications in a rapid and effortless manner. When developers successfully complete their dot net course, they create useful solutions for their organizations. 3. Perfect time to be a .NET developer Students who plan to start their career as a dot net developer have made the right decision. There will be path-breaking changes in the year 2020. This is the right moment to complete your dot net course and enter the industry. Evolution of the framework described in the dot net course The .NET framework has been constantly evolving over the years. Each year, Microsoft brings out a new feature in it. This year would witness some exciting changes. Students will be taught these in a dot net course. They are:  Microsoft is anticipated to bring in major changes in the .Net Framework  They had revealed that the release of NET core 3.1 will be the final single version. In the current year, it will be combined with .NET after this release.  .NET is presently used for the development if of web applications, windows servers, and Microsoft azure apps. As a result of the merging of products, it would open the door to more opportunities. All in all, .NET was a prevalent choice amongst developers across different sectors. With the merging of Net Core3.1 and NET, Dot Net fresher will get more opportunities after their dot net course. https://www.technobridge.in/dot-net-training-course.php

.net

Blazor GameDev – part 4: moving a sprite

by mizrael@yahoo.it, 2020-07-14T20:43:08.801Z

Hi All! Welcome back to part 4 of our Blazor 2d Gamedev series. Today we’re going to refactor the code of part 3 and start moving the sprite across the screen.

.net.net-coreasp.netasp.net-coreblazor

Distributed Tracing with Jaeger [Microservices .NET]

by spetzu, 2020-07-13T05:44:36.778Z

Fifth demo lesson of our new video course! We talk about Distributed Tracing with Jaeger as one of the pillars of the observability. Find out how to keep track of the ongoing requests, events and microservices dependencies.

.net-coreasp.net-coremicroservicesopen-source

Eleventy is a simpler static site generator.

by bill-s, 2020-07-13T18:20:10.810Z

Eleventy was created to be a JavaScript alternative to Jekyll. It’s zero-config by default but has flexible configuration options. Eleventy works with your project’s existing directory structure. Eleventy uses independent template engines. We don’t want to hold your content hostage. If you decide to use something else later, having your content decoupled in this way will make migration easier. Eleventy works with multiple template languages. You can pick one or use them all together in a single project: HTML *.htmlMarkdown *.mdJavaScript *.11ty.jsLiquid *.liquidNunjucks *.njkHandlebars *.hbsMustache *.mustacheEJS *.ejsHaml *.hamlPug *.pugJavaScript Template Literals *.jstl

javascript

Exciting new updates to the Git experience in Visual Studio

by bill-s, 2020-07-13T18:23:03.557Z

We’ve seen a lot of enthusiasm in the past few months with the improvements we’ve been making to the Git integration for Visual Studio 2019. We’ve also received a healthy amount of good feedback that’s helped us focus our efforts. We first announced the new changes in a blog post in March. Since then, the team has been hard at work analyzing the feedback, polishing the user interface, and building more features. We’re excited to share those updates with you today. If you haven’t tried the new Git user experience in Visual Studio yet, download the latest Preview and you’ll get the newest updates to the experience by default. If you’re using the public Release of Visual Studio (version 16.6+), then hit Ctrl+Q to search and type in ‘New Git user experience’ to turn it on from the Preview Features pane of Tools – Options.

vs

Exposing proto files in a gRPC service over a frameworkless and lightweight API

by bill-s, 2020-07-13T18:31:41.219Z

A few days ago I introduced the notion of nano service in ASP.NET Core or rather how to implement a REST API without any particular framework (https://anthonygiretti.com/2020/06/29/nano-services-with-asp-net-core-or-how-to-build-a-light-api/). Since then, I have challenged myself regularly on the possibilities of relevant applications of this idea. Well, I found a very interesting use case: exposing the protobuffs of a gRPC service without using a framework and having to manage collisions with the gRPC framework of ASP.NET Core. This article will show you how to do it in the simplest way possible.

.net

Globalization and Localization in ASP.NET Core – Detailed

by bill-s, 2020-07-13T18:20:32.509Z

In this article, we will go through a less-talked about topic in the ASP.NET Core Community. We will discuss in detail, Globalization and Localization in ASP.NET Core Application and go through various approaches on changing the Culture of the Application via Request. We will also do some advanced configuration where we store the Selected Language Information to the Cookie in the client browser. You can see the complete source code of this implementation on my Github. While starting to build an ASP.NET Core application, or any other application, There are few considerations to take care of. One of them is, “Will our Application be Multi-Lingual?”. According to me, it is highly important to make your application Multi-Lingual, if you are not able to anticipate the future of your application. Down the line, there can be an instance where you have already completed the application, but suddenly it needs to be multilingual as well. Trust me, you do not want to be in that place.

asp.net-core

How to Use and Unit Test ILogger

by bill-s, 2020-07-13T18:22:37.709Z

ILogger is at the heart of the ASP.NET Core infrastructure and works well when you use it correctly. If you approach it the wrong way, it is easy to go down a rabbit hole and burn lots of time trying to implement basic functionality. Follow these tips instead. This article gives you the basics on how to use and verify mocked calls without having to implement a class yourself.

.net

Let's Learn Dapper with ASP. NET Core!

by iammukeshm, 2020-07-17T14:35:30.111Z

In this article, we will talk about the basics of Dapper and it's seamless implementation in ASP. NET Core. Topics covered. 1. What is Dapper? 2. Implementation of Dapper. 3. Repository Pattern and Unit of Work 4. Simple and Clean Architecture ( Onion ) 5. Testing with Swagger.

asp.net-core

Introduction to Power Platform

by bill-s, 2020-07-13T18:30:14.391Z

Learn about the components of Power Platform, the business value for customers, and security of the technology. In this module, you will: Learn the components and features of the Power Platform Identify when to use each Power Platform component application to create business solutions Understand connectors Learn the value of using the Power Platform to create business solutions

.net

Microservice Architecture in ASP.NET Core with API Gateway

by iammukeshm, 2020-07-17T14:37:53.593Z

Let's Learn Microservice Architecture in ASP.NET Core with API Gateway! We'll go through a popular way of Building Applications – Microservice Architecture in ASP.NET Core. In this detailed article, we will try understand what really Microservice architecture is? , How does it compare to the traditional way of building application? And also some advanced concepts like API Gateways with Ocelot, Unifying several Microservices, Health Checks and much more. We will be building a Simple Microservice Application for demonstrating various Concepts including Microservice Architecture in ASP.NET Core, API Gateways, Ocelot, Ocelot Configuration , Routing and much more.

asp.net-core

Swagger in ASP.NET Core: Tips & Tricks

by bill-s, 2020-07-13T18:21:59.319Z

This post contains a few tips and tricks that can help you transform your swagger UI into an interactive documentation. If you don’t yet know how to install swagger in ASP.NET Core, this post will help you Get started with Swagger and ASP.NET Core.

swagger

Updating on Latest Framework trends through a Dot Net Course

by anamikasingh, 2020-07-17T09:07:44.119Z

Origin of .NET explained in a dot net course The latest Dot Net Course would give you the same information as others. .NET is a framework designed and developed by Microsoft. The initial version of the. NET framework was made available in the year 2002. However, the framework has undergone changes and includes novel features incorporated over a period of time. One would learn about them in detail in a dot net course. Present developments covered in a dot net course In the current scenario, there are various development s in the web development field. You get to learn about them in detail during a dot net course. Let’s give a outline of these developments. 1. Strong Competition in the market The industry is currently witnessing strong competition between the many competitors in the market. As a result, they encounter new challenges every moment. Hence, they have to find modern solutions to stay a step ahead of their rivals. A dot net course gives one the opportunity to learn about innovative solutions. 2. Realizing requirements of the industry The present scenario is such that Microsoft realized the needs of the industry. For that reason, they built one of the most all-inclusive and resourceful solutions. This step would help organizations create business applications in a rapid and effortless manner. When developers successfully complete their dot net course, they create useful solutions for their organizations. 3. Perfect time to be a .NET developer Students who plan to start their career as a dot net developer have made the right decision. There will be path-breaking changes in the year 2020. This is the right moment to complete your dot net course and enter the industry. Evolution of the framework described in the dot net course The .NET framework has been constantly evolving over the years. Each year, Microsoft brings out a new feature in it. This year would witness some exciting changes. Students will be taught these in a dot net course. They are:  Microsoft is anticipated to bring in major changes in the .Net Framework  They had revealed that the release of NET core 3.1 will be the final single version. In the current year, it will be combined with .NET after this release.  .NET is presently used for the development if of web applications, windows servers, and Microsoft azure apps. As a result of the merging of products, it would open the door to more opportunities. All in all, .NET was a prevalent choice amongst developers across different sectors. With the merging of Net Core3.1 and NET, Dot Net fresher will get more opportunities after their dot net course.

.net

NewslettersAboutPrivacy Policy