• Friday links 184

    Canonical URL’s for ASP.NET MVC – Muhammad Rehan Saeed RehanSaeed/ASP.NET-MVC-Boilerplate Tim Van Wassenhove – Part 2 Build your own netstat.exe with c# | Tim Van Wassenhove C#/.NET/LINQ: DotNetStat: netstat.exe with TCP ports grouped by host « The Wiert Corner – irregular stream of stuff jeroenp / BeSharp.net / source / Managed / .NET / C#…

  • Starting with R (as in SqlServer R server and VS package)

    Part 1: Starting with R – installation : http://msprogrammer.serviciipeweb.ro/2016/10/03/starting-with-r-as-in-sqlserver-r-server-and-vs-package/ Part 2: Starting with R – language and data http://msprogrammer.serviciipeweb.ro/2016/10/10/starting-with-r-language-and-data/ Part 3: Starting with R – basic and statistics http://msprogrammer.serviciipeweb.ro/2016/10/17/starting-with-r-basic-and-statistics/ Part 4: Making diagrams with R ( and transformation of data) : http://msprogrammer.serviciipeweb.ro/2016/10/31/making-diagrams-with-r/ Part 5:  Forecasting currency exchange with R   http://msprogrammer.serviciipeweb.ro/2016/11/06/forecasting-eurbnr-currency-exchange/ First,start with installing Sql Server…

  • 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…

I am ok , you are ok