by Azalio tdshpsk | Aug 29, 2024 | Cloud
TypeScript 5.6, an update to Microsoft’s strongly typed JavaScript variant, has moved to the release candidate (RC) stage. With the RC, Microsoft has renamed a number of new types and reverted a change to how the TypeScript language service searched for tsconfig.json...
by Azalio tdshpsk | Aug 29, 2024 | Cloud
Nested classes are classes that are declared as members of other classes or scopes. Nesting classes is one way to better organize your code. For example, say you have a non-nested class (also known as a top-level class) that stores objects in a resizable array,...
by Azalio tdshpsk | Aug 29, 2024 | Cloud
Microsoft’s opening up of .NET allowed the metaphorical thousand flowers to bloom, with its governance under the auspices of the .NET Foundation. The model has encouraged a wide variety of new frameworks and technologies that build on its cross-platform nature and its...
by Azalio tdshpsk | Aug 29, 2024 | Cloud
Exception handling is the technique of handling runtime errors in your application code. Basically, you have two categories of exceptions: Exceptions that are generated by the application and exceptions that are generated by the runtime. Exceptions should be handled...
by Azalio tdshpsk | Aug 28, 2024 | Cloud
Citing a security concern, Microsoft announced it is removing the BinaryFormatter from the planned .NET 9 open source application platform. Microsoft outlined the risk of using BinaryFormatter in an August 28 blog post, stating: “Any deserializer, binary or text, that...
by Azalio tdshpsk | Aug 28, 2024 | Cloud
Microsoft has announced the Pinecone .NET SDK, for building AI applications that leverage the Pinecone vector database. With the SDK, Pinecone is becoming the newest member of the AI ecosystem in .NET, Microsoft said. Building AI applications requires efficient vector...