How to get the users IP Address in C#.NET?

When you search this on your favourite search engine, (Google) you will get flooded by load of different way to get the end result. This is great in a sense as you know there are thousands of people with different answers, but then that is where the problem is at. There are so many single responses to how you can get the users IP Address in C#.NET, but not one that shows you everything. Therefore I will present to you below different methods to get the users IP and how I have implemented it in a project.

Learn a Framework not a Language

I listened to a podcast that said you should learn a coding framework first not a language. Now this might seem weird and confusing to existing developers as we were brought up with the basic languages and then frameworks have become a trend, but that’s because we are old. New developers are coming into the industry and frameworks are the top dog thing to know and use. You can’t see a job without one these day, so is it better to learn the framework first or should you go back to basics first?

Display flex back to old browsers

CSS3 and HTML5 has brought us a host of new and exciting features, but then the party poopers come and tell use we need to make sure everything works on the older browsers. At this point we realise these older browsers need some hammering to make sure the new toys still work. One of these features is the display property’s value ‘flex’.

Accessible Table Generator

Content Editors entering content is the bane of all developers lives, as the Editors will add in the most ill-systematic mark-up through the Content Management System (CMS). However they are not developer and do not know what they are doing, that’s why I build an Accessible Table Generator for the Editors at my work.