#fluentapi search results

Début des lightening talks avec @auritamh sur #fluentApi #DevoxxFR

duchessfr's tweet image. Début des lightening talks avec @auritamh sur #fluentApi #DevoxxFR

Want to use fluent setters in DTOs? #Spring Boot, Jackson & MapStruct support them. But java.beans.Introspector, JSP tags & legacy EE apps may silently fail. Sergei Chernov maps the compatibility landscape. Read before refactoring: javapro.io/2025/10/01/flu… #CleanCode #FluentAPI

JAVAPROmagazin's tweet image. Want to use fluent setters in DTOs? #Spring Boot, Jackson & MapStruct support them. But java.beans.Introspector, JSP tags & legacy EE apps may silently fail.

Sergei Chernov maps the compatibility landscape. Read before refactoring: javapro.io/2025/10/01/flu…

#CleanCode #FluentAPI

This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java. Watch it 👉 lttr.ai/zSWX #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java.

Watch it 👉 lttr.ai/zSWX

#cleancode #Java #FluentApi #BuilderPattern

My first (finished) open source project lives! [Blogged] Valit – dead simple, fluent validation for @dotnet Core foreverframe.net/valit-dead-sim… Hopefully, you'll like it :) #valit #fluentapi #validation #dotnetcore

d_pawlukiewicz's tweet image. My first (finished) open source project lives!

[Blogged] Valit – dead simple, fluent validation for @dotnet Core
foreverframe.net/valit-dead-sim…

Hopefully, you'll like it :)

#valit #fluentapi #validation #dotnetcore

Avoid mistakes exploring the power of two creation patterns in Java. Watch it: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube ▸ lttr.ai/AFCCP #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. Avoid mistakes exploring the power of two creation patterns in Java.

Watch it: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube
▸ lttr.ai/AFCCP

#cleancode #Java #FluentApi #BuilderPattern

This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java. Watch it 👉 lttr.ai/ABbV5 #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java.

Watch it 👉 lttr.ai/ABbV5

#cleancode #Java #FluentApi #BuilderPattern

💡 ¿Migraciones más simples en Azure SQL Database? ¡Con Fluent API e IEntityTypeConfiguration es posible! 🚀🔧 📖 Léelo aquí 👉 lnkd.in/e-RfDmJd #Azure #SQL #FluentAPI #ArquitecturaDeSoluciones #BasesDeDatos

Jezuz_Garcia's tweet image. 💡 ¿Migraciones más simples en Azure SQL Database? ¡Con Fluent API e IEntityTypeConfiguration es posible! 🚀🔧
📖 Léelo aquí 👉 lnkd.in/e-RfDmJd
#Azure #SQL #FluentAPI #ArquitecturaDeSoluciones #BasesDeDatos

Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube ▸ lttr.ai/zLdo #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube
▸ lttr.ai/zLdo

#cleancode #Java #FluentApi #BuilderPattern

Want to use fluent setters in DTOs? #Spring Boot, Jackson & MapStruct support them. But java.beans.Introspector, JSP tags & legacy EE apps may silently fail. Sergei Chernov maps the compatibility landscape. Read before refactoring: javapro.io/2025/10/01/flu… #CleanCode #FluentAPI

JAVAPROmagazin's tweet image. Want to use fluent setters in DTOs? #Spring Boot, Jackson & MapStruct support them. But java.beans.Introspector, JSP tags & legacy EE apps may silently fail.

Sergei Chernov maps the compatibility landscape. Read before refactoring: javapro.io/2025/10/01/flu…

#CleanCode #FluentAPI

🚨 Facing runtime errors in EF Core? Ensure your design and runtime versions match! Mixing stable and preview builds can lead to migration issues. Align your packages for smooth sailing in Fluent API projects. 🚀 #EFCore #DotNet #FluentAPI @CristianSifueift.tt/SPFEotQ

dev.to

EF Core Migrations Pitfall — Resolving Version Mismatch Between Tools and Runtime in Fluent API...

EF Core Migrations Pitfall — Resolving Version Mismatch Between Tools and Runtime in...


💡 ¿Migraciones más simples en Azure SQL Database? ¡Con Fluent API e IEntityTypeConfiguration es posible! 🚀🔧 📖 Léelo aquí 👉 lnkd.in/e-RfDmJd #Azure #SQL #FluentAPI #ArquitecturaDeSoluciones #BasesDeDatos

Jezuz_Garcia's tweet image. 💡 ¿Migraciones más simples en Azure SQL Database? ¡Con Fluent API e IEntityTypeConfiguration es posible! 🚀🔧
📖 Léelo aquí 👉 lnkd.in/e-RfDmJd
#Azure #SQL #FluentAPI #ArquitecturaDeSoluciones #BasesDeDatos

🚨Announcement🚨 A new, version (2.1.0) of FluentContracts is LIVE! We have brand new contracts available for "FileInfo", "DirectoryInfo", "Dictionary" and more! Go, check it out! Pls share 🙏 #dotnet #fluentapi github.com/FluentContract…

github.com

GitHub - FluentContracts/FluentContracts: Fluent argument validation for fluent software developm...

Fluent argument validation for fluent software development. - FluentContracts/FluentContracts


🚨 Announcement 🚨 A new, major version (2.0.0) of FluentContracts is LIVE! Some refactoring + some new cool contracts: - String.BeCreditCardNumber - String.BeBase64 - DateTime.BeInThePast/Future - DateTime.BeWeekend Pls share🙏 #dotnet #fluentapi github.com/FluentContract…

github.com

GitHub - FluentContracts/FluentContracts: Fluent argument validation for fluent software developm...

Fluent argument validation for fluent software development. - FluentContracts/FluentContracts


/ 📝 Example of TPT: Again, Fluent API comes to the rescue. You’ll need to specify the table name for the derived class. 🔑 #FluentAPI #TableMapping


5/ Example of TPH: Here’s how to set it up using Fluent API. It involves specifying a discriminator column. 🔑 #FluentAPI


Avoid mistakes exploring the power of two creation patterns in Java. Watch it: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube ▸ lttr.ai/AFCCP #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. Avoid mistakes exploring the power of two creation patterns in Java.

Watch it: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube
▸ lttr.ai/AFCCP

#cleancode #Java #FluentApi #BuilderPattern

This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java. Watch it 👉 lttr.ai/ABbV5 #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java.

Watch it 👉 lttr.ai/ABbV5

#cleancode #Java #FluentApi #BuilderPattern

Always is best for #FluentApi: data annotations dirty entities


In this video, we'll explain how to create a Builder and Fluent API on Java. Watch it: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube ▸ lttr.ai/7t9W #cleancode #Java #FluentApi #BuilderPattern


In this video, we'll explain how to create a Builder and Fluent API on Java. Watch it: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube ▸ lttr.ai/7t9W #cleancode #Java #FluentApi #BuilderPattern


Learn how to create a safer API with Builder and Fluent API Watch on youtube: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube ▸ lttr.ai/3sd5 #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet card. Java Builder Pattern and Fluent-API - how to create complex objects...

youtube.com

YouTube

Java Builder Pattern and Fluent-API - how to create complex objects...


Builder Pattern and Fluent-API - how to create complex objects with Java. Read the full article: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube ▸ lttr.ai/1ofh #cleancode #Java #FluentApi #BuilderPattern


No results for "#fluentapi"

Début des lightening talks avec @auritamh sur #fluentApi #DevoxxFR

duchessfr's tweet image. Début des lightening talks avec @auritamh sur #fluentApi #DevoxxFR

Want to use fluent setters in DTOs? #Spring Boot, Jackson & MapStruct support them. But java.beans.Introspector, JSP tags & legacy EE apps may silently fail. Sergei Chernov maps the compatibility landscape. Read before refactoring: javapro.io/2025/10/01/flu… #CleanCode #FluentAPI

JAVAPROmagazin's tweet image. Want to use fluent setters in DTOs? #Spring Boot, Jackson & MapStruct support them. But java.beans.Introspector, JSP tags & legacy EE apps may silently fail.

Sergei Chernov maps the compatibility landscape. Read before refactoring: javapro.io/2025/10/01/flu…

#CleanCode #FluentAPI

#BuilderPattern ist ein bekanntes #DesignPattern, das die Konstruktion von #FluentAPI ermöglicht. Die Verwendung und Erweiterungen beschreibt @SvenRuppert @jfrog in diesem #JAVAPRO Artikel. #GangOfFour Jetzt lesen: bit.ly/3eKsR9K

JAVAPROmagazin's tweet image. #BuilderPattern ist ein bekanntes #DesignPattern, das die Konstruktion von #FluentAPI ermöglicht. Die Verwendung und Erweiterungen beschreibt @SvenRuppert @jfrog in diesem #JAVAPRO Artikel. #GangOfFour 

Jetzt lesen: bit.ly/3eKsR9K

💡 ¿Migraciones más simples en Azure SQL Database? ¡Con Fluent API e IEntityTypeConfiguration es posible! 🚀🔧 📖 Léelo aquí 👉 lnkd.in/e-RfDmJd #Azure #SQL #FluentAPI #ArquitecturaDeSoluciones #BasesDeDatos

Jezuz_Garcia's tweet image. 💡 ¿Migraciones más simples en Azure SQL Database? ¡Con Fluent API e IEntityTypeConfiguration es posible! 🚀🔧
📖 Léelo aquí 👉 lnkd.in/e-RfDmJd
#Azure #SQL #FluentAPI #ArquitecturaDeSoluciones #BasesDeDatos

My first (finished) open source project lives! [Blogged] Valit – dead simple, fluent validation for @dotnet Core foreverframe.net/valit-dead-sim… Hopefully, you'll like it :) #valit #fluentapi #validation #dotnetcore

d_pawlukiewicz's tweet image. My first (finished) open source project lives!

[Blogged] Valit – dead simple, fluent validation for @dotnet Core
foreverframe.net/valit-dead-sim…

Hopefully, you'll like it :)

#valit #fluentapi #validation #dotnetcore

Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube ▸ lttr.ai/zLdo #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube
▸ lttr.ai/zLdo

#cleancode #Java #FluentApi #BuilderPattern

This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java. Watch it 👉 lttr.ai/zSWX #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java.

Watch it 👉 lttr.ai/zSWX

#cleancode #Java #FluentApi #BuilderPattern

Avoid mistakes exploring the power of two creation patterns in Java. Watch it: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube ▸ lttr.ai/AFCCP #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. Avoid mistakes exploring the power of two creation patterns in Java.

Watch it: Builder Pattern and Fluent-API - how to create complex objects with Java - YouTube
▸ lttr.ai/AFCCP

#cleancode #Java #FluentApi #BuilderPattern

This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java. Watch it 👉 lttr.ai/ABbV5 #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. This video will explain two ways to create complex objects with two patterns: Builder and fluent-API or DSL — the main difference between the tradeoffs and how to do it in Java.

Watch it 👉 lttr.ai/ABbV5

#cleancode #Java #FluentApi #BuilderPattern

Extracting this creation path to another class in a complex object makes code more testable and readable; plus, it follows the Single of Responsibility principle. Watch it 👉 lttr.ai/zLd2 #cleancode #Java #FluentApi #BuilderPattern

otaviojava's tweet image. Extracting this creation path to another class in a complex object makes code more testable and readable; plus, it follows the Single of Responsibility principle.

Watch it 👉 lttr.ai/zLd2

#cleancode #Java #FluentApi #BuilderPattern

Loading...

Something went wrong.


Something went wrong.


United States Trends