amazedsaint

Stories submitted by amazedsaint

Revisiting C# Ebook(www.amazedsaint.com)

submitted by amazedsaintamazedsaint(835) 7 months, 29 days ago

Revisiting C# Concepts - Free Ebook read more...

1 comment |category: |Views: 27

tags: another

HelloTiles – A Simple C# Xaml Application for WinRT/Windows8(www.amazedsaint.com)

submitted by amazedsaintamazedsaint(835) 8 months, 8 days ago

A Simple C#/XAML example that shows tile updates in Windows8 read more...

add a comment |category: |Views: 16

tags: another

A quick Todo listing app on Windows using IIS7, Node.js and Mongodb(www.amazedsaint.com)

submitted by amazedsaintamazedsaint(835) 8 months, 25 days ago

In this post, I’ll explain step by step how I’ve setup Node.js and Mongodb to create a simple Todo listing application on top of Windows & IIS7 read more...

1 comment |category: |Views: 47

tags: another

Web Oriented Architecture and WCF(www.amazedsaint.com)

submitted by amazedsaintamazedsaint(835) 8 months, 25 days ago

Organizations are understanding the necessity of making their business logic and data available to multiple end points and REST is evolving more and more as a default choice for building a public service layer, around your existing data and intelligence... read more...

2 comments |category: |Views: 52

tags: another

Wpf Over Websockets (WoW) – Rendering WPF apps over HTML5 Canvas(www.amazedsaint.com)

submitted by amazedsaintamazedsaint(835) 1 year, 1 month ago

This is a hack for pumping WPF windows over Websockets and rendering it using HTML5 canvas – also with basic mouse input support. For each user connecting to the server, a new window instance is created, and screen will be pumped over web sockets to the browser as base64 encoded images. These images are painted on an HTML5 canvas. read more...

add a comment |category: |Views: 39

tags: another

JSON, ASP.NET MVC and JQuery - Working with Untyped JSON made easy(www.amazedsaint.com)

submitted by amazedsaintamazedsaint(835) 1 year, 2 months ago

Working with Untyped Json at serverside for ASP.NET MVC read more...

add a comment |category: |Views: 29

tags: another

MVVM And Linq In Javascript for .NET Programmers(www.amazedsaint.com)

submitted by amazedsaintamazedsaint(835) 1 year, 2 months ago

Two nice little libraries bring MVVM and LINQ to Javascript read more...

add a comment |category: |Views: 14

tags: another

Worth As a Developer Score (WDS) Map – A Self Rating Map for Devs(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 3 months ago

“Worth As A Developer Score” is a rating system out of 1000, that’ll help you rate yourself across a set of competencies in multiple areas. read more...

add a comment |category: |Views: 4

tags: another

ASP.NET MVC ‘dynamic’ Json JQuery Templates = Awesomeness(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 3 months ago

Demonstrates how to use Untyped JsonValue 'dynamic' implementation + JQuery + ASP.NET MVC together read more...

add a comment |category: |Views: 47

tags: another

Vingy - Visual Studio Instant Search Addin – is now Open Source(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 4 months ago

A simple, but effective add in for Visual Studio 2010 so that you can search the web in a non intrusive way, and can filter results based on sources. read more...

add a comment |category: |Views: 2

tags: another

An RSS Reader For All Screens - Sharing your View Model and Code betwe(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 4 months ago

Microsoft’s unified client application development stack is so awesome. If you are equipped with the knowledge of developing Client applications leveraging XAML and MVVM, you should be able to build applications for multiple devices, including Windows Phone 7, Silverlight, WPF and Microsoft Surface. And to a great extent, you can re-use code across these, if you wish to. In short, we will see how we are re-using most portions of the source code (including the View Model) across WP7, Silverlight, WPF and Surface, to build a simple RSS Reader. read more...

add a comment |category: |Views: 9

tags: another

Top 6 Coding Standards & Guideline Documents For C#/.NET Developers(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

Some time back, I collated a list of 7 Must Read, Free EBooks for .NET Developers, and a lot of people found it useful. So, I thought about putting together my “Top 6” list of Coding Standard guidelines/checklists for .NET /C# developers as well...They are useful not just from a review perspective - going through these documents can definitely help you and me to iron out few hidden glitches we might have in the programming portion of our brain. So, here we go, the listing is not in any specific order. read more...

1 comment |category: |Views: 1154

tags: another

Silverlight (with full .NET prog model support) is coming to Slates?(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

I always viewed Silverlight as a platform with great potential, and long time back I blogged about Why Silverlight is going to be *The* Development platform. How ever, imageLast week, post PDC2010, a lot of debate happened on Silver-light’s future. This was triggered by Bob Miguel's “Strategy Shift” comment which followed by reports from Mashable along with a number of other Tech medias along the lines of “Microsoft Shifts from Silverlight to HTML”... Scott Gu has posted his reply to the Silverlight questions in his blog, and I got pleasantly surprised to see a clarification from him for some of the readers in the Comments section. ... read more...

add a comment |category: |Views: 4

tags: another

Introducing NSIS for package and deployment, VS Installer is retiring(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

In this post, let us explore Nullsoft Scriptable Installer System or NSIS as an alternate, open source option for packaging and deploying your applications... read more...

add a comment |category: |Views: 17

tags: another

What is LINQ to Events a.k.a RX Framework?(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

A closer look at LINQ to Events read more...

add a comment |category: |Views: 6

tags: another

C# Asynchrony - async/await - A simple & quick intro(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

This post is a quick and simple introduction towards using the async and await keywords. Let us try some simple ‘working’ code first, then we’ll discuss the concepts involved. Consider the following code, where we start a hotel and call our Cook/Chefs to start cooking various dishes. Each cook will take a random time to cook his dish. See the implementation below... read more...

add a comment |category: |Views: 72

tags: another