AvvaMobile.Core
1.0.0
See the version list below for details.
dotnet add package AvvaMobile.Core --version 1.0.0
NuGet\Install-Package AvvaMobile.Core -Version 1.0.0
<PackageReference Include="AvvaMobile.Core" Version="1.0.0" />
paket add AvvaMobile.Core --version 1.0.0
#r "nuget: AvvaMobile.Core, 1.0.0"
// Install AvvaMobile.Core as a Cake Addin #addin nuget:?package=AvvaMobile.Core&version=1.0.0 // Install AvvaMobile.Core as a Cake Tool #tool nuget:?package=AvvaMobile.Core&version=1.0.0
AvvaMobile.Core
.Net ile geliştrilen tüm backend projelerimizde kullanılmak üzere hazırlanan sınıfları içerir.
SMS Sender
SMS gönderimi için kullanılır. En popüler SMS gönderim şirketlerinin entegrasyonlarını içerir.
Kullanım Şekli İlk olarak gönderim için kullanılan bilgiler appsettings.json içerisinde aşağıdaki bilgiler ile yazılmalıdır.
"SMSSender": {
"Username": "5312345678",
"Password": "OrnekParola",
"Sender": "SenderNameGoesHere"
}
Daha sonra Startup.cs içerisindeki ConfigureServices içerisinde Dependency Injection kurulumu yapılmalıdır.
services.AddScoped<ISMSSender, IletiMerkezi>();
Daha sonra kullanılacak yerde instance erişimi sağlanır.
private readonly ISMSSender _smsSender;
public BusinessClass (ISMSSender smsSender)
{
_smsSender = smsSender;
}
Son olarak gönderim işlemi yapılır.
var smsSentResult = _smsService.Send("5312345678", "Bu bir deneme mesajıdır.");
Kullanılabilir SMS gönderim Şirketleri
Firma | Web Site | Type |
---|---|---|
İleti Merkezi | https://www.iletimerkezi.com | IletiMerkezi |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AvvaMobile.Core:
Package | Downloads |
---|---|
AvvaMobile.Core.Loging
This package is build for Avva Mobile developers to make their solutions easy to develop. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.117 | 97 | 5/2/2024 |
1.0.116 | 81 | 5/2/2024 |
1.0.115 | 159 | 3/21/2024 |
1.0.114 | 121 | 3/21/2024 |
1.0.113 | 153 | 3/1/2024 |
1.0.112 | 152 | 2/22/2024 |
1.0.111 | 206 | 1/3/2024 |
1.0.110 | 126 | 12/20/2023 |
1.0.109 | 114 | 12/20/2023 |
1.0.108 | 127 | 12/20/2023 |
1.0.107 | 180 | 11/10/2023 |
1.0.106 | 148 | 10/26/2023 |
1.0.105 | 149 | 10/2/2023 |
1.0.104 | 130 | 10/2/2023 |
1.0.103 | 127 | 10/1/2023 |
1.0.102 | 143 | 9/26/2023 |
1.0.101 | 129 | 9/26/2023 |
1.0.100 | 141 | 9/21/2023 |
1.0.99 | 125 | 9/21/2023 |
1.0.97 | 118 | 9/21/2023 |
1.0.96 | 114 | 9/21/2023 |
1.0.95 | 135 | 9/19/2023 |
1.0.94 | 123 | 9/19/2023 |
1.0.93 | 257 | 7/9/2023 |
1.0.92 | 162 | 5/31/2023 |
1.0.91 | 149 | 5/17/2023 |
1.0.90 | 142 | 5/17/2023 |
1.0.88 | 164 | 5/12/2023 |
1.0.87 | 161 | 5/12/2023 |
1.0.86 | 155 | 5/12/2023 |
1.0.84 | 163 | 5/12/2023 |
1.0.82 | 164 | 5/12/2023 |
1.0.81 | 154 | 5/12/2023 |
1.0.80 | 160 | 5/11/2023 |
1.0.79 | 195 | 4/20/2023 |
1.0.78 | 204 | 4/19/2023 |
1.0.77 | 156 | 5/11/2023 |
1.0.76 | 278 | 2/7/2023 |
1.0.75 | 308 | 1/30/2023 |
1.0.74 | 300 | 1/30/2023 |
1.0.73 | 326 | 12/11/2022 |
1.0.72 | 322 | 12/10/2022 |
1.0.71 | 335 | 12/5/2022 |
1.0.70 | 344 | 12/3/2022 |
1.0.69 | 356 | 12/2/2022 |
1.0.68 | 349 | 11/30/2022 |
1.0.67 | 342 | 11/28/2022 |
1.0.65.5 | 440 | 11/23/2022 |
1.0.65.4 | 342 | 11/23/2022 |
1.0.65.3 | 345 | 11/23/2022 |
1.0.65.2 | 380 | 11/20/2022 |
1.0.65.1 | 366 | 11/19/2022 |
1.0.65 | 342 | 11/19/2022 |
1.0.64 | 340 | 11/19/2022 |
1.0.63 | 371 | 11/2/2022 |
1.0.62 | 358 | 11/2/2022 |
1.0.61 | 393 | 10/28/2022 |
1.0.60 | 425 | 10/21/2022 |
1.0.59 | 421 | 10/19/2022 |
1.0.58 | 413 | 10/19/2022 |
1.0.57 | 429 | 10/11/2022 |
1.0.56 | 422 | 10/10/2022 |
1.0.55 | 421 | 10/10/2022 |
1.0.54 | 998 | 9/29/2022 |
1.0.53 | 723 | 9/29/2022 |
1.0.52 | 753 | 9/26/2022 |
1.0.51 | 473 | 9/26/2022 |
1.0.50 | 480 | 9/26/2022 |
1.0.49 | 485 | 9/26/2022 |
1.0.48 | 493 | 9/26/2022 |
1.0.47 | 479 | 9/26/2022 |
1.0.46 | 1,548 | 9/6/2022 |
1.0.45 | 483 | 9/5/2022 |
1.0.44 | 467 | 9/5/2022 |
1.0.43 | 477 | 9/5/2022 |
1.0.42 | 489 | 9/3/2022 |
1.0.41 | 477 | 9/2/2022 |
1.0.40 | 481 | 8/29/2022 |
1.0.39 | 472 | 8/29/2022 |
1.0.38 | 476 | 8/27/2022 |
1.0.37 | 498 | 8/27/2022 |
1.0.36 | 478 | 8/26/2022 |
1.0.35 | 487 | 8/24/2022 |
1.0.34 | 497 | 8/22/2022 |
1.0.33 | 496 | 8/22/2022 |
1.0.32 | 487 | 8/18/2022 |
1.0.31 | 474 | 8/17/2022 |
1.0.30 | 500 | 8/13/2022 |
1.0.29 | 489 | 8/13/2022 |
1.0.28 | 483 | 8/12/2022 |
1.0.26 | 481 | 8/5/2022 |
1.0.24 | 500 | 8/3/2022 |
1.0.23 | 568 | 7/4/2022 |
1.0.22 | 613 | 4/6/2022 |
1.0.21 | 579 | 3/30/2022 |
1.0.20 | 573 | 3/30/2022 |
1.0.19 | 550 | 3/30/2022 |
1.0.18 | 566 | 3/30/2022 |
1.0.17 | 567 | 3/30/2022 |
1.0.16 | 576 | 3/30/2022 |
1.0.15 | 573 | 3/28/2022 |
1.0.14 | 584 | 3/28/2022 |
1.0.13 | 546 | 3/28/2022 |
1.0.12 | 527 | 3/23/2022 |
1.0.11 | 560 | 3/22/2022 |
1.0.10 | 571 | 3/22/2022 |
1.0.9 | 528 | 3/21/2022 |
1.0.8 | 555 | 3/21/2022 |
1.0.7 | 474 | 3/21/2022 |
1.0.6 | 483 | 3/2/2022 |
1.0.5 | 480 | 3/2/2022 |
1.0.4 | 469 | 3/2/2022 |
1.0.3 | 322 | 11/30/2021 |
1.0.2 | 317 | 11/30/2021 |
1.0.1 | 322 | 11/28/2021 |
1.0.0 | 332 | 11/28/2021 |