Year: 2018
-
Modern Web + Desktop + Mobile Applications .NET Core with Angular class
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 how to build applications with the .NET Core framework and a front end framework ( Angular) The class…
-
Friday links 266
Encryption and Decryption in ASP.NET Core Working with user secrets in ASP.NET Core applications. Dive into Architecture with DeepEnds – CodeProject GitHub – daveaglick/Scripty: Tools to let you use Roslyn-powered C# scripts for code generation 7 tips for an effective logging strategy Creating a Smart Home Chat Bot – CodeProject Dive into Architecture with DeepEnds…
-
ASP.NET Core class
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 ASP.NET Core foundations and how to build applications with the .NET Core framework The class will be…
-
Friday links 265
Introducing the UWP Community Toolkit | Building Apps for Windows List of Windows 7 System Files to Customize Using Resource Hacker – AskVG Max Lukominskyi’s answer to How can I change my life completely in the next 30 days? – Quora Using Sessions and HttpContext in ASP.NET Core and MVC Core Make Site Content Available…
-
Putting data into existing PDF
I have had to introduce data for NGO into an existing PDF. Why PDF ? Because yes,it is easy to print. but from a templating point of view it is a nightmare. by templating I understand putting data at specific places,like First Name : Last Name : And filling in the blanks. The solution: complicated. …
-
Friday links 264
Raspberry Pi finally offers an official starter kit after passing 10M sales | TechCrunch Performing OCR for iOS,Android,and Windows with Microsoft Cognitive Services | Xamarin Blog Thinking About TypeScript,Dependency-Injection Tokens,Type-Checking,And Architecture In Angular 2 RC 4 Configuring ASP.NET Core for Angular 2 Deep Linking – Sergey Barskiy’s Blog Six Instrumental DevOps Programming Languages | DBmaestro…
-
GitHub as a central Hub
I do not know how,but GitHub is now a hub for all things. I,personnally,used GitHub as a – source control ( see https://github.com/ignatandrei/Exporter ) – documentation ( see https://github.com/ignatandrei/Exporter/wiki ) – Angular application deployment (https://ignatandrei.github.io/Decl230 – done with gh-pages – see build.bat from https://github.com/ignatandrei/Decl230 ) – read-only database ( Sqlite download from github in the…
-
Friday links 263
https://nodesource.com/blog/eleven-npm-tricks-that-will-knock-your-wombat-socks-off/ is not available Taking Pictures from HTML – Simple Talk What’s New in Entity Framework Core 1.0? – Stormpath User Identity API Paid extensions in the Visual Studio marketplace | Brian Harry’s blog A Loud Sound Just Shut Down a Bank’s Data Center for 10 Hours | Motherboard A different view on creation –…
-
Import large Excel file into SqlServer
I have to import the list of NGO from Romania to SqlServer. Before seeing my solution,please do it yourself: the file could be found at http://www.just.ro/registrul-national-ong/ and the name is Asociatii I have tried with SSMS – no luck ( text will be truncated,even when I put nvarchar(max)) The I tried with flat file from…
-
Friday links 262
What do software engineers who earn $500,000 a year do? — Quartz It’s The Future – CircleCI The real difference between men and women Brutal Truths That Will Make You a Better Person Introducing the UWP Community Toolkit | Building Apps for Windows List of Windows 7 System Files to Customize Using Resource Hacker –…