Tag: .net
-
Introducing .NET Multi-platform App UI
You can build anything with .NET. It’s one of the main reasons millions of developers choose .NET as the platform for their careers, and companies invest for their businesses. With .NET 5 we begin our journey of unifying the .NET platform, bringing . View original article
-
JsonConverter Attribute in ASP.NET Core 3.0 Web API
In .NET Core 3.0, a built-in JSON converter is available in namespace System.Text.Json, and ASP.NET Core 3.0 uses this new JSON converter by default. Therefore, when you migrate your Web API from ASP.NET Core 2.x to 3.0, you need to replace JsonConverter attribute with System.Text.Json. View original article
-
Open-source PHP Compiler to .NET
Boost the speed of your PHP apps and prevent request failures. Use PHP to develop apps for all operating systems and devices. View original article
-
Open-source PHP Compiler to .NET
Boost the speed of your PHP apps and prevent request failures. Use PHP to develop apps for all operating systems and devices. View original article
-
c# for iPad?
Yet a another alternative to Objectve-C/XCode has arrived: MonoTouch, the non Microsoft dotNet implementation, supports the new useless computer-without-a-keyboard -slash- big iPhone, Apple iPad.
-
Using .net assemblies inside SQL Server: Quick start guide
Are you are an experienced .net programmer and you are too lazy to learn TSQL stored procedures, triggers or functions? Yes? Then read on this quick start guide on using .net assemblies inside SQL Server using SQLCLR.