dotNET Weekly
Add a link
LoginRegister
PrevJune 2018Next
WSMTWTFS
22272829303112
233456789
2410111213141516
2517181920212223
2624252627282930

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!

5 Lessons Learned While Migrating from ASP.NET to ASP.NET Core

by zealousys, 2018-06-26T10:00:07.690Z

Microsoft has indeed made everything right with the release of ASP.NET Core. It is basically an interesting web framework to learn or build web application to shoot MVPs quickly in the market. Overall, this has been an interesting experience for me as well as my team, which has helped us to Migrate as well as develop ASP.NET Core application from scratch.

.net.net-coreasp.net-core

An ASP.NET Core Razor Pages Bootstrap 4 Application using Webpack, Typescript, and npm

by bill-s, 2018-06-25T15:59:45.267Z

This article shows how an ASP.NET Core Razor Pages application could be setup to use webpack, Typescript and npm to build, and bundle the client js, CSS for development and production. The application uses Bootstrap 4.

asp.net-core

Blazor it’s here: how to write C# in the browser!

by andrea.angella, 2018-06-27T21:22:04.026Z

Learn how to get started with Blazor to create a full-stack web application using C#.NET. Run C# in any browsers without plugins!

.netc#visual-studio

Containers - What Are They Good For? Crafting our Build Environments

by bill-s, 2018-06-25T15:54:04.969Z

In the last post, I looked at what comes "out of the box" with the Docker support in Visual Studio. While what we saw makes a lot sense for a good "F5" story, it's not that great for an actual build environment.

docker

Coravel: .Net Core Meet Laravel

by jamesmh_dev, 2018-06-25T10:09:11.977Z

Inspired by all the awesome features that are baked into the Laravel PHP framework - coravel seeks to provide additional features that .Net Core lacks like: Task Scheduling Queuing Mailer [TBA] Command line tools integrated with coraval features [TBA] More???

c#.net-coreasp.net-core

Example Azure Implementation for Government Agencies

by bill-s, 2018-06-26T01:08:48.821Z

Governments worldwide are adopting innovative methods that can not only enhance their service delivery capabilities, but also do it in the most cost effective, secure, highly available, and highly performant environment. The example architecture described here is a result of the AzureCAT experience in working with multiple partners selected as service providers by a government agency. The architecture provided a practical approach for building a solution that fulfilled the government’s requirements.

azure

Get The Most From Conferences

by bill-s, 2018-06-25T15:58:01.069Z

Attending conferences can be expensive, especially if you are paying out of pocket. They can range from a few hundred to a few thousand dollars (in USA). This is why you want to get the most out of the conferences you attend. No matter what your role, be it attendee, volunteer, speaker, or sponsor there are things you can to do get the most out of attending technical conferences. Follow these tips to make your conference experience even better.

conference

Implementing Medium's Passwordless Authentication using ASP.NET Core Identity

by bill-s, 2018-06-25T15:57:01.509Z

Instead of usernames and passwords, Medium relies on your ownership of a mailbox to verify your identity. So, they’ll send a one-time link to your mailbox which when used will log you into Medium. Medium are effectively offloading credential management to your mail provider.

asp.net-core

.NET Microservices Architecture e-book

by bill-s, 2018-06-26T01:08:17.164Z

.NET Microservices Architecture e-book

.net

Running ASP.NET Core application as Windows service

by bill-s, 2018-06-25T15:55:17.339Z

ASP.NET Core 2.1 introduces new application host for Windows services. We can now run ASP.NET Core applications as Windows services with minimal effort. This blog post introduces how it is done and how to build and run Windows services on ASP.NET Core without any need for dirty hacks.

.net-core

Traditional database security doesn’t protect data

by bill-s, 2018-06-25T15:54:39.030Z

It seems every week there’s a new data breach to read (or tweet) about. I recently discovered this lovely visualization of the growing amount of private data about people like you and me that is being exposed. You can filter and/or sort the data by industry sector, method of leak and data sensitivity. It makes for a beautifully depressing coffee break.

sql-server

The June release of SQL Operations Studio is now available

by bill-s, 2018-06-26T01:09:46.029Z

We are excited to announce the June release of SQL Operations Studio is now available. Download SQL Operations Studio and review the Release Notes to get started. SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux. To learn more, visit our GitHub.

sql-server

Under the hood of ASP.NET Core WebHooks - Verification Requests

by tpeczek, 2018-06-22T12:21:45.169Z

ASP.NET Core WebHooks provide support for receiving web hooks in ASP.NET Core web applications. This post explores how ASP.NET Core WebHooks handles verification requests.

asp.net-core

Writing logs to Elasticsearch with Fluentd using Serilog in ASP.NET Core

by bill-s, 2018-06-25T15:56:11.387Z

For apps running in Kubernetes, it's particularly important to be storing log messages in a central location. I'd argue that this is important for all apps, whether or not you're using Kubernetes or docker, but the ephemeral nature of pods and containers make the latter cases particularly important.

asp.net-core

NewslettersAboutPrivacy Policy