Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. lahirunc
    3. Best
    • Profile
    • Following 1
    • Followers 2
    • Topics 18
    • Posts 71
    • Best 28
    • Controversial 0
    • Groups 1

    Best posts made by lahirunc

    • Here's why you should learn C#

      C# was designed to be simple and easy to use. Since C# is a high-level language, it reads somewhat closer to English. In addition, C# abstracts away (i.e. handles for you) most of the complex details of the machine (computer) so you can focus on programming instead of worrying about the little details many consider both tedious and difficult.

      If you're planning to get into C# game development, then Unity is also designed to be easy to get started with as well.

      Easy to Maintain

      C# is a statically-typed language, which means your code will be checked for errors before it gets built into an app. Errors will be easier to track down, and since statically-typed languages are also more strict with how you code something, the codebase, in general, will be more consistent and thus easier to maintain as it grows in size and complexity.

      Fast

      As a statically typed language, C# is faster than dynamically typed languages because things are more clearly defined. Thus, when the app is running, your machine's resources will not be wasted on checking the definition of something in your code.

      Community

      C# has a large community backing it up as C# was created in 2002. Since then the community has been building up.

      Career Opportunities

      16% of the top 100 million websites are powered by the ASP.NET framework, of which many might be using C#, so there are some opportunities in enterprise-level backend development. However, tech giants mainly use Java for its better portability and tools. Nonetheless, if you know already C#, it shouldn't be too hard to pick up Java if push comes to shove.

      With the rise of indie game development, C# developers are likely to have a better opportunity, since Unity has pretty much become the de facto game engine for indie game development.

      posted in Blogs
      lahirunc
      lahirunc
    • RE: How to save Check Box value/Radio Button Value into SQL Server Database using C#

      You can use checkbox.checked and radiobutton.checked straight away without going through this hassle.

      posted in Front-End Development
      lahirunc
      lahirunc
    • RE: Xamarin Mobile Development - English Tutorials will begin soon...

      @dev_lak Thanks for the support this is my first series of tutorials. So let's hope for the best.

      posted in Hybrid App Development
      lahirunc
      lahirunc
    • RE: Congratulations to our top users

      Yey! Congratz to all you! and me ! :P

      posted in Announcements
      lahirunc
      lahirunc
    • RE: Programming languages used for Machine Learning...

      @root I totally agree! :)

      posted in Blogs
      lahirunc
      lahirunc
    • RE: Xamarin Tutorial (English) - Part 4 & 5

      @dev_lak @fern @Anjana360 thanks for the support Guys. Will be doing longer videos with good content in the future.

      posted in Hybrid App Development
      lahirunc
      lahirunc
    • Todo App - Flutter firebase with GetX Series

      Hero Image

      Simple todo app tutorial series using flutter, firebase and GetX. This video series will consist of

      1. CRUD functionalities between flutter and firebase
      2. GetX state management
      3. Introduction/onboarding screen

      Part 1

      Part 2

      posted in Hybrid App Development
      lahirunc
      lahirunc
    • Flutter Threads

      Flutter.jpg

      Learn more

      posted in Hybrid App Development
      lahirunc
      lahirunc
    • 1
    • 2
    • 2 / 2