Skip to content

Commit 1de6bbf

Browse files
Update README.md
1 parent 0e7e89a commit 1de6bbf

File tree

1 file changed

+35
-1
lines changed
  • data-platform/core-converged-db/dotnet-aq

1 file changed

+35
-1
lines changed
Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
test content
1+
# .NET and Oracle Database Advanced Queuing.
2+
3+
.NET is one of the most frequently used developer platform, also for database-centric applications developed on top of an Oracle Database. This demo presents two ways of using Advanced Queuing in a .NET application:
4+
- by using traditional PL/SQL calls
5+
- by using new, native AQ interface implemented in Oracle Data Access Provider 23c
6+
7+
Review Date: 25.01.2024
8+
9+
## Useful Links
10+
11+
- [Oracle Data Provider for .NET main page](https://www.oracle.com/pl/database/technologies/appdev/dotnet/odp.html)
12+
13+
### Documentation
14+
15+
- [Oracle Data Provider for .NET 23c documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23/odpnt/index.html#Oracle%C2%AE-Data-Provider-for-.NET)
16+
- [Transactional Event Queues and Advanced Queuing User's Guide 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/adque/index.html#Oracle%C2%AE-Database)
17+
18+
19+
### Blogs
20+
21+
- [Apache Kafka versus Oracle Transactional Event Queues (TEQ) as Microservices Event Mesh](https://blogs.oracle.com/developers/post/apache-kafka-versus-oracle-transactional-event-queues-teq-as-microservices-event-mesh)
22+
23+
- [Developing Event-Driven Microservices in Java, JavaScript, Python, .NET, and Go with AQ/TEQ in the Oracle Database] (https://blogs.oracle.com/developers/post/developing-event-driven-microservices-in-java-javascript-python-net-and-go-with-aqteq-in-the-oracle-converged-database)
24+
25+
### LiveLabs Workshops
26+
27+
- [.NET Development with Oracle Autonomous Database Quick Start](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3359&clear=RR,180&session=107805569953867)
28+
29+
# License
30+
31+
Copyright (c) 2023 Oracle and/or its affiliates.
32+
33+
Licensed under the Universal Permissive License (UPL), Version 1.0.
34+
35+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.test content

0 commit comments

Comments
 (0)