Home New Trending Search
About Privacy Terms
#
#enum
Posts tagged #enum on Bluesky
Preview
Boost Your .NET Projects: Unleashing the Power of Spargine’s Enum Extension Methods Spargine is an open-source collection of assemblies and NuGet packages for .NET 8, created and managed by the author since .NET 2 release. It includes the EnumExtensions class with utility methods …

Simplify working with Enums in .NET! 🛠️ Learn how EnumExtensions' utility methods like `GetDescription()`, `GetItems()`, & `Parse<T>()` can make your code cleaner.
dotnettips.wordpress.com/2024/11/03/b...
#dotnet #Enum #MVPBuzz

0 0 0 0

This is awesome :D

May I suggest adding an enum to hold the different platforms?
Would save user typos and outline every option in GM's intellisense at the same time

So like:
#enum GM_SHARE_PLATFORM {
BLUESKY,
FACEBOOK,
ect
}

That web safe code would be a good separate function too ;)

1 0 1 0
Preview
Boost Your .NET Projects: Unleashing the Power of Spargine’s Enum Extension Methods Spargine is an open-source collection of assemblies and NuGet packages for .NET 8, created and managed by the author since .NET 2 release. It includes the EnumExtensions class with utility methods …

Simplify working with Enums in .NET! 🛠️ Learn how EnumExtensions' utility methods like `GetDescription()`, `GetItems()`, & `Parse<T>()` can make your code cleaner.
dotnettips.wordpress.com/2024/11/03/b...
#dotnet #Enum #MVPBuzz

0 0 0 0
All About `enum`
All About `enum` YouTube video by Java

If you missed our webinar, "All About enum", you can watch the recording below.

In this webinar, learn more about the power of `enum` as we improve our Deck of Cards program.

www.youtube.com/watch?v=fvWt...

#learnjava #teachjava #java #enum

1 1 0 0
¿Cuál es mejor para tus condicionales: strings o ints?
¿Cuál es mejor para tus condicionales: strings o ints? YouTube video by Marowarth

¿Usas STRING o INT en tus condicionales de C#?
Hay una mejor alternativa... y te la explico en mi nuevo vídeo 👇

www.youtube.com/watch?v=jM9q...

#CSharp #Programación #Enum #CleanCode

1 0 0 0
Preview
Boost Your .NET Projects: Unleashing the Power of Spargine’s Enum Extension Methods Spargine is an open-source collection of assemblies and NuGet packages for .NET 8, created and managed by the author since .NET 2 release. It includes the EnumExtensions class with utility methods …

Simplify working with Enums in .NET! 🛠️ Learn how EnumExtensions' utility methods like `GetDescription()`, `GetItems()`, & `Parse<T>()` can make your code cleaner.
#dotnet #Enum #MVPBuzz

1 0 0 0
Preview
Boost Your .NET Projects: Unleashing the Power of Spargine’s Enum Extension Methods Spargine is an open-source collection of assemblies and NuGet packages for .NET 8, created and managed by the author since .NET 2 release. It includes the EnumExtensions class with utility methods …

Simplify working with Enums in .NET! 🛠️ Learn how EnumExtensions' utility methods like `GetDescription()`, `GetItems()`, & `Parse<T>()` can make your code cleaner.
#dotnet #Enum #MVPBuzz

1 0 1 0
Preview
How to convert String to Enum in Java? ValueOf Example valueOf Example in Java Enum valueOf method of Java Enum is used to retrieve Enum constant declared in Enum Type by passing String in other words valueOf method is used to convert String to Enum constants. In this Java Enum valueOf example we will see how to use the valueOf method in Java. valueOf method is implicitly available to all Java Enum because every enum in Java implicitly extends java.lang.Enum class. valueOf method of enum accepts exactly the same String which is used to declare Enum constant to return that Enum constant. valueOf method is case-sensitive and invalid String will result in IllegalArgumentException. --- Java Interview questions and tutorials

#corejava #enum

0 0 0 0
Preview
Java Enum with Constructor Example Java Enum with Constructor Many Java developers don't know that Java Enum can have a constructor to pass data while creating Enum constants. This feature allows you to associate related data together. One example of passing arguments to enum Constructor is our TrafficLight Enum where we pass the action to each Enum instance e.g. GREEN is associate with go, RED is associated with stop, and ORANGE is associated with the slow down.  --- Java Interview questions and tutorials

#corejava #enum

0 0 0 0
Preview
Boost Your .NET Projects: Unleashing the Power of Spargine’s Enum Extension Methods Spargine is an open-source collection of assemblies and NuGet packages for .NET 8, created and managed by the author since .NET 2 release. It includes the EnumExtensions class with utility methods …

Simplify working with Enums in .NET! 🛠️ Learn how EnumExtensions' utility methods like `GetDescription()`, `GetItems()`, & `Parse<T>()` can make your code cleaner.
#dotnet #Enum #MVPBuzz

0 0 0 0
Preview
Boost Your .NET Projects: Unleashing the Power of Spargine’s Enum Extension Methods Spargine is an open-source collection of assemblies and NuGet packages for .NET 8, created and managed by the author since .NET 2 release. It includes the EnumExtensions class with utility methods …

Simplify working with Enums in .NET! 🛠️ Learn how EnumExtensions' utility methods like `GetDescription()`, `GetItems()`, & `Parse<T>()` can make your code cleaner.
#dotnet #Enum #MVPBuzz

0 0 0 0
Preview
GitHub - zarldev/goenums: Type Safe Enum generator for Go Type Safe Enum generator for Go. Contribute to zarldev/goenums development by creating an account on GitHub.

I've just released a new version of goenums.
Type-safe enum generation tool for Go!

github.com/zarldev/goen...

#go #golang #enum #programming

4 1 0 0
Preview
TypeScript 5.8 Ships --erasableSyntaxOnly To Disable Enums TypeScript 5.8's new erasableSyntaxOnly flag enforces pure type annotations by disabling enums, namespaces, and parameter properties.

www.totaltypescript.com/erasable-syn... - #TypeScript's new flag `--erasableSyntaxOnly` will throw compiler errors if it must generate code to support the feature. For example, don't use #enum, use a const object instead. Now #Node 23.6.0 and better can run the code natively (no transpile).

0 0 0 0
Post image

Flutter routine: This is how you can create enums with string values in Dart. #flutterdev #dartdev #enum #androiddev #iosdev #tarklab #airontark

5 0 0 0
Preview
Boost Your .NET Projects: Unleashing the Power of Spargine’s Enum Extension Methods Spargine is an open-source collection of assemblies and NuGet packages for .NET 8, created and managed by the author since .NET 2 release. It includes the EnumExtensions class with utility methods …

Simplify working with Enums in .NET! 🛠️ Learn how EnumExtensions' utility methods like `GetDescription()`, `GetItems()`, & `Parse<T>()` can make your code cleaner.
#dotnet #Enum #MVPBuzz

0 0 0 0
Video thumbnail

Finally. Weapon equips from inventory and works. Also unequips & state machine switches poses. (small dance around the room)

#unrealengine #gamedev #gaming #statemachine #inventory #arrays #UE5 #game #developer #programing #chaos #metahuman #openworld #datatable #structs #enum #widget #UI

10 3 0 0

Just made my first post, let me know what you all think

@t3.gg #Software #Code #Aesthetics #Clean #Web #Developer #Interface #Enum #Enumeration #Type #TypeScript #JavaScript #NodeJS

3 0 0 0
Preview
TryHackMe | Valley Can you find your way into the Valley?

Valley - I have just completed this room! Check it out: tryhackme.com/room/valleype #tryhackme #security #pentest #boot2root #enum #RE #valleype via
@realtryhackme

1 0 1 0
Home Welcome to Nominet - Official registry for .UK domain names. Discover our domain name registration services, Cyber solutions and WHOIS lookup tool

#ENUM support for #Android:

0 0 0 0