Developer Visual Studio / ASP.NET

Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using WCF – Part 2 by Dan Wahlin

In my previous post I discussed how to use ASP.NET Web Services to serve up JSON data to applications. As a quick review, there are several different techniques that can be used including the following: 1. ASP.NET Web Services (.asmx) … Continue reading

Posted in Developer Visual Studio / ASP.NET | Tagged , , , , , , , , , , | 1 Comment

Video: Cloud Intelligence Conference – May 8, 2012

Interface Technical Training is presenting an opportunity for Arizona businesses and organizations to learn how to put their computing in “the cloud.” The Phoenix Cloud Intelligence Conference May 8, 7:30 a.m. – 6 p.m. As one of a small group … Continue reading

Posted in Developer Visual Studio / ASP.NET, Exchange Server, SharePoint, Windows 7, Windows 8, Windows Server | Tagged , , , , , , , , , , | Leave a comment

Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Part I by Dan Wahlin

Web applications have changed a lot over the years. When they first started in the 90′s nearly every action a user performed on a page caused the page to fully reload. Full page postback operations were the norm and something … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , , , , | 1 Comment

Building the Account at a Glance HTML5 jQuery Application by Dan Wahlin

As Web technologies continue to evolve developers are required to learn new technologies in order to build successful web-based applications that stand above the crowd. This can be a challenging proposition especially for developers moving from desktop or Rich Internet … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development, Windows 8 | Tagged , , , | 3 Comments

Setting BreakPoints in Visual Studio 2010 to troubleshoot C# and ASP.NET code

  This a step by step guide on how to set breakpoints in Visual Studio 2010 in order to better troubleshoot c# and asp.net code. Create a New Solution and add some code. I created a new web site in Visual … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , , | Leave a comment

Creating a Visual Web Part for SharePoint 2010 with Visual Studio 2010

In this post, I am going to create a simple new visual web part for SharePoint 2010 with Visual Studio 2010. I already have SharePoint 2010 Server Installed along with Visual Studio 2010. Visual Web Parts are awesome, they feel … Continue reading

Posted in Developer Visual Studio / ASP.NET, SharePoint | Tagged , , , , | Leave a comment

Configuring a Windows 8 Dev Environment with Hyper-V and Visual Studio 11

  Here is how I set up my Dev environment for Windows 8 using Hyper-V. I am running Server 2008 R2 fully patched with the Hyper-V Role. I went to Windows Developer Preview Downloads to download the ISO. Make sure to use … Continue reading

Posted in Developer Visual Studio / ASP.NET, Windows 8 | Tagged , , , , , | 1 Comment

New – Updated Interface Superhero Poster

We’ve updated the Interface Superhero poster.   Here’s the staring cast: (In alphabetical order) Jeremy Cioara – Cisco Instructor, CCIE, author and much more Steve Fullmer – Windows 7 | PMP | CompTia Instructor Jason Helmick – PowerShell & Systems … Continue reading

Posted in Cisco, CompTIA, Developer Visual Studio / ASP.NET, Exchange Server, PMP, PowerShell, SharePoint, SQL Server, Web Development, Windows 7, Windows Server | Leave a comment

Video: Microsoft’s Michael Palermo Reveals Windows 8

In a moment of weakness, Microsoft Developer Evangelist J. Michael Palermo IV (former MVP & RD) shares intimate details about Windows 8, the latest operating system from Microsoft, thanks to a grueling interview by Spike Xavier at Interface’s Tech Immersion … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development, Windows 7 | Tagged , , , , | Leave a comment

Microsoft Development Track Presentation at TI2011 (Scott Cate & J. Michael Palermo IV)

Below are the links to download the Microsoft Development sessions presented by Scott Cate and Michael Palermo at the Interface Tech Immersion 2011. Scott Cate is the Chief Technology Officer and MVP at eventday.com & Regional Director at Microsoft. J. Michael Palermo … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , | Leave a comment

Interface Tech Immersion 2011

              Our DEEP DIVE Tech Immersion 2011 was a great success! A highlight was the keynote by Microsoft Distinguished Engineer Jeffrey Snover, the father of PowerShell. Snover cleared up some of the confusion about … Continue reading

Posted in Developer Visual Studio / ASP.NET, Exchange Server, ITIL / COBIT, PowerShell, SharePoint, SQL Server, Web Development, Windows 7, Windows Server | Tagged , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Cloud Intelligence Conference Phoenix 2012

On May 8, 2012, Interface Technical Training hosted The Cloud Intelligence Conference which included 19 sessions across 5 targeted learning tracks. Attendees gained knowledge and information to help develop their company’s cloud computing strategy. Here are the presentation slides of the speakers … Continue reading

Posted in Developer Visual Studio / ASP.NET, Exchange Server, Security, SharePoint, System Center, Web Development, Windows 7, Windows Server | Leave a comment

SharePoint 2010 Uses Version 3.5 SP1 of the .NET Framework

Students often ask me which version of the .NET Framework needs to be installed on the server for SharePoint 2010 and I let them know that it’s the 3.5 SP1 version.   There are many new and exciting features in the 4.0 … Continue reading

Posted in Developer Visual Studio / ASP.NET, SharePoint | Tagged , , , , , , | Leave a comment

ASP.NET Anti Cross-Site Scripting Attack Library Released by Dan Wahlin

Cross-Site Scripting (XSS) attacks can led to many different problems depending upon what type of data a user is allowed to enter and what type of data is displayed in a Web page.  By using XSS attacks hackers can steal … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , | Leave a comment

Silverlight 2.0 Video Tutorials

Silverlight 2.0 provides a new and exciting framework for building rich applications using C#, VB.NET or other languages that are capable of running on multiple operating systems and in multiple browsers.  Scott Guthrie recently posted a great set of tutorials … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , | Leave a comment

LINQ and Lambdas and Sprocs….Oh My! – by Dan Wahlin

There’s a lot of great stuff in .NET 3.5 and several different ways to work with LINQ technologies such as LINQ to SQL.  I’m currently putting together some demonstration code for a talk I’ll be giving at DevConnections in Orlando … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , , , | Leave a comment

Simplifying ASP.NET ListView Control Templates by Dan Wahlin

I’ve been working with the new ListView control in ASP.NET 3.5 combining it with LINQ and Lambda expressions and was finding myself duplicating a lot of code between ItemTemplate and AlternatingItemTemplate templates (I’ll be posting the sample application that demonstrates … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , | Leave a comment

Desert Code Camp Wrap Up! by Spike Xavier

Desert Code Camp 2007 was a resounding success!  Congratulations to Lauren and Scott and everyone who helped to make this such a wonderful event! I would like to thank everyone who attended my presentation and as promised, here are my powerpoint … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , | Leave a comment

How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView

In a previous post I showed examples of how CSS and JavaScript code could be used to freeze the header row of a GridView control and add scrolling capabilities for Internet Explorer and Firefox. Here’s an example of a GridView … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , , | Leave a comment