-
[ADCES]Programmer2Head & DataPreparation with JupyterNotebooks
Prezentare 1:Titlu: De la “just a programmer” la “head of his software company”Descriere : Despre o calatorie care a inceput,nu intr-un garaj american,ci la Automatica,si care a continuat pe 3 continentePrezentator: Radu Iovescu,https://www.linkedin.com/in/riovescu/Prezentare 2:Titlu: Data Preparation with Jupyter Notebook and DataFrameDescriere::Prezentator: Daniel Costea,MVP,https://mvp.microsoft.com/en-us/PublicProfile/5003534 Va astept miine,9 februarie,la https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/275609419/
-
Friday Links 409
telerik/UI-For-UWP: This repo contains the source code for Telerik UI for Universal Windows Platform (UWP),which includes 20+ UI controls for developers building UWP applications. New Year,New Devs: Sharpen your C# Skills – Building Apps for WindowsBuilding Apps for Windows How algorithms (secretly) run the world Surprise! You don’t own the digital devices you paid for…
-
AOPMethods–dogfooding
I was trying to apply AOPMethods to – surprise! – AOPMethods project itself. And I have discovered a new reason: I do not want to make the methods public. I just want to put try/catch around them to know what is wrong. The fast – and not so good – idea was to transform MethodPrefix…
-
Friday Links 408
The Scientific Reasoning Behind Our Strange Sex Practices Microsoft/TechnicalCommunityContent: includes technical content about Cloud and other technologies,optimized for use within Technical Community Events openstf/stf: Control and manage Android devices from your browser. The 2017 Guide to Polyfills How I improved my chatbot – benjamin perkins Storyteller 4.0 is Out! | The Shade Tree Developer Interactive…
-
AOPMethods–adding partial functions and enums
I was finishing the AOPMethods – and what I have been thinking is – why not add partial functions ? I have added Console.Write,but … this seems more general… So,now,this is the Person class definition with the partial function definition [AutoMethods(template = TemplateMethod.MethodWithPartial,MethodPrefix =”pub”,MethodSuffix =”bup”)] partial class Person { partial void Method_Start(string methodName) { Console.WriteLine($”start…
-
AOP Methods–Problems in running and solving
The problems that I have encountered were: 1. The ThisAssembly RoslynGenerator that I use should not be put as reference in the nuget. I have fixed this by adding <PackageReference Include=”ThisAssembly.AssemblyInfo” Version=”1.0.0″ ReferenceOutputAssembly=”false” /> 2. I have problems generating code to async code with Task . The problem was that I have added logging (…
-
AOP Methods–Code
The code is not so much different from SkinnyControllers : Implement ISourceGenerator,putting the Generator attribute on the class [Generator] public partial class AutoActionsGenerator : ISourceGenerator inspecting the classes if they have the common attribute,generating code with Scriban The problem was : How can the AOPMethods can differentiate between the private function that must be made…
-
AOP Methods–Introduction
As I have done with Roslyn for SkinnyControllers,I said – what about generating public methods at compile time ? For example,what if this method private string pubFullName() { return FirstName + ” ” + LastName; } is transformed into this public string FullName( [CallerMemberName] string memberName = “”, [CallerFilePath] string sourceFilePath = “”, [CallerLineNumber]…
-
Friday Links 407
Core/dynamicproxy.md at master · castleproject/Core Xamarin .NET Workbooks – Interactive Computing is a stellar learning tool – Scott Hanselman Introducing Spy++ Snoop,the WPF Spy Utility – Home Upstart – You’re Hired: 11 Things to Consider with Side Projects Cutting Edge – Building an Historical CRUD,Part 2 Cutting Edge – In-House Business Intelligence with Events and…
-
Crash Course on .NET Core 5.0
Who is addressed to This tutorial is aimed to C# programmers with at least 6 months experience. Also,they should have at least 6 months experience with HTML / CSS / Javascript .. This will help them to understand .NET Core 3 and how to build applications with the .NET Core framework The class will be…
I am ok , you are ok