2010
01.22

Silverlight is the new hot topic within rich internet application development. But what is it exactly? How can it be used with existing .NET web applications? Is it an alternative to Flash in all scenarios?

In this talk Gergely Orosz will be giving a brief overview of what Silverlight is, how it works and what potential it has. He will show how to develop a simple application where he will introduce the key concepts of Silverlight development and highlight the differences and similarities with traditional WinForms/WebForms development.


Speaker:

Gergely Orosz is working for Scott Logic as a financial software developer. He has a background in enterprise content management and web development. He has been using Silverlight since version 1.0 and was awarded 3rd place on the Microsoft Imagine Cup world finals for a solution partially built on Silverlight 2 Beta in 2008.

Location:
Thanks to Microsoft for providing the location for this event
7.30pm on Thursday 4th March 2010
Microsoft Edinburgh
Waverley Gate
2-4 Waterloo Place
Edinburgh EH1 3EG

2010
01.21

In light of some recent events, such as the man who was convicted of stealing
130 million credit card details through a SQL Injection attack, it is
imperative that developers understand what a SQL Injection Attack is, how they
are carried out, and most importantly, how to defend your code against
attack.

In this talk Colin Mackay will demonstrate a SQL Injection Attack on an
application in a controlled environment*. He’ll show you where the vulnerable
code lies and what you can do to harden it.

Although this talk uses C# as the application language and Microsoft SQL
Server 2008 as the database engine many of the concepts and prevention
mechanisms will apply to any application that accesses a database through
SQL.

Speaker

Colin Angus Mackay is a Software Developer from Edinburgh, now living in Glasgow. He is a Microsoft MVP (C#), and has keen interests in sticking data on maps. He has worked with Microsoft Visual C++ since about Version 2.1. He has been playing with the .NET Framework and C# since it was in beta but has been using it commercially since late 2002. He originally started programming when he was about 9 years old, on a Sinclair ZX Spectrum with an amazing 48K memory! Naturally he went for a computing degree. After leaving university he co-founded a company that developed a GIS product but he is now working for an digital agency in Glasgow.

Location

Scottish Developers have been kind enough to help organise a venue for use and have arranged for Equator to let us use their board room. Due to size of the room, we have to limit the available spots to 12. The presentation will take place on the 4th February at 7:30pm.

Equator,
Ground Floor,
Moda, 144 Elliot Street
Glasgow, G3 8EX

Google Maps


2010
01.17

Unfortunately Paul has had to pull out of giving this talk due to other commitment.

We are going to try and find another speaker for that night and will post something as soon as we can.

Sorry to all of those who signed up.

2010
01.12

DDD8 Open For Voting

This years DDD8 has an awesome amount of great sessions, and voting has now opened.  Get your votes in now for the sessions you want to see: http://developerdeveloperdeveloper.com/ddd8/Users/VoteForSessions.aspx

2009
12.16

After years of hearing about just how cool the ruby on rails framework is and being typically cynical about the whole thing I decided to check it out. The image I had of rails was that of a framework adopted by tree hugging, corduroy trouser wearing and long haired hippies. Learning ruby was fun but not entirely dissimilar from C# 3.5 and it is obvious to see the influence that ruby has had on C# 3.5.

It is hard to describe how game changing discovering rails has been for me. The ethos and methodology is expressed in a frictionless development environment that is articulated in each rails project. Convention over configuration is a culture I thought I was practicing in .NET.How wrong I was….

I would like to share my findings and report back to the .NET community of what can be learned from rails and possibly to a lesser extent ruby.

Speaker

Paul was born in bred in Belfast before leaving for the mainland in 2004.  He now runs his own business in Glasgow where he hopes to create a developer centric environment that creates great software. He previously spent 4 years working for twentysixlondon, working as a technical architect where he worked mainly on public facing websites such as the Volvo Ocean Race, Waitrose, Closer and Abercrombie And Kent

The Volvo Ocean Race website tracked a round the world yacht race through ten months of race time. During race time, the website was updated with live race and telemetry boat information in as real time as possible.

Before twentysixlondon Paul spent his career working for Fujitsu in Belfast where he worked on numerous government projects.

Paul’s hobbies include Boxing.

Location

Scottish Developers have been kind enough to help organise a venue for use and have arranged for Equator to let us use their board room. Due to size of the room, we have to limit the available spots to 12. The presentation will take place on the 4th February at 7:30pm.

Equator,
Ground Floor,
Moda, 144 Elliot Street
Glasgow, G3 8EX

Google Maps


2009
12.04
There are many advantages a robust unit test suite gives to software development but there is an equally wide variety of unit testing technologies. In this talk, we will look at an approach to extending the ‘traditional’ form of unit testing with parameterization as well as specification tests in a functional context. Two testing tools will be used to provide a practical context. Pex is a framework produced by Microsoft Research that enables the creation of parameterized unit tests. These tests allow developers to perform a systematic analysis of the SUT and flush out boundary conditions and exceptional cases that may have otherwise been missed. QuickCheck is a unit testing library originally developed in Haskell that performs random tests within a specification the SUT should satisfy. Test failures are then ’shrunk’ to provide a minimal example of failure in an effort to minimize debugging.
Speaker
James Lynch is currently working for Storm ID in Edinburgh and has a working background in .Net web development. He has an avid interest in new technologies and finding out what different programming languages have to offer.
Location
Thanks to Microsoft for providing the location for this event
7.30pm on Thursday 7th January 2010
Microsoft Edinburgh
Waverley Gate
2-4 Waterloo Place
Edinburgh EH1 3EG

2009
11.25

Geek Dinner (Glasgow)

Scottish Developers are organsing to put on a Geek Dinner.  Please register your interest if you want to come along.  It’s shaping up to be an interesting evening!

2009
11.23

It’s that time of year again and the chaps over at Scottish Developers have started taking session proposals for next years Developer Day Scotland. Make sure you have a look at what has already been submitted, and if there is anything you want to see then let the guys know.

2009
11.11

ASP.NET MVC 1 changed the landscape of developing websites on the .NET platform and ASP.NET MVC 2 is bringing even more to the table. Currently preview 2 features productivity increasing additions like an integrated validation framework, richer model meta data and better object view templating support. In this talk we will look at these and the other additions to ASP.NET MVC 2. The presentation will take place on the 3rd December at 7:30pm.

Speaker
Currently working for Edinburgh based Storm Id, Chris Canal has over 7 years of development experience.  A great believer is continual–improvement, Chris is constantly looking for new technologies, tools and methodologies that will help in creating robust and maintainable software applications and has become an active member of the Scottish Alt.Net Community to share his findings and ideas with like-minded developers.

Location
Scottish Developers have been kind enough to help organise a venue for use and have arranged for Equator to let us use their board room. Due to size of the room, we have to limit the available spots to 12. The presentation will take place on the 3rd December at 7:30pm.

Equator,
Ground Floor,
Moda, 144 Elliot Street
Glasgow, G3 8EX

Google Maps

2009
11.10

When

Glasgow: Tuesday, 8th December, 2009 @ 18:30

The Talk

There is more to doing TDD well than just Red-Green-Refactor, and creating a maintainable test suite as well as maintainable production software is vital. In this presentation we will look at common testing patterns, techniques and tools that can help make maintaining the test suite easier. From Shared Fixtures to Stubs and Mocks, we will take a look at common patterns that have been proven to work and the tools that help you take advantage of them. We will also take brief look at what Behaviour Driven Development is and the problem it tries to solve.

The Speaker

Chris Canal has worked at a Web Developer for the past 7 years. Starting with procedural languages like ASP and PHP, he quickly moved onto the .NET Platform when first released. A great believer is continual–improvement, Chris is constantly looking for new technologies, tools and methodologies that will help in creating robust and maintainable software applications and has become an active member of the Scottish Alt.Net Community to share his findings and ideas with like-minded developers.

The Venue

We are meeting in Room M402 on the 4th Floor of the George Moore Building at Glasgow Caledonian University, Cowcaddens Road, Glasgow, G4 0BA

You can find more information and book your spot here.