Tigernet Framework
61 subscribers
2 photos
5 files
7 links
Minimalistic, open-source server-side framework for .NET

1st release date: 1.06.2023
Download Telegram
Channel name was changed to Β«Tigernet FrameworkΒ»
#news #updates

1. Register resters, we can add the resters without hardcoded routes. It can take its name from rester name:

Before:
builder.MapRester<UserRester>("/users");
Now:
builder.MapRester<UserRester>();

2. You can give routes using constructor for Getter attribute:

Before:
[Getter(Route = "/all")]

Now:
[Getter("/all")]
πŸ‘3
#news #updates

1. Middleware component was implemented, but it can handle only request, right now. You can call it as UseAsync(context)

Before:
none

Now:
builder.UseAsync(async (context) =>
{
Console.WriteLine("Hello");
await Task.CompletedTask;
});
image_2023-02-10_22-33-21.png
36.4 KB
Our official github page!
πŸ”₯6πŸ‘2
image_2023-03-20_23-59-04.png
140.6 KB
I have announced that activity about Tigernet for Microsoft official site. We should try to release quickly guys.

We must to show our works in ON.NET show this year!!! We should clarify the purposes. Right?

@tigernetframework
πŸ”₯4πŸ‘3
You can get some features and pattern/templates from following framework:

https://servicestack.net/
πŸ”₯3πŸ‘1
#news #updates

1. Optimized Mapping resters. You can register your resters at the same time as following:

Before:
builder.MapRester<UsersRester>();
builder.MapRester<ProductsRester>();

Now:
builder.MapResters();

@tigernetframework
πŸ”₯6❀1🐳1
O'zbeklar ham framework ishlab chiqa oladi ...

Tigernet
- minimalistik, ochiq kodli, kross-platformali, zamonaviy sistemalarga asoslangan .NET uchun backend framework.

Yaxshi niyat bilan, o'zbek .NET hamjamiyati nomidan bir katta ish boshladik. May oyining o'rtalari yoki iyun oyining boshlarida birinchi release ini chiqarmoqchimiz. Bu esa bir nechta dasturchining qo'lidan kelmaydi. Bu framework jahonda o'z o'rnini topishi uchun bizga o'nlab .NET ekosistemasida ishlovchi dasturchilar kerak.

Biz ham bir odamlarga o'xshab biror narsa ishlab chiqaylik.

React - Facebook tomonidan, Vue - Xitoyning dasturchilar hamjamiyati tomonidan ishlab chiqilgan.
Windows - Microsoft tomonidan, Linux - amerikaning dasturchilar hamjamiyati tomonidan ishlab chiqilgan.
ASP.NET - Microsoft tomonidan, Tigernet - O'zbekistonning dasturchilar hamjamiyati tomonidan ishlab chiqariladi :)

Adminlar tomonidan githubda issuelar ochiladi. Hissa qo'shishni istaganlar uchun bir nechta linklarni taqdim qilmoqchimiz.

Telegram | Github | Discord | Website
πŸ”₯20πŸ‘5❀2⚑2🐳1πŸ‘€1
#news #updates

Put and Patch http verbs implemented you can use them in Resters:

[Putter("/route")]
// method

[Patcher("/route")]
// method


@tigernetframework
πŸ”₯10⚑2🐳1🌚1
RD (regional director) of MVPs reshared our tigernet in LinkedIn :)

We are gonna fly 🀩

@tigernetframework
πŸ‘13❀5🐳1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”₯5🐳1
Tigernet Framework
Video message
We are discussing about framework with Pakistan, Uzbekistan developers )
πŸ”₯3πŸ‘1🐳1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘1🐳1
Tigernet Framework
Video message
This is Ahmed. One of the creators of Tigernet from Pakistan.
πŸ”₯10πŸ‘2🐳2
tg_image_1744184715.jpeg
646.7 KB
πŸ’» Hi guys, we are improving …

Fork - 14
Starred - 58
Contributors - 10

Join us to contribute.

@tigernetframework
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯8πŸ‘5⚑1🐳1