
Fromage alimentaires singes capitulards....
The European Parliament's industry committee has postponed a vote on putting an end to roaming charges across the EU by 2015 and ensuring that telcos don't get to charge companies like Google to pay for faster interwebs. The Industry, Research and Energy committee (ITRE) was due to vote on a legislative report on roaming …
Prohibiting ISPs from managing the flow of traffic is a quick way to shut the whole thing down. The Internet is not only reliant on massive oversubscription, but its TCP depends on cooperation to work, or the network will go into congestion collapse. It is not a common carrier service with fixed bit rates and shouldn't be treated as one.
Of course teevee junkies don't care, and will happily destroy it if the think they'll get a few more shows to watch in the process.
Microsoft has pulled the plug on support for .NET 5 and the Pro and Home versions of Windows 10 20H2.
.NET 5 is not to be confused with the venerable .NET Framework, which will linger on until its parent OS breathes its last.
.NET Framework 3.51 SP1, for example, will carry on until the beginning of 2029 – over 20 years since it first emerged.
RAD Basic has edged a little closer to bringing Visual Basic 6 back to your PC with the release of 0.5.0 Alpha 3.
We last looked at RAD Basic a year ago and soaked in a warm bath of nostalgia for a time when Windows applications could be knocked out with the same skills needed to persuade Sinclair or Commodore hardware to display naughty words in a 1980s computer shop.
While Microsoft ditched Visual Basic 6 in favor of .NET and C# many years ago, there remain plenty of IT professionals who owe their career to the language and an abundance of lashed-up solutions still underpinning substantial chunks of the corporate world.
Interviews Visual Studio .NET was released on February 13th 2002, marking the moment when Microsoft's Java alternative was declared ready for business.
Microsoft says the first preview of .NET 7 is on its way.
This version of the development framework is aimed at containers and cloud-native applications. Microsoft plans to explore building containers directly via MSBuild as well as bolting on more telemetry and making its containers more nimble.
The platform formerly known as Xamarin Forms, now called .NET MAUI (Multi-platform App UI), will also be included once it has gone to General Availability for .NET 6 (Preview 13 hit last week).
Britain's Online Safety Bill is being enthusiastically endorsed in a "manifesto" issued today by MPs who were tasked with scrutinising its controversial contents.
Parliament's Joint Committee on the Online Safety Bill published the report declaring the bill would let government ministers "call time on the Wild West online."
The committee, made up of MPs and peers from various political parties, was asked to carry out a serious analysis of the controversial legislation. Surprising some onlookers, its Conservative chairman, Damian Collins MP, used the committee's 193-page report to talk about what he described as a "wider manifesto" for Big Tech regulation.
Microsoft's oldest .NET desktop framework, Windows Forms, has been improved for .NET 6, though full support for high resolution displays is "a challenging undertaking," according to software engineer Igor Velikorossov.
The first release of Windows Forms was in February 2002, when it was positioned as the successor to Visual Basic 6.0 (1998) as a rapid application development framework for Windows desktop applications. There was huge friction in that transition, but it was nevertheless popular and easy to use. Underneath Windows Forms lies the Win32 API and the GDI+ graphics API.
In late 2006, Microsoft introduced Windows Vista and along with it a new .NET desktop framework called Windows Presentation Foundation (WPF). Unlike Windows Forms, it used DirectX to render graphics, enabling richer designs with hardware accelerated performance.
Version 8.5 of Red Hat's Enterprise Linux operating system (RHEL) is out, with updates including .NET 6 and a system role for Microsoft SQL Server, as well as improved container support.
"Red Hat and Microsoft have had a very successful collaboration," product manager Siddharth Nagar told The Register. "SQL Server is a strategic workload for us. We've done a lot of joint work. Microsoft has contributed to the Linux kernel in support of better performance. SQL Server runs very well on Linux and our customers see a lot of value in having the combination."
The ability to run SQL Server on RHEL is not new; what is new is having it supported by a system role. What is a system role? "We are responding to the need for our customers to manage their environments in a standard way," said Nagar.
Microsoft has released .NET 6.0 with long-term support, and Visual Studio 2022, its all-purpose Windows IDE.
The roll-out is a big one for Microsoft's development platform as .NET 6.0 is the first LTS release since .NET Core 3.1 in December 2019. LTS releases are scheduled to come every two years, with short-term releases in between. The current .NET 5.0 will go out of support in mid-2022.
Developing with .NET 6 is not supported in Visual Studio 2019. Visual Studio developers wishing to use .NET 6 must upgrade immediately to Visual Studio 2022. Users of the cross-platform Visual Studio Code have an easier time – it is just a matter of downloading the .NET 6.0 SDK.
Updated Microsoft has enraged the open-source .NET community by removing flagship functionality from open-source .NET to bolster the appeal of Visual Studio, not least against its cross-platform cousin Visual Studio Code.
The two key pieces in this latest unrest are this pull request in the open-source .NET SDK repository on GitHub, in which 2,500 lines of code implementing a feature called Hot Reload are removed from a tool called dotnet watch; and this blog post in which Principal Program Manager Dmitry Lyalin revealed "we’ve decided that starting with the upcoming .NET 6 GA release, we will enable Hot Reload functionality only through Visual Studio 2022."
Hot Reload is a feature whereby developers can modify source code while an application is running, apply the changes, and see the results in the running application. It speeds the development process because it is quicker than rebuilding the code, stopping the application, applying the changes, and then firing it up again.
Microsoft has come up with its usual monthly splurge of .NET news, including the ability to compile native dependencies into Blazor WebAssembly, and a release date of 8 November for Visual Studio 2022.
The .NET 6 wave – significant since it is a long-term support release – is close to release, with the launch expected at the online .NET Conf 2021 on 9-11 November. The date for Visual Studio 2022 is therefore no surprise. Not everything will be ready, though, in particular the cross-platform MAUI (Multi-platform App UI) framework, based on Xamarin technology, which is scheduled for an RC release in early 2022 and general availability in the second quarter of 2022. Preview 9 of MAUI is now out, with updated controls and graphics API (Microsoft.Maui.Graphics).
At this point in the release cycle new features give way to bug fixes, but a key new feature has arrived in the Blazor framework for browser applications. Principal program manager Daniel Roth described native dependencies for Blazor WebAssembly (Wasm) apps, which means that "any portable native code can be used as a native dependency." This in turn means that C code, for example, can be called from C# code running in the browser. Both the C# and the C code will be compiled to Wasm so technically it may seem just a small step, but it is nicely wrapped to work in the same way as native code interop for C# on the server or desktop.
Biting the hand that feeds IT © 1998–2022