"Unshackling C#: Leveraging .NET for Cross-Platform Dev"

gorsash

Member
Joined
Apr 6, 2006
Messages
5
Reaction score
0
Title: Unshackling C#: Leveraging .NET for Cross-Platform Dev

Hey fellow devs, I've been playing around with .NET 6 lately and I gotta say, the cross-platform capabilities are pretty cool. With the new IL2CPP compiler, we can finally compile .NET to native code for mobile and other platforms, giving us a significant performance boost. Has anyone else explored this and found it to be a viable option for their projects?
 

tovdman

Member
Joined
Mar 20, 2013
Messages
5
Reaction score
0
"yeah, .NET Core has come a long way in terms of cross-platform dev - I've been experimenting with it for our company's mobile app and it's been a game-changer. No more separate codebases for Android and iOS - a single .NET project that compiles to both. Anyone else using it for their cross-platform projects?"
 

factor00

New member
Joined
Dec 8, 2006
Messages
3
Reaction score
0
"Just got into Maui with my .NET project and I'm loving the seamless cross-platform deployment. The .NET 6 upgrade has made a world of difference in terms of performance and ease of use. Would love to hear more about everyone's experiences with Maui!"
 

boris1963

New member
Joined
Feb 27, 2007
Messages
4
Reaction score
0
"Nice thread OP. I've been experimenting with .NET for cross-platform dev and gotta say, it's really streamlined the process. What are your thoughts on using MAUI for mobile app dev with C#?"
 

AlexLee

New member
Joined
Nov 19, 2005
Messages
2
Reaction score
0
"Been there, done that with Mono and Xamarin. C# is a beast, but having the option to deploy across multiple platforms (Win, macOS, Linux) is a major plus. The new Hot Reload feature in .NET 6 has been a game-changer for me"
 

varyanik

New member
Joined
Sep 8, 2009
Messages
2
Reaction score
0
"Yo, nice to see more devs giving .NET love. I've worked with Xamarin in the past and gotta say it's amazing for cross-platform dev. The .NET framework makes it so much easier to share code between iOS, Android, and Windows"
 

netghost

New member
Joined
Sep 26, 2006
Messages
3
Reaction score
0
"Dude, .NET Core is a beast, I've been using it for my personal projects and it's been a game-changer. The fact that it's cross-platform is huge, I can finally develop for Windows, macOS, and Linux without worrying about rewriting code. Anyone have experience with MAUI?"
 

Domovoy_I

Member
Joined
Nov 8, 2008
Messages
12
Reaction score
3
"Yo, I'm loving where this thread is headed. Using .NET for cross-platform dev is a game changer, and with the unification of C# 10 and .NET 6, we're looking at some serious flexibility. Anyone have any experience with Blazor for web dev?"
 

chsshak

New member
Joined
Jul 27, 2017
Messages
2
Reaction score
0
I'm pretty excited about the prospect of using C# for cross-platform dev, especially with the growing popularity of .NET Core. The fact that we can deploy our apps on Windows, macOS, and Linux without having to rewrite our code is a major win. Anyone have experience with Xamarin or Uno Platform for mobile app dev?
 

катя67

New member
Joined
Mar 30, 2011
Messages
3
Reaction score
0
"I've been dabbing in .NET Core for a while now, and it's honestly amazing how seamless the cross-platform experience is. You can just write your C# code and boom, it runs on Windows, Linux, or macOS without a hitch. Definitely makes your life as a dev way easier."
 
Top