-
Friday Links 398
Starbucks | F# Snippets F# Domain Specific Languages for Finance | SkillsCast | 14th May 2012 dsls-in-action-fsharp/DSLCheatsheet.md at master · dungpa/dsls-in-action-fsharp dsls-in-action-fsharp/Semantic.Trading.Fsharp.fs at master · dungpa/dsls-in-action-fsharp dsls-in-action-fsharp/Chapter8 at master · dungpa/dsls-in-action-fsharp dsls-in-action-fsharp/Semantic.Trading.Fsharp.fsx at master · dungpa/dsls-in-action-fsharp dsls-in-action-fsharp/Semantic.Trading.Scala.fsx at master · dungpa/dsls-in-action-fsharp dsls-in-action-fsharp/Semantic.Trading.Scala.fs at master · dungpa/dsls-in-action-fsharp NuGet/NuGetGallery: The NuGet Gallery .nuspec File Reference for NuGet…
-
Console2SAAS – what I learned from second chapter
The second chapter of Console2SAAS is very short. I realized that,as soon that you have the software,you want to have an ecosystem around it – version control,automatic CI . Also,if the software is released even to beta testers,you should have some refactoring done in order to have the solution structured properly for modifications. You can…
-
Book-Console2SAAS – what I learned from first chapter
The first chapter of the Console2SAAS book showed me that even the first iteration of an application could have interesting challenges. It was about how to structure the code – it is easy to set up properly from the start . Creating even simple code ( in this case,that creates an Excel file) is somehow…
-
Book–Console2SAAS–technical details and CD
One of the important thing about creating a book is how to have fast feedback you see it after you write some texts. I decided to go like this: Each chapter will be in his own folder ( https://github.com/ignatandrei/console_to_saas/tree/master/Chapter01,https://github.com/ignatandrei/console_to_saas/tree/master/Chapter02,and so on) . The content will be in the readme.md in each chapter folder ( to…
-
Book – Console 2 SAAS
I have a passion to read – also a passion to teach . And to reach others,what is best than a book ? The idea of the book is how to pass from a Console application to a SAAS application – with clear examples in .NET . I have written the book with the help…
-
Friday Links 397
String Comparisons in SQL: The Metaphone Algorithm – Simple Talk Phil-Factor/SQLMetaPhone: A SQL implementation of the original MetaPhone soundex algorithm Building Better Entity Framework Applications – Simple Talk Generating Plots Automatically From PowerShell and SQL Server Using Gnuplot – Simple Talk Model Binding in ASP.NET Core – Simple Talk 9 lies programmers tell themselves |…
-
[ADCES] Presentation WebAPI Best Practices
I was happy to see so much people yesterday at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/273919756/. ( in the same time .NET 5 was launching… ) You can find my presentation at https://ignatandrei.github.io/Presentations/WebAPIBPprez.html and code at https://ignatandrei.github.io/Presentations/WebAPIBP.zip . Thanks for coming and waiting to see you again at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/273633735/
-
[ADCES] Marti,10 noiembrie,ora 19:30
Miine la ora 19:30 va fi o noua prezentare ADCES. Vor fi doua prezentari 1. Claudiu Constantin,https://claudiu.blog/ – despre cum e sa treci de la programator la primar 2. Andrei Ignat ( ok,eu …) despre ce ar trebui sa contina orice proiect de WebAPI. O gasiti la adresa https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/273919756/ Va astept!
-
Friday Links 396
probot/configurer: Pull Requests for GitHub repository settings facebook/WebDriverAgent: A WebDriver server for iOS that runs inside the Simulator. How to use NuGet packages even with PowerShell projects with Visual Studio 2015 | rostacik.net Daily chart: Measuring the cost of living worldwide | The Economist ProxiFy – Automatic Proxy DLL Generation – CodeProject Howto: (Almost) Everything…
-
SideCarCLI- console to dot net tool
To create a .NET Tool,please read first https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create Of course,all the nuget additional formats for csproj apply: read https://docs.microsoft.com/en-us/dotnet/core/tools/csproj . Of course,the easy way to in Visual Studio to right click the project,properties,Package. This is the final xml from .csproj: <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> <RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers> <PackAsTool>true</PackAsTool> <ToolCommandName>sidecarcli</ToolCommandName> <Title>SideCarCLI</Title> <PackageOutputPath>./nupkg</PackageOutputPath> <PackageId>sidecarcli</PackageId> <Version>2020.111.104</Version> <Authors>Andrei Ignat</Authors> <Company>AOM</Company> <Product>sidecarcli</Product> …
I am ok , you are ok