8 packages tagged with “without”
NOTE: It's enough to add this package to only Portable Layer. v.1.4.0 Added namingRule to objects. v.1.3.0 UPDATED!! Fully upggraded to .Net Standard 2.0 Object Collection Saving & Loading problem solved. Clear() problem solved. It works fine now. v.1.2.3 Stabled all features from v.1.2.2 Some collections saving problem fixed! v.1.2.2 IgnoreSave attribute fixed! You can save, load, clear any object with static methods, SavableObject.Save(); SavableObject.Load(); SavableObject.Clear(); v.1.2.1 UPDATE !! Same properties from different classes, overries each other. This problem fixed and all properties are saved for its own class v.1.2.0 UPDATE!!! Plugin converted to .Net Standard template, you may change your references BUGS - ObservableCollection is not supported for now, Please use IList on your property and set it in constructor as ObservableCollection. You can find that in sample project. Just Inherit from SavableObject and use Save() Load() Methods to save and load your data. You can keep your SavableObject as a Static variable or Property to reach from anywhere of your application. You can review the sample project from this link: https://github.com/enisn/TestAppSavableObject NEED MORE HELP? you can visit http://enisnecipoglu.com/xamarin-forms-saving-data-without-sql/ class UserInfo : SavableObject { public string Name { get; set;} [IgnoreSave] public byte Age{ get; set;} ~UserInfo() { Save(); } }
Small library which wires up aspnetcore endpoints to MediatR request handlers.
Enhanced UiPath workflow control activities: 1. If then - conditional statement if without else block.
iClick Automation Tool Without Jailbreak CSharp Package.
NXDO.gRPC whitout proto file for Grpc.AspNetCore
iTouch Automation Tool Without Jailbreak CSharp Package.
Package Description
O intuito desse projeto é simplificar as requisições SOAP para não existir a necessidade de ficar preso aos contratos burocráticos do WCF permitindo escalabilidade e maleabilidade das requisições O conceito é bem simples, e dará uma maleabilidade maior para o desenvolvedor em trabalhar as requisições e seus retornos de forma mais transparente. Usando metodos mais eficientes e customizaveis para coletar o SOAP/XML e o transformar em JSON para que seja mais facilmente serializado usando as bibliotecas da NewtonSoft.Json com suas annotations Essencialmente os contratos SOAP WCF não permitem a abstração e modificação de suas classes e objetos de forma amigável Com esse projeto será facil criar Headers e parametros para a requisição assim como o XML de retorno será transformado em um JSON. Desta forma haverá mais facilidade de transformar os dados em uma classe tipada ou um objeto dinamico em construção da forma que o DEV quiser!