.NET

Thursday, February 2, 2012, 6:00 PM to 8:30 PM

Please join Peter Laudati and us on February 2nd for the INETA 10 Year Birthday Celebration! INETA has been instrumental to not only our user groups, but to the entire Microsoft user group community!

Have you heard of Windows Azure? Maybe you have, but the concept is all fuzzy. Can I really use this cloud stuff? In December 2011, a whole slew of new Windows Azure features and improvements shipped. We’ll take you on a whirlwind tour of the platform and detail some of the new features and announcements from December. We’ll look at hosting cloud applications with Windows Azure Compute, and cover some data patterns for hosting data in the cloud with Windows Azure Storage and SQL Azure. Thinking of trying Azure out for a test drive? It’s easier than ever now and we’ll show you how.

Peter Laudati, the “JrzyShr Dev Guy,” is a Developer Evangelist with Microsoft, based in the New York/New Jersey area. One of his roles is supporting and educating developers working Microsoft technologies. Peter supports the developer community in the NY Metro area by speaking at user group events, Code Camps, and various tech conferences. Peter is also the co-host of the “Connected Show” (www.connectedshow.com), a podcast focused on the cloud and connecting Microsoft technology with non-Microsoft technology. His blog can be found at http://www.peterlaudati.com. You can also follow him on Twitter @Jrzyshr.

{ 0 comments }

Windows Phone / Azure Development by Dummies (Leo Junquera)

Thursday, January 5, 2012, 6:00 PM to 8:30 PM For the past 4 years my nose had been buried in spreadsheets, budgets, PowerPoint presentations, and meetings. Shortly after starting at Microsoft my manager challenged everybody in my role to come up with a better way to manage a shared spreadsheet. How could we get multi-user [...]

Read the full article →

Multi-Threading for the Everyday Developer (Miguel Castro)

Thursday, December 1, 2011, 6:00 PM to 8:30 PM Presentation Material Threading is one of those topics that is both a little complicated and very misunderstood. It seems it is a topic of extremes. Developers either don’t use it all or overuse it completely. Adding multi-threading capability to your application is not for the faint [...]

Read the full article →

Cross-Platform Mobile Development with .NET (Greg Shackles)

Thursday, November 3, 2011, 6:00 PM to 8:30 PM Presentation Material With so many dominant players in the mobile space, each with its own stack, the thought of developing for all of them is daunting but unavoidable. Strange as it may seem, .NET developers are actually in the best position of all to do just [...]

Read the full article →

jQuery 101 – Making JavaScript Fun (Mark Freedman)

Thursday, October 6, 2011, 6:00 PM to 8:30 PM Presentation Material jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML, and it’s easily the most popular JavaScript library in use today. If you’ve been burned by JavaScript, or the conflicting document object models (DOM) between browsers, jQuery frees us from [...]

Read the full article →

JavaScript From the Ground Up: An Introduction to JavaScript for .NET Developers (David Padbury)

Thursday, September 1, 2011, 6:00 PM to 8:30 PM Download Original Keynote Slideshow Download PDF Version of the Slideshow …Or, “if you’re a C# developer writing JavaScript, why you’re probably confused as hell.” JavaScript looks like a familiar language – it’s certainly got all it’s braces and parentheses where you’d expect. However underneath it’s a [...]

Read the full article →

Generate Your Code! (Tom DuPont)

Special Day! – Wednesday, July 6, 2011, 6:00 PM to 8:30 PM Everyone in attendance will receive a free copy of CodeSmith Generator Professional! Download Presentation Material Code generation is a powerful practice that allows you produce higher-quality, more consistent code in less time. This helps remove the mundane and repetitive parts of programming, allowing developers to focus their [...]

Read the full article →

Hack-Proofing your ASP.NET Web Forms & MVC Web Applications (Adam Tuliper)

Thursday, June 2, 2011, 6:00 PM to 8:30 PM Download Presentation Material Security is an afterthought with most developers. Easy hacking is a common problem with many web applications. This presentation explores the most common attacks on web applications, how they work to exploit your app, and more importantly, how to protect against them. Techniques [...]

Read the full article →

.NET and MongoDB: The Ubiquitous Blog Example (John Zablocki)

Thursday, May 5, 2011, 6:00 PM to 8:30 PM Download Presentation Material This talk introduces .NET development with MongoDB by exploring the Meringue blog engine. Meringue is a work in progress, specifically developed for this presentation and was adapted from RateMySnippet.com. Its codebase illustrates concepts such as working with a Repository of T, modeling for [...]

Read the full article →

Learning MVC for the Web Forms Developer (Adam Tuliper)

Thursday, April 7, 2011, 6:00 PM to 8:30 PM Download Presentation Material The biggest problem for developers moving to MVC is not being able to use a lot of the Web Forms knowledge we’ve already spent so much time learning. This presentation will take the developer from something they already know – ASP.NET Web Forms [...]

Read the full article →

Handling Multi-Touch with Windows Phone 7 (Ben Dewey)

Thursday, March 3, 2011, 6:00 PM to 8:30 PM Download Presentation Material In this presentation Ben Dewey will demonstrate the ways to handle multi-touch on the Windows Phone.  We will start with an introduction of basic touch-enabled events, then Ben will show and explain common use cases like panning and zooming images, drawing and object gestures. Participants [...]

Read the full article →

A Tour Around My First Windows Phone 7 Application (Benjamin Day)

Thursday, February 3, 2011, 6:30 PM to 9:00 PM (Note the special start time — a half hour later this month.  Pizza will be served at 6:30, and the presentation starts at 7:00.) Download Presentation Material What’s it like to write a real Windows Phone 7 application?  How similar is it to writing a regular [...]

Read the full article →

What’s New in ASP.NET MVC 3 (Michael Gerety)

Thursday, January 6, 2011, 6:00 PM to 8:30 PM In this presentation, we’ll explore the new features in ASP.NET MVC 3 while building a functional web application.  Over approximately 90 minutes, we’ll develop with and discuss the following new features in MVC 3: Razor, the new default view engine included in MVC 3 First Class [...]

Read the full article →

Data Parallelism and Performance with PLINQ and C# / .NET (Johnson M. Hart)

Thursday, December 2, 2010, 6:00 PM to 8:30 PM Processing large memory-resident data collections is a fundamental computing task, and numerous practical data processing problems are inherently parallel, allowing improved performance and throughput on multi-core, 64-bit systems. This talk will compare several distinct Windows methods to solve problems with a high degree of data parallelism, [...]

Read the full article →

An Introduction to Continuous Integration with TeamCity (Mark Freedman)

Thursday, October 7, 2010, 6:00 PM to 8:30 PM Continuous integration (CI) is the process of continuously integrating committed code through system builds, running any existing unit tests, and optionally deploying packaged “build drops” that successfully complete the above two steps to a “staging” run-time environment. CI helps ensure that small pieces of effort are [...]

Read the full article →

An Introduction to Microsoft’s Web Matrix (Rachel Appel)

Thursday, September 2, 2010, 6:00 PM to 8:30 PM WebMatrix is a free tool that features a complete stack (web server, database, programming) for web development. It’s lightweight, installs quickly, and has been designed to make things easy.  In this presentation, you’ll learn how to do the basics to get a web application up and [...]

Read the full article →

Extensibility: Software That Survives (Miguel Castro)

Thursday, August 5, 2010, 6:00 PM to 9:00 PM Download Presentation Material *** We’re very fortunate to have one of the most popular speakers in our industry come to speak to our user group this month – Miguel Castro!  We were able to secure a larger room for this presentation with the help of Telerik.  Telerik’s Carl Bergenhem [...]

Read the full article →

An Introduction to Windows Azure (Ben Poserow)

Thursday, July 1, 2010, 6:00 PM to 8:30 PM We have entered the next phase of computing: cloud computing is becoming more prevalent every day in the enterprise. Companies benefit from the scalability, availability, and raw computing power that is available in the cloud. Why maintain and administer a large number of servers when a [...]

Read the full article →

What’s New in Visual Studio 2010 (Peter Laudati)

Thursday, June 3, 2010, 6:00 PM to 8:30 PM Come take a look at the new features available in Visual Studio 2010 that will help make you a more productive developer. In this session we’ll see new features such as the new appearance and behavior of the IDE, code navigation features including the new easier-to-read [...]

Read the full article →

Building Connected Silverlight Applications (Peter Laudati)

Thursday, May 6, 2010, 6:00 PM to 8:30 PM Tweet

Read the full article →

Overview of F# and Functional Programming (Daniel Buskirk)

Thursday, April 1, 2010, 6:00 PM to 8:30 PM F# is not just a new language for the Visual Studio, it represents an entirely different approach to programming for the .NET developer. VB.NET and C# will continue to be the languages of choice for Windows Forms development, but F# gives the .NET developer new tools [...]

Read the full article →