The Web Developer’s Toolbox Steve Fabian e:

Slides:



Advertisements
Similar presentations
Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
Advertisements

DotNetNuke Mobile Development -- options, tools and approaches
Developing HTML5 Application using MVVM pattern Pekka Ylenius.
What’s New in ASP.NET 4.5 Ori Calvo, 2012 John Bryce Hi-Tech College
ElmahR = ELMAH + SignalR Roberto Real time error handling web dashboard.
Chalermvong Vijitpiyakul Microsoft MVP Greatfriends.biz Community Lead GF 30 August 2009.
Client Side Dev. Toolkit HTML5 JavaScript CSS (and Less, but not today) Bootstrap Knockout.js Require.js (moving to Browserify) Toastr Visual Studio and.
Product Management System Xiao Zhou. Introduction Why This project? It is an opportunity to learn new things and gain some experiences. My friend is a.
EE-Video Yossi Biton Nir Yakobovski Outline  The concept  Main functionality  Challenges & Solutions  Design considerations Layers Class diagram.
.NET Framework 4 and Visual Studio 2010 Pandurang NayakHarish Ranganathan Client Platform EvangelistWeb Platform Evangelist Microsoft Corporation IndiaMicrosoft.
SharePoint Saturday Sponsors Gold Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 2013 Technical Preview and published July Introducing.
Powerful, modern desktops enable next generation applications Hardware acceleration brings real-time lighting, texturing and rendering Visual.
User Group 2015 Version 5 Features & Infrastructure Enhancements.
Using jQuery Templates with ASP.NET Stephen Walther Superexpert.com
Kay Herzam Herzam IT Consulting What‘s new in ASP.NET MS TechTalk.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Lightning Talk Fred Rodriguez Nguyen Do CPSC 473 May 6, 2012.
Elective Autumn 2010 xx subjects are provided Each of you have to choose 2 subjects 2 subjects will be establish.
ASP.NET + jQuery + Odata = Goodness Stephen Walther Superexpert.com
Sustainable SharePoint 2010 Customizations By Bill Keys.
Lecture 19 Web Application Frameworks Boriana Koleva Room: C54
Google Web Toolkit An Overview By Shauvik Roy Choudhary.
JavaScript Framework for Rich Apps in Every Browser Maura Wilder Joan Wortman
Sponsors Gold Silver Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
Lap Around Visual Studio 2008 &.NET 3.5 Enhancements.
WEB &.NET Web development trends in.NET World. Sanjay Jagarlamudi Associate Director at MATRIX Founder Dallas HTML5 Group Father of two girls.
Ultra-modern web development (for.NET
SharePoint Saturday Sponsors Gold Bronze Creating Knockout User Experiences in SharePoint with JavaScript Making awesome with Knockout, jQuery and SharePoint.
Sponsors Gold Silver Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
George Gonsalves.  Free and lightweight web development tool.  Create, publish, and maintain your website  Optimized for Open Source  Designed for.
Abelian Kingdom Andrew, Kelvin and Peter. What is it? A web (browser) game MORPG on Google map Login with Facebook Interact with your friends And the.
J. Michael Palermo IV Director of Development Interface, USA WUX203.
Getting Started with ASP.NET MVC BRIJ BHUSHAN MISHRA.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
Ajax for Dynamic Web Development Gregory McChesney.
Canopy walk through Single-Page Apps (SPAs) Benjamin Howarth Freelancer, Code Gecko Umbraco UK Festival, Fri 30 th Oct 2015 CODE GECKO.
ASP.NET MVC Telerik Academy
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
1 Introduction to Web Application Review. 2 Five Layers Architecture HTML, CSS, Java Script ASP.net User ’ s.dll, Nunit, Web Services ADO.net SQL Server,
Model-View-Controller an introduction to MVC design pattern with Castle.MonoRail Presentation: v1.0 Prepared by: Chorn Sokun
What was new in VS Studio 2008 A bird eye view from the height of ft By: Shahzad Sarwar Software Architect Comsoft computer consultants.
Building an End-to-End HTML5 App with ASP.NET MVC, EF and jQuery Dan Wahlin.
Modern Development Technologies in SharePoint SHAREPOINT SATURDAY OMAHA APRIL, 2016.
The New Face of ASP.NET ASP.NET MVC, Razor, and jQuery Ido Flatow | Senior Architect | Sela | This session is.
丁建文 國立高雄應用科大資管系副教授 兼任計網中心軟體發展組組長 跨平台行動應用軟體開發技術 : HTML5 & Mobile JavaScript Framework 暨南大學.
Real time automatic decisions Graphical designer for the automation of decisions to be made during the process. Powerful tool intended to increase.
//liveVirtualacademy2011/ What’s New for ASP.NET 4.5 and Web Development in Visual Studio 11 Developer Preview Γιώργος Καπνιάς MVP, MCT, MCDP, MCDBA, MCTS,
Presented by: K.AMARNATH Ht.no:10841f0045 Guided by: T.Suneetha.
Visual Web & AJAX with Netbeans 6.0 Your Name Sun Campus Ambassador Your Address.
MVC 4.0, Knockout.js, Bootstrap and EF6.0 FAST, FLEXIBLE AND RESPONSIVE QUICK TO MARKET WEBSITES.
Software services delivering SharePoint, Mobile, and Business Intelligence solutions Creating mobile applications that integrate with SharePoint 2013 on-
Kendo UI ASP.NET MVC Wrappers
Develop a Quick and Dirty Web interface to your database:
Microsoft List Schedule April – May 2016
Client Side Dev.
Kendo UI ASP.NET MVC Wrappers
It’s a Knockout! MVVM Style Web Development
KnockoutJs online Training at GoLogica in Pune
KnockoutJS -Pradeep Shet 31st August 2014.
End to end app development ASP.NET, WCF, WF, EF, & RIA Services
Beginning Object-Oriented Web Design
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
A Quick Overview of ASP.NET Core 1.0
Rich single page applications with SharePoint
ASP.NET Core* MVC and Web API Shahed Chowdhuri
Secure Web Programming
Lighting Up Real-time Web Communications with SignalR
ASP.NET MVC Web Development
Presentation transcript:

The Web Developer’s Toolbox Steve Fabian e:

The Web Developer’s Toolbox Writing Web-Based software Data Process User Interface

The Web Developer’s Toolbox Web Tools 101 Data ADO.NET / Data Access Layer Process ASP.NET / Web Forms / MVC User Interface HTML / CSS

The Web Developer’s Toolbox Web Tools 201 Data Entity Framework / WCF Data Service Process ASP.NET / Web Forms / MVC Javascript Frameworks User Interface HTML / CSS CSS Framework

The Web Developer’s Toolbox Why use these tools? Dramatically Reduce code you need to write Stability (community tested code) Performance User Experience (processing on the client) Shorter development time Easier maintenance (non-compiled code) Coolness factor (seriously)

The Web Developer’s Toolbox Open Source Packages NuGet (nuget.org) Discovery Installation / Configuration DEMO…

The Web Developer’s Toolbox Data Entity Framework SQL Server Oracle others WCF Data Service Custom Entities Service Operations DEMO…

The Web Developer’s Toolbox Process Javascript Frameworks jQuery DOM manipulation jQuery UI Javascript-based UI controls Knockout.js Client-side MVVM Data binding Data.js Ajax service calls Dump.js Debugging SignalR Real time Communication DEMO…

The Web Developer’s Toolbox User Interface CSS Frameworks Blueprint CSS DEMO…

The Web Developer’s Toolbox DotNetNuke Module Development Gooddogs Technology Template Download Blog with Instructional Videos BlogID/16.aspx DEMO…

The Web Developer’s Toolbox Thank you Steve Fabian Web: Twitter: SteveFabian