| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
58 Articles match "2012","Web"
| Related DevelopMentor Courses | MORE | | Screening C# Candidates: Let’s Play 20 Questions! Neither do the questions touch on any of the “pillars” of the.NET Framework API, such as data access (Entity Framework), web services (WCF), or presentation platforms (WPF, SL, ASP.NET MVC). Over the past year I was involved in the process of interviewing candidates for both mid and senior level developer positions. We would bring them in for a face-to-face interview, sometimes with multiple interviewers, only to find out they were unable to answer the most basic technical questions concerning C# and.NET. Furthermore, I’m looking for a developer with a thirst for knowledge. > no 5. DevelopMentor Courses - Tuesday, February 28, 2012 Agile: Where's the evidence? Web development? A few weeks ago I was presenting at the BCS SIGIST conference - another outing for my popular Objective Agility presentation. Someone in the audience asked: “Where is the evidence that Agile works?” My response was in two parts. First although it sounds like a reasonable question I’ve come to believe that this is a question that is asked by those who don’t believe in Agile, those who want to stall thing. It is rarely a question aimed at a rational decision. Second I said: lets turn the question around, Where is the evidence for Waterfall? Lets start with “Agile.” Scrum? Allan Kelly's Blog - Friday, March 30, 2012 |
88 Articles match "2012","Web"
| The Latest from DevelopMentor | MORE | | Getting started with AngularJS AngularJS is a client side framework for creating rich web applications using JavaScript and HTML. Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. 'Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model One of the nicer JavaScript frameworks out there to work with must be AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. The complete code listing is below. The Problem Solver - Friday, April 5, 2013 Getting started with AngularJS AngularJS is a client side framework for creating rich web applications using JavaScript and HTML. Either download this from the AngularJS site or use the NuGet package to add it to your Visual Studio 2012 project. 'One of the nicer JavaScript frameworks out there to work with must be AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. It isn’t just a library like jQuery or Knockout.js 1: 2: 3: 4: AngularJS Demo. The Problem Solver - Friday, April 5, 2013 DotNed podcast: Mads Kristensen on ASP.NET developer tooling in Visual Studio 2012 and beyond 'For a change an English language podcast :-) In this podcast Maurice de Beijer speaks with Mads Kristensen about web tooling in Visual Studio 2012. Besides the standard build in tooling for web developer they also talk about Web Essentials 2012, the plugin Mads develops in his spare time to give web developers even more features and capabilities. Links: Blog: [link] Web Essentials 2012: [link] Web Developer Checklist: [link] Enjoy! Podcast DotNed The Problem Solver - Friday, March 15, 2013 | -
| The Best from DevelopMentor | MORE | - Improve perceived performance of ASP.NET MVC websites with asynchronous partial views
Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. Filed under: Articles Tagged: NET , Articles , ASP.NET , jQuery , MVC , web. Articles.NET ASP.NET jQuery MVC webImagine you’re building an ASP.NET MVC website which has some performance problems. m sure this would never actually happen to you, but imagine you’re facing this problem just for the sake of exploring the possibilities. :-). First a disclaimer / warning. m going to show you how to make your site feel faster without speeding it up. Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 - Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)
For example, if you were writing a forum web app, you should absolutely be paranoid about what your users are typing into your site. Filed under: Articles Tagged: NET , Foundations , MVC , web. Articles.NET Foundations MVC webThis article covers the various ways in which you might handle text encoding in ASP.NET MVC. You need to be very careful about how you redisplay their input. For example, a friendly forum user might write something like: Nice post, thanks for sharing! On the other hand, they may write: <script src=”[link]. CMS app with rich text editing. Michael C. Kennedy's Weblog - Monday, October 15, 2012 - Query composition with the ASP.NET Web API
Having the ASP.NET Web API as a REST service returning data is kind of nice but to be efficient on the wire we don’t want to return more data that required only to discard it in the client. As we have seen in a previous post just returning a collection data was real easy. As it turns out changing the service so the client can filter data is almost just as easy. In the previous example we returned an IEnumerable. All we need to do is change this to return an IQueryable and most of the work is done. 1: public class ProductsController : ApiController. 6: public IQueryable Get(). 13: {. The Problem Solver - Wednesday, March 21, 2012 - How Are You Scaling ASP.NET?
Cheers, @mkennedy Filed … Continue reading → Polls.NET ASP.NET MVC polls webThere are some interesting debates out there around scaling ASP.NET. How do you do it? Please fill out this poll and tell the world: Interested in a blog post on this? Take it to the comments section. - Download My Web Apps Have HotKeys Too Sample App
I recently blogged about how web apps have hotkeys too. To encourage more developers to add hotkeys to their web applications, I created a jQuery plugin called jQuery.hotKeyMap.js It’s an ASP.NET MVC 3 web app. Filed under: jQuery Tagged: NET , ASP.NET , MVC , Open Source , Plugins , web. jQuery.NET ASP.NET MVC Open Source Plugins weband a sample application. just added a download link for the source code: WebAppsHaveHotKeysTooSample-MichaelKennedy-v1.zip. Hope you find it useful! Cheers, @mkennedy. Michael C. Kennedy's Weblog - Thursday, August 30, 2012 - Preventing JavaScript Files from Loading Multiple Times
In the bottom-right pane, you’ll see the web page running. In real web apps, it’s not that simple. I’ve been working on a JavaScript-heavy web application recently. The web is awesome and the fix is simple enough. Filed under: Uncategorized Tagged: Articles , Cloud , jQuery , Opinion , Tools , Visual Studio , web. Uncategorized Articles Cloud jQuery Opinion Tools Visual Studio webThis post is about ensuring that you do not execute a particular JavaScript file more than one time. Here is a contrived example. twice. Imagine bad-example.js Michael C. Kennedy's Weblog - Thursday, October 11, 2012 - Add Hot Keys to Web Apps With jQuery.hotKeyMap.js
Finally, web applications are adopting this functionality too. Check out this simple example of a web app with hotkeys. Hot keys (or accelerator keys) have been an important navigational tool for desktop applications for many years. Expect a more general … Continue reading → jQuery ASP.NET MVC Open Source Plugins Michael C. Kennedy's Weblog - Thursday, March 15, 2012 %>
| | |