Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/Blog/PUBLICACION.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ CHAPTERS
01:25 Migrations that run once per database
01:49 What runs when you open a screen
02:16 Roslyn: no compile, no licence
02:34 Why most docs are NOT in AGENTS.md
02:54 The domain map nobody has seen
03:12 Try it on your application
02:32 Why most docs are NOT in AGENTS.md
02:52 The domain map nobody has seen
03:10 Try it on your application

#DevExpress #XAF #dotnet #AI #OpenSource
```
Expand Down Expand Up @@ -211,9 +211,9 @@ CAPÍTULOS
01:30 Migraciones: como mucho una vez por base de datos
01:59 Qué se ejecuta cuando abres una pantalla
02:33 Roslyn: sin compilar, sin licencia
02:51 Por qué la mayoría de la documentación NO está en AGENTS.md
03:10 El mapa de dominio que nadie ha visto
03:32 Pruébalo en tu aplicación
02:50 Por qué la mayoría de la documentación NO está en AGENTS.md
03:09 El mapa de dominio que nadie ha visto
03:31 Pruébalo en tu aplicación

#DevExpress #XAF #dotnet #IA #OpenSource
```
Expand Down
Binary file modified docs/Blog/video/audio/en/08-roslyn.mp3
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/Blog/video/audio/en/SCRIPT.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ And then the question nothing in the repository answers: what runs when you open

## 08-roslyn

*46 words · about 17s at a normal pace*
*42 words · about 15s at a normal pace*

All of it is read as syntax, with Roslyn. Your project never compiles and no DevExpress assembly is ever referenced. So it works on a branch that doesn't build, it needs no licence, and its two hundred and seventy tests run free on a public runner.
All of it is read as syntax, with Roslyn. Your project never compiles and no DevExpress assembly is ever referenced. So it works on a branch that doesn't build, it needs no licence, and its tests run free on a public runner.

## 09-niveles

Expand Down
Binary file modified docs/Blog/video/audio/es/08-roslyn.mp3
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/Blog/video/audio/es/SCRIPT.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Y luego la pregunta que nada en el repositorio responde: qué se ejecuta cuando

## 08-roslyn

*44 words · about 16s at a normal pace*
*42 words · about 15s at a normal pace*

Todo se lee como sintaxis, con Roslyn. Tu proyecto nunca se compila y nunca se referencia un ensamblado de DevExpress. Por eso funciona en una rama que no compila, no hace falta licencia, y sus doscientos setenta tests corren gratis en un runner público.
Todo se lee como sintaxis, con Roslyn. Tu proyecto nunca se compila y nunca se referencia un ensamblado de DevExpress. Por eso funciona en una rama que no compila, no hace falta licencia, y sus tests corren gratis en un runner público.

## 09-niveles

Expand Down
4 changes: 2 additions & 2 deletions docs/Blog/video/guion.video.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
{
"id": "08-roslyn",
"html": "scenes/en/08-roslyn.html",
"minSeconds": 17.8,
"minSeconds": 16.4,
"voice": "Rachel",
"narration": "All of it is read as syntax, with Roslyn. Your project never compiles and no DevExpress assembly is ever referenced. So it works on a branch that doesn't build, it needs no licence, and its two hundred and seventy tests run free on a public runner."
"narration": "All of it is read as syntax, with Roslyn. Your project never compiles and no DevExpress assembly is ever referenced. So it works on a branch that doesn't build, it needs no licence, and its tests run free on a public runner."
},
{
"id": "09-niveles",
Expand Down
4 changes: 2 additions & 2 deletions docs/Blog/video/guion.video.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
{
"id": "08-roslyn",
"html": "scenes/es/08-roslyn.html",
"minSeconds": 17.8,
"minSeconds": 17.0,
"voice": "Marcela",
"narration": "Todo se lee como sintaxis, con Roslyn. Tu proyecto nunca se compila y nunca se referencia un ensamblado de DevExpress. Por eso funciona en una rama que no compila, no hace falta licencia, y sus doscientos setenta tests corren gratis en un runner público."
"narration": "Todo se lee como sintaxis, con Roslyn. Tu proyecto nunca se compila y nunca se referencia un ensamblado de DevExpress. Por eso funciona en una rama que no compila, no hace falta licencia, y sus tests corren gratis en un runner público."
},
{
"id": "09-niveles",
Expand Down
Loading