-
| The Latest from DevelopMentor | 398 Results found Showing page 1 of 40 Next > |
- Reblogged: What should I learn to get started in.NET and web development?
The question they had was: What should I learn to get started in.NET and web development? Now this question was starting from a position of “I’d like to get started with.NET and the web. To go from “ zero to web dev in.NET” I think you should start on these topics, in an iterative fashion: Fundamentals of C# (skip the advanced stuff – async, yield return, etc for now). '[ Note : I am reblogging this post which originally was posted to the LearningLine blog. Hope you all find it useful here as well]. How do I do that?” jQuery basics.
- Agile Clinic: Dear Allan, we have a little problem with Agile.
The sender has graciously agreed to let me share the mail and my advice with you, all anonymously of course… The sender is new to the team, new to the company, they are developing a custom web app for a client, i.e. they are an ESP or consultancy. 'Consider this blog an Agile Clinic. On Friday an e-mail dropped into my mailbox asking if I could help. the Developers work in sprints, estimating tasks in JIRA as they go. Sprints last three weeks, including planning, development and testing. have been tasked to produce burndowns to keep track of how the Dev cells are doing.” Perhaps both.
Allan Kelly's Blog - Sunday, April 28, 2013 - A Roundup of MongoDB Management Tools
Now there is one less worry in managing your web-scale data. Installs into your web app (provided you’re using Ruby or PHP). My take : This is a very interesting web monitoring app. Designed with security and ease of use, MMS collects statistics on all key server and hardware indicators and then presents the data in a powerful web console. 'I’ve been working with MongoDB for a long time now. Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. SQL Server Management Studio ). The news is good. link]. Admin GUI).
- The Architecture of WCF
Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. They are implementations of Web Service specification such as WS-Security, WS-AtomicTransaction and WS-ReliableMessaging and pass any required information to-and-fro using the message’s Headers collection. 'Before WCF it was, of course, possible for software running on different machines to communicate. The problem is all of these have different APIs and different levels of capability. Messages. Channels. WCF, as of 4.5, Encoders. Contracts.
DevelopMentor Courses - Sunday, April 7, 2013 - Getting started with AngularJS
AngularJS is a client side framework for creating rich web applications using JavaScript and HTML. '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. 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 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. '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 where you create the structure and call into the library as you see fit. Maybe not very functional yet but is shows a few of the very important parts.
The Problem Solver - Friday, April 5, 2013 - Take the first hour of any online developer course for free at LearningLine
Filed under: DevelopMentor Tagged: NET , ASP.NET , DevelopMentor , jQuery , MVC , Online courses , Online learning , Screencasts , tips , Visual Studio , web. DevelopMentor.NET ASP.NET jQuery MVC Online courses Online learning Screencasts tips Visual Studio web[Note: reblogged from blog.learninglineapp.com. I'd like to personally invite you to check out our work over at LearningLine - just follow the links below.]. We believe that LearningLine is the most effective online training for developers, period. Today it gets even better. Are you getting back into C++? You get the idea.
- Tony Sneed: More Fun with Async ASP.NET Web API Services
profiled an ASP.NET Web API service that uses synchronous methods, showing how long-running services with high throughput … Continue reading → My last post made the case for building async services in.NET 4.5 with the Task-based Asynchronous Pattern, or TAP for short.
DevelopMentor Courses - Monday, April 1, 2013 - Tony Sneed: Build Async Services with ASP.NET Web API and Entity Framework 6
If you are building web services that interact with a database, chances are they are not written in a scalable fashion. Web services based either on WCF, which supports both SOAP and REST, or on ASP.NET Web API, which exclusively … Continue reading →
DevelopMentor Courses - Friday, March 22, 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