-
Friday links 183
NameOf and Obfuscators | Tudor Turcu – blog .NET Compiler Platform ("Roslyn") – nameof operator – v5 All about programmers tools | Indiegogo Here are the 12 most influential programmers working today | VentureBeat | Dev | by Matt Weinberger,Business Insider 21 of The Most Insanely Genius Hacks That Every Parent Must Know A Guided…
-
ASP.NET Core and Windows Authentication
Just a reminder of how to configure ASP.NET Core and Windows Authentication 1. Configure IIS 2. Go to properties folder,file launchSettings.json and modify "iisSettings": { "windowsAuthentication": true, "anonymousAuthentication": false, //other data 3. When you compile and run,the Web.Config will be modified for forwardWindowsAuthToken : <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" forwardWindowsAuthToken="true" stdoutLogEnabled="false" />
-
Friday links 182
Windows 10 IoT Core,UWP and Raspberry Pi 2–The Switched Blinking Light Demo – Mike Taulty’s Blog – Mike Taulty’s Blog 5 Steps to an Ideal Windows 10 App Development Environment -Telerik Developer Network Daveblog: Storing User Settings MicrosoftTranslator/DocumentTranslator SecurityDriven.Inferno: .NET crypto done right. 50 Inspiring Quotes for Introverts – Expanded Consciousness James Newton-King – Json.NET…
-
spot errors in VB
Please spot the errors in the following code in VB.NET: Dim Diff As String = con.ExecuteCommand(“SELECT DATEDIFF(Day,(select [date] from table where Username = ‘” + txtUserName.Text + “‘),’” & DateTime.Now.ToString() & “‘)”) If (Diff > 30) Then Response.Redirect(“PleaseChangeMyPassword.aspx”) End If ( find at least 3…) Side note: No wonder Visual Basic has died (…
-
Friday links 181
quozd/awesome-dotnet bayandin/awesome-awesomeness 14 Amazing Psychology Facts You Should Keep to Yourself! | Idealist Revolution Scale of Universe – Interactive Scale of the Universe Tool The Histomap of Evolution | Infographic | Pinterest The 1931 Histomap: The entire history of the world distilled into a single map/chart. 7 Rules for Creating Gorgeous UI (Part 1) —…
-
Friday links 180
Jonathan Channon Blog – Microsoft Endorsing C# as a First Class Citizen in Sublime Text JabbR – Collaborative chat done right icsharpcode/NRefactory Using NRefactory for analyzing C# code – CodeProject Hello Web App: Intro to building web apps with Django by Tracy Osborn — Kickstarter SOLID architecture principles using simple C# examples – CodeProject C#…
-
Generating Visual Studio solution( or project) references
A Visual Studio pacakge is a plugin of Visual Studio that can do (almost) anything inside Visual Studio I have made a small project that generates a list of all solution ( or project) references from VS: You can find the solution at https://github.com/ignatandrei/ToolsAndUtilities/tree/master/VS2015/FindReferencesVS Also the video is at https://youtu.be/a3YHVjJ9fm4 Enjoy!
-
Friday links 179
Stephen Cleary (the blog) New Task APIs in .NET 4.6 – .NET Parallel Programming – Site Home – MSDN Blogs LosTechies | Se Habla Code DotNetFringe 2015 Recap From a Former .NET Developer | Ryan Rauh’s Blog Consistent or not that’s the question | Gabriel Schenker’s Blog Managing Your User Group: Locations What Blocks Your…
-
Thank you for all the API
In our days it is simpler to make an application by putting together some API . I wanted to make a list of all my 5 Minutes .NET playlist videos . First,I have tried to find an application(nothing). Then I have read You Tube API from https://console.developers.google.com/apis/library . With 2 http requests( one for retrieving…
-
Friday links 178
SlowCheetah – Web.config Transformation Syntax now generalized for any XML configuration file – Scott Hanselman Sayed Ibrahim Hashimi – MSBuild,Web Deploy (MSDeploy),ASP.NET – SlowCheetah is going into maintenance mode ASP.Net Web Config Transform Console Utility released on nuget | Eric Hexter’s Blog Seven Deadly Sins of a Software Project | Agile | dzone 20 Things…
I am ok , you are ok