Skip to content

Commit d95800b

Browse files
authored
Merge pull request #4502 from segmentio/DOC-676
add C# tags to metadata
2 parents 68b30b7 + 1cdc52f commit d95800b

File tree

1 file changed

+4
-1
lines changed
  • src/connections/sources/catalog/libraries/server/net

1 file changed

+4
-1
lines changed

src/connections/sources/catalog/libraries/server/net/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
title: Analytics for .NET
33
repo: analytics.NET
44
id: 8HWbgPTt3k
5+
tags:
6+
- C#
7+
- C-sharp
58
---
6-
Our .NET library is the best way to integrate analytics into your .NET application or website. It lets you record analytics data from your ASP.NET, C#, F#, and Visual Basic code. The library issues requests that hit our servers, and then we route your data to any analytics service you enable on our destinations page. This library is open-source, so you can [check it out on GitHub](https://github.com/segmentio/Analytics.NET).
9+
Segment's .NET library is the best way to integrate analytics into your .NET application or website. It lets you record analytics data from your ASP.NET, C#, F#, and Visual Basic code. The library issues requests that hit our servers, and then Segment routes your data to any analytics service you enable on our destinations page. This library is open-source, so you can [check it out on GitHub](https://github.com/segmentio/Analytics.NET).
710

811
All of Segment's server-side libraries are built for high-performance, so you can use them in your web server controller code. This library uses an internal queue to make `identify` and `track` calls non-blocking and fast. It also batches messages and flushes asynchronously to our servers.
912

0 commit comments

Comments
 (0)