What’s New in Azure
Description:
|
Evolve your code with Extension Methods, Fluent Interfaces, and Expressions
Description:
Fluent NHibernate, HTML Helper & Input Builders, and Automapper (and others) use extension methods, fluent interfaces, and expressions to make a more approachable, readable, and flexible coding framework. These tools aren't restricted to the elite third party frameworks. You too can use these techniques to evolve your code. We will explain what each technique is, show popular examples, explain how to use the technique, and apply the technique to everyday code.
|
ASP.NET MVC in Action
Description:
With the new version of ASP.NET, developers can easily leverage the Model-View-Controller pattern in ASP.NET applications. Pulling logic away from the UI and the views has been difficult for a long time…
|
Monotouch for the iPhone @ Dallas C# SIG
Description:
Curious about MonoTouch? You're not alone. Join us at the Dallas C# SIG as we take a close look at this groundbreaking platform and learn how to build rich iPhone applications using C#. We'll start by discussing the basics of MonoTouch and quickly move on to building a simple application. We'll also discuss some of the advancements that have been made with the most recent version of the platform. If you've ever been interested in developing software for the iPhone but don't have the time to lear
|
The State of .NET (Part 2)
Description:
An unbiased look at the current and future development with .NET.
Brought to you by Microsoft, CODE Training & EPS Software, this free afternoon event presents an unbiased look at the current and future development with .NET. Join Markus Egger, for an afternoon of free and independent information about current Microsoft development technologies! What is the state of .NET today? Which of the many .NET technologies have gained traction? Which ones can you ignore for now? What is new in .NET 3.5
|
The State of .NET (Part 1)
Description:
An unbiased look at the current and future development with .NET.
Brought to you by Microsoft, CODE Training & EPS Software, this free afternoon event presents an unbiased look at the current and future development with .NET. Join Markus Egger, for an afternoon of free and independent information about current Microsoft development technologies! What is the state of .NET today? Which of the many .NET technologies have gained traction? Which ones can you ignore for now? What is new in .NET 3.5
|
WCF Service Quality: Understanding Instancing..
Description:
Beginning with a overview of how to create a basic Windows Communication Foundation service, host and client application, our discussion will quickly move into an in-depth study of how service instancing, concurrency, and throttling options can be used to maximize service quality and throughput. With lots of code and examples, you'll learn how to use each of these options as well as pitfalls to avoid when writing your own services
|
Introduction to JQuery Part 1 of 4
Description:
This will be an introduction to jQuery, including how to download and install it, configuring a webpage to use it, and some basics on getting starting with using it. This will be the first of four sessions on jQuery. Future meetings will include how to set up dynamic web pages with the jQuery event model, interacting with the DOM (Document Object Model), setting CSS styles, and doing web page animations. Thefinal session will show how to make AJAX calls with jQuery, including information about h
|
ASP.NET MVC + jQuery + AJAX Working Together
Description:
The ASP.NET MVC (Model-View-Controller) platform gives .NET web developers the power and flexibility they need to take total control of their web sites. Say goodbye to ViewState and UpdatePanels and learn how you can use the MVC approach and the AJAX functionality provided by the popular jQuery JavaScript library to deliver truly dynamic and interactive web pages!
|
Windows Workflow in .NET 4.0
Description:
Workflow is everywhere…think about the process of submitting an expense report, reviewing a document, or taking out a loan. Windows Workflow enables you to easily build long-running, stateful workflows into your applications. I will walk through some simple workflows and demonstrate various workflow-specific controls. I’ll also focus on how this version is different from previous versions of WF.
|
VSTS 2010: What’s in it For Me?
Description:
Visual Studio Team System 2010 is coming – and a lot of new functionality is coming with it. In this session, we will explore new features of VSTS 2010 including an improved installation and configuration experience, architecture explorer and validation, new diagrams, branch visualization, gated check-ins, new testing features, automated builds based on Windows Workflow, new work item features, and much, much more. If you’re looking for an overview of forthcoming features, then this session is
|
Get $(ready).with(Rachel Appel);
Description:
jQuery aims to redefine the way we write JavaScript, and now with support built into Microsoft Visual Studio, you can more easily write client-side scripts than ever before. In this session, you will learn the basics of jQuery starting with downloading and installing jQuery. We'll then move onto topics such as unobtrusive JavaScript, using jQuery wrapped sets and selectors, creating animations, and common scripting tasks.
|
Silverlight 3 for Business Applications
Description:
Silverlight is arguably the biggest shift in web technologies in the last decade. But is Silverlight 3 ready for prime time business applications? In this code-focused talk, you will learn how platform features like navigation framework, RIA Services, visual states, animations, isolated storage, data templates and custom styles can give you to tools you need to bring your business applications to life with high-fidelity user experience and enhanced end-user productivity.
|
SQL Azure Database
Description:
Microsoft® SQL Azure™ Database is a cloud-based relational database service built on SQL Server® technologies. It provides a highly available, scalable, multi-tenant database service hosted by Microsoft in the cloud. SQL Azure Database helps to ease provisioning and deployment of multiple databases. Developers do not have to install, setup, patch or manage any software. High availability and fault tolerance is built-in and no physical administration is required. SQL Azure Database supports Trans
|
The Shortest Path From Ideas to Software
Description:
You can visualize the solution in your mind. All the key algorithms are scribbled on scratch paper on your desk, the architecture is diagrammed neatly on your whiteboard, and you’ve listed all the possible corner cases. Nothing can slow you down!
|
|