You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**DataFuse** is a declarative .NET framework that aggregates data from SQL databases, REST APIs, and Entity Framework into unified, strongly-typed objects — replacing hundreds of lines of manual orchestration code with clean, schema-driven configuration.
@@ -203,7 +203,7 @@ public class ProductService
203
203
204
204
## Documentation
205
205
206
-
See the [Complete Developer Guide](https://codeshayk.github.io/DataFuse/) for detailed documentation including:
206
+
See the [Complete Developer Guide](https://codeshayk.github.io/DataFuse.Net/) for detailed documentation including:
207
207
- Real-world use cases (e-commerce, customer 360, reporting)
208
208
- Core concepts deep dive
209
209
- Query implementation guides (SQL, EF Core, Web API)
@@ -215,7 +215,7 @@ See the [Complete Developer Guide](https://codeshayk.github.io/DataFuse/) for de
215
215
216
216
## Support
217
217
218
-
If you are having problems, please let us know by [raising a new issue](https://github.com/CodeShayk/DataFuse/issues/new/choose).
218
+
If you are having problems, please let us know by [raising a new issue](https://github.com/CodeShayk/DataFuse.Net/issues/new/choose).
219
219
220
220
## License
221
221
@@ -227,5 +227,5 @@ The main branch is now on .NET 9.0. Previous versions:
Copy file name to clipboardExpand all lines: index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
**DataFuse** is a declarative .NET framework that aggregates data from SQL databases, REST APIs, and Entity Framework into unified, strongly-typed objects — replacing hundreds of lines of manual orchestration code with a clean, schema-driven configuration.
0 commit comments