Skip to content

Commit ad7aded

Browse files
committed
dotnet
1 parent 6527696 commit ad7aded

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎sdks/dotnet.mdx‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "C#/.NET"
33
description: "Connect a .NET application to Novu"
4-
icon: 'microsoft'
4+
icon: "microsoft"
55
---
66

77
Novu's .NET SDK provides simple, yet comprehensive notification management, and delivery capabilities through multiple channels that you can implement using code that integrates seamlessly with your C#/.NET application.
@@ -10,15 +10,18 @@ Novu's .NET SDK provides simple, yet comprehensive notification management, and
1010

1111
## Installation
1212

13-
```javascript
13+
```dotnet
1414
dotnet add package Novu
1515
```
1616

17-
<Tip> If you're ready to start integrating in your .NET app, jump straight to our [.NET quickstart.](/quickstarts/.NET)</Tip>
17+
<Tip>
18+
 If you're ready to start integrating in your .NET app, jump straight to
19+
our [.NET quickstart.](/quickstarts/.NET)
20+
</Tip>
1821

19-
## Usage
22+
## Usage
2023

21-
```c#
24+
```dotnet#
2225
using Novu.DTO;
2326
using Novu.Models;
2427
using Novu;
@@ -64,4 +67,3 @@ if (trigger.TriggerResponsePayloadDto.Acknowledged)
6467
Console.WriteLine("Trigger has been created.");
6568
}
6669
```
67-

0 commit comments

Comments
 (0)