Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JamesNK
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
JamesNK
5y ago
You're searching for ways to make things more difficult than they need to be. Make the simple easy. Make the complex possible.
2.
▲
by
JamesNK
5y ago
Because ASP.NET Core is a framework that is installed with .NET. It isn’t a set of Nuget packages. Why? .NET Core 1.x tried making everything a Nuget package and it was a disaster. ASP.NET is big which meant a huge number of dependencies
3.
▲
by
JamesNK
5y ago
Here you go: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>
4.
▲
by
JamesNK
6y ago
The error message is sent as a HTTP trailing header. Their server or client has a header size limit of 8kb.
5.
▲
gRPC performance improvements in .NET 5
(devblogs.microsoft.com)
7 points
by
JamesNK
6y ago
|
0 comments
6.
▲
by
JamesNK
6y ago
It is strange that you couldn't find the empty web template. Every version of ASP.NET Core has come with one. Empty is the first option in the "Create a new ASP.NET Core web application" dialog in VS2019, and "dotnet new
7.
▲
by
JamesNK
6y ago
The future of Silverlight and Flash died when mobile phones rejected browser plugins. No amount of good choices from MS/Adobe would change that.
8.
▲
by
JamesNK
6y ago
> gRPC encoded data is actually not tightly coupled to HTTP/2 frames. The headers frame, and the capability to have headers before AND after content is a requirement. gRPC requires trailing headers for the status code of the call. T
9.
▲
by
JamesNK
7y ago
Developer on gRPC for .NET here. gRPC client requires HTTP/2, and HttpClient (the .NET library for making HTTP requests) didn't previously support HTTP/2. The gRPC client actually supports netstandard2.1. Any .NET implementat
10.
▲
by
JamesNK
8y ago
Stardock has acted like scum through the whole ordeal. On top of the lawsuit against P/R... 1. They attempted to trick the UQM project leadership into signing a document that said Stardock owned the rights to everything in Star Control
11.
▲
by
JamesNK
9y ago
A stock price doesn't reflect how profitable you are today, it reflects how profitable you'll be tomorrow.
12.
▲
by
JamesNK
9y ago
He isn't criticizing the title, it's just a hot take on how the nature of starting a business has changed.
13.
▲
by
JamesNK
9y ago
Premium feature: reserve a set of lucky dice for your roles. $5/month
14.
▲
by
JamesNK
9y ago
A succinct way of putting it is there is a finite profit margin on consulting.
15.
▲
by
JamesNK
9y ago
.NET always preserves generic type information for reflection but there is code reuse when a generic type is used multiple times with different reference types, e.g. there is little overhead having List<object> and List<string>
16.
▲
by
JamesNK
9y ago
> C#'s equivalent quixotic fever dream is probably LINQ. What? LINQ is terrific.
17.
▲
by
JamesNK
9y ago
You can .NET Native on your own machine for testing but the package uploaded to the store contains MSIL. The final .NET Native version is then compiled in the cloud. https://blogs.windows.com/buildingapps/2015/08&#
18.
▲
by
JamesNK
9y ago
UWP apps from the Windows Store already ban JIT compilation - at least for .NET apps. When .NET UWP applications are uploaded the store pre-compiles them on the server with .NET Native. The user only downloads and executes native code.
19.
▲
by
JamesNK
10y ago
I'm expecting it won't. With C# 7 tuples there will be less methods with out parameters in the future.
20.
▲
by
JamesNK
10y ago
It came from the video but I have personally found async methods to be significantly slower most of the time (although I've never sat down and figured out the exact amount). The reason for the performance hit is that a lot the time you
21.
▲
by
JamesNK
10y ago
> In fact, they're generally slightly slower An async method is much slower (40x) compared to a normal sync method. If you're writing a high performance library you need to be careful to not repeatedly call a method decorated w
22.
▲
by
JamesNK
10y ago
And the torpedo they dropped barely worked. Later in tests the US Navy found there was a 2/3 chance the torpedo would break up, not start or simply sink when it hit the water.
23.
▲
by
JamesNK
11y ago
You probably won't. This is .NET Core only. .NET Core is a cross platform slimmed down version of .NET and doesn't run Winforms or desktop WPF. Windows Store WPF is supported.
24.
▲
by
JamesNK
11y ago
No. Currently .NET Native (AOT) is used with WinStore apps - in fact every Win10 .NET application in the store and on your computer HAS to be .NET Native - but the plan is to make compiling a native DLL possible for all .NET Core applicatio
25.
▲
by
JamesNK
11y ago
No .NET CLI is a set of cross platform command line tools for making .NET applications.
26.
▲
by
JamesNK
14y ago
Sure you can. The Azure website's control panel has a package upload dialog box. As long as it is a valid Azure package it doesn't matter where you upload from.
27.
▲
by
JamesNK
14y ago
> DataContractJsonSerializer has the most absurd way of serialising dictionaries into JSON. DataContractJsonSerializer is a hack that is built on top of an XML parser. For the people who are unfamiliar with .NET there is a comparison of
28.
▲
by
JamesNK
14y ago
Also Huk is estimated to get a six figure salary from his team Evil Geniuses. Prize money is a bonus.
29.
▲
by
JamesNK
15y ago
It may not be physical but he has a blog, that's a thing. Email address, tumbler account, Flicker account, etc, etc.
30.
▲
by
JamesNK
15y ago
Going to the press looks like an effective way to get results.
More ›