• Smart Copy and Paste from StackOverflow–part 1 from 7

    I have written this mini e-book in order to remember myself how to do it . I will put each week a part from my book here in the blog. If you want,however,buy the book,I will do appreciate !   Introduction When I started programming for a living (1997+),there were no sites to learn from.…

  • Friday links 160

    Storage Documentation | Azure Azure Table Storage and Windows Azure SQL Database – Compared and Contrasted Unstructured Blob Storage (Building Real-World Cloud Apps with Azure) | The ASP.NET Site How ASP.NET MVC 6 discovers controllers? – StrathWeb StrathWeb http://www.danylkoweb.com/Blog/5-awesome-libraries-that-enhance-twitter-bootstrap-9M failed to load Making your API behave like the big boys | Andrew Seimer Music Timeline…

  • Microsoft Bot SDK

    I have tried Microsoft Bot SDK from https://github.com/Microsoft/BotBuilder . It is wonderful. It is rather simple and comes with examples ( the echo one is the most simple to understand) . It has integrations with Slack,Skype,WebChat and others ( see https://dev.botframework.com/ ) In order to test it,the simplest way is to download Bot Framework Emulator…

  • Friday links 159

    Paginating Real-Time Data with Cursor Based Pagination ASP.NET MVC 6: Strongly typed routing with IApplicationModelConvention StrathWeb Science Says These 9 Tactics Will Help You Win Any Argument How to Use Google Analytics to Optimize Your Content Home : Atomiq Code Similarity Finder Lessons everyone should learn in their first job – Business Insider 15 Signs…

  • C# in depth

    This is the book you should read if you want to understand C#. Period. Grab one and read it!

  • Friday links 158

    17 Things They Definitely Never Taught You In School | Idealist Revolution Optical Illusions That Will Turn Your Brain Inside Out Announcing Microsoft.IO.RecycableMemoryStream | Philosophical Geek Microsoft/Microsoft.IO.RecyclableMemoryStream · GitHub Performance Considerations of Class Design and General Coding in .NET – CodeProject 10 Quotes ‘From House of Cards’ for Entrepreneurs MVC is dead,it’s time to MOVE…

  • AppContext

    AppContext is like Application in ASP.NET (MVC). You can see the value all over the application And we can have the result in all dll’s by Video demo at https://youtu.be/GMgn4o3yPqw

  • Friday links 157

    How to find out what you’re good at – Business Insider Infer.NET Samsung creates team to make screens for Apple devices – Business Insider Welcome to Akka.NET | Akka.NET Space,time and state at .NET Fringe Conference | Lanyrd Functional GUI Apps at .NET Fringe Conference | Lanyrd Nancy – Lightweight Web Framework for .net Being…

  • Instrumentation in C# / .NET

    For many programmers a try/catch with stack trace it is enough Others want to see also functions arguments,like in will produce the result ERROR An exception occured in method InstrumentationPostSharp.Person.Drink with (beersNumber = 10,vodkaNumber = 2) For this you can install the package https://www.nuget.org/packages/LoggerAspect.Nlog that have full source code at https://github.com/vnvizitiu/AOP/tree/master/PostSharpTutorial and watch my video…

  • Friday links 156

    Why is the System.DateCreated property off by a few seconds? – The Old New Thing – Site Home – MSDN Blogs Cross-origin resource sharing – Wikipedia,the free encyclopedia 10 Hot Small Business Ideas for 2015 Çockos Incorporated | LICEcap The key difference between a Developer and a Programmer – IT Blogs – MyTechLogy Why Comments…

I am ok , you are ok