manager

Stories kicked by manager

Introduction to ASP.NET MVC for VISUG - Presentation materials(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 7 months ago

Yesterday evening, I did a presentation on the ASP.NET MVC framework for VISUG (Visual Studio User Group Belgium). I really hope everyone got a good feel on what the ASP.NET MVC framework is all about and what it takes to build an ASP.NET MVC application. Thank you Pieter Gheysens for inviting me for this talk! And thank you audience for being interested for over an hour and a half! A recorded version of this presentation will be available later, for the moment you'll have to do with the presentation materials. The download contains the slides, the Hello World application and the testing demo. The CarTrackr application can be found on CodePlex. read more...

add a comment |category: |Views: 25

tags: another

Object Oriented Programming With JavaScript(dev102.com)

submitted by galiyrgaliyr(220) 3 years, 7 months ago

In this article we are going to take an introductory look at how OO JavaScript works. I am going to assume you are familiar with Object Oriented Programming (OOP) concepts such as encapsulation, inheritance, and polymorphism. read more...

add a comment |category: |Views: 412

tags: another

ASP.NET MVC as a JSON Service Provider for Richer Webs w MS Templates(polymorphicview.blogspot.com)

submitted by CodeFuzionCodeFuzion(90) 3 years, 7 months ago

This post shows how to utilize the ASP.NET MVC Framework, jQuery, and Microsoft Templating to become a JSON Service Provider to allow for rich Client AJAX driven Web Application. I have recently been doing a lot more Javascript Client side applications and working a lot closer with JSON objects to build complex web pages. The problem I typically run into is getting my C# POCO objects to translate to a JSON Object on the client side so I can work with it and change it and then post it back to the server to handle it appropriately. The basics of what I wanted was to seamlessly work with my Model data and it automatically handle converting to JSON or C# Objects at the correct layer. read more...

add a comment |category: |Views: 49

tags: another

Is Cloud Computing stupidity? (kvnc.net)

submitted by ozuolmezozuolmez(335) 3 years, 7 months ago

Two hotshots defined Could Computing as stupidity and just a business fashion, do you agree with them? read more...

add a comment |category: |Views: 15

tags: another

Windows Mobile API Usage Tool (kvnc.net)

submitted by ozuolmezozuolmez(335) 3 years, 9 months ago

Microsoft has announced a free tool for Windows Mobile programmers that can take stock of what resources applications are using. The "Windows Mobile API Usage Tool" performs static analysis of selected binaries, then reports on their usage of APIs (application programming interfaces) and other resources... read more...

add a comment |category: |Views: 12

tags: another