Really nice short whitepaper on C# History, Current Uses and new things in C# 7:
http://www.telerik.com/whitepapers/download/devcraft/the-state-of-c-sharp
Really nice short whitepaper on C# History, Current Uses and new things in C# 7:
http://www.telerik.com/whitepapers/download/devcraft/the-state-of-c-sharp
This is just gold. For any newbie touching C# please read this document – covers some really simple yet very important guidelines:
http://www.c-sharpcorner.com/article/tips-for-writing-clean-and-best-code-in-c-sharp/
Only $49 – a full days training building an angular 2 app:
https://www.ssw.com.au/ssw/Events/Training/Angular-Superpowers-Tour.aspx
Skeet and I
I am presenting a session on Career development for software engineers on – so for any UC students interested in some advice on career planing come along. Similar to one I ran a month ago at ANU.
Previously, I have blogged about SQL CE and how cool it is to use with .NET and Entity Framework. Now in VS2012 it was very simple to use. However, after VS2013 was introduced SQL CE support seemed to be discontinued and this made me very sad.
Sad because one of the great things about using SQL CE is that it needs no install. It can just be embedded into your project without any SQL installation. Now, there are some limits to SQL CE including no support for stored Procs and DB size limit of 4 GB, but for smaller projects particularly where you don’t need SQL installed on a hosted environment, it’s pretty cool.
However, after a little investigation and some great responses on stackoverflow including:
and
http://erikej.blogspot.com.au/2014/02/entity-framework-6-sql-server-compact.html
I came up with a little set of steps to get SQL CE and EF and VS2015 to work nicely. YAY!!!
It’s not quite as easy as it was to use in VS2015 but its actually pretty easy to use.
Really nice full stack example of building an app in ASP.NET MVC – very well explained tutorial.