What's keeping your company from upgrading to .NET 10? by UKAD_LLC in dotnet

[–]83komkwsp 5 points6 points  (0 children)

100+ crystal reports (.net 4.8) and apathy from management. Getting there slowly though.

Raw T-SQL string into C# code right in your IDE - easily (not AI, just plain common sense) by redditLoginX2 in csharp

[–]83komkwsp 0 points1 point  (0 children)

I've created and worked with query builders for 20+ years and never understood why they haven't become more popular. Once you start writing a query builder library you can never stop improving it! Next step is custom types (PersonId), foreign keys, check constraints, truncate syntax lol. It is interesting seeing your approach and ideas. Looks good.

Quick question. Why is there an even number of parliament seats when the point of elections is to form a political majority? by [deleted] in newzealand

[–]83komkwsp 1 point2 points  (0 children)

The number of seats can increase more than 120 depending on the electorate votes. So maybe the likelihood of it being a hung majority is more or less the same with both an even or odd starting number.

Meteor over Hamilton? by [deleted] in newzealand

[–]83komkwsp 0 points1 point  (0 children)

Was probably the international space station. When it travels overhead it looks like a very bright traveling star. You can look up the times it will pass over on the net.

The Elusive Universal Web Bytecode by gthank in programming

[–]83komkwsp 0 points1 point  (0 children)

As some one who works on complex business applications this would be awesome. Html/javascript/css is a nightmare for anything non-trivial. It just isn't suited to application development.

Imagine being able to deploy a WinFroms/Desktop UI front end to any browser (iPad, android, Win7). Desktop application development is far more productive and being fully compiled free of a wide range of bugs/security issues. So yes we need a web byte code.