http://shijucv.myopenid.com/
Name: http://shijucv.myopenid.com/
Score: 593.44
Last Seen: 136 days, 12 hours, 5 minutes ago
Member Since: 24 January, 2009
DotNetShoutout
atom rss
2
Shouts

Building and Deploying Windows Azure Web Site with Node.js and MongoDB by using Microsoft WebMatrix - Shiju Varghese's Blog

published 129 days, 4 hours, 52 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 138 days, 17 hours, 30 minutes ago
Monday, January 14, 2013 9:10:41 AM GMT Friday, January 04, 2013 8:33:19 PM GMT
Demonstrate how to build a web app with Node.js and MongoDB, and how to deploy it on Windows Azure as a Windows Azure Web Site. Firstly, The web site is built with Node.js, Express.js, Mongoose and MongoDB and MongoLab. (more)
category: Web Dev | clicked: 18 | comment | | source: weblogs.asp.net
tags:
6
Shouts

Writing Unit Tests for an ASP.NET MVC Action Method that handles Ajax Request and Normal Request - Shiju Varghese's Blog

published 156 days, 2 hours, 1 minute ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 164 days, 11 hours, 29 minutes ago
Tuesday, December 18, 2012 12:02:00 PM GMT Monday, December 10, 2012 2:34:10 AM GMT
Demonstrate how to write unit tests for an ASP.NET MVC action method, which handles both Ajax request and normal HTTP Request. (more)
category: Agile | clicked: 46 | comment | | source: weblogs.asp.net
tags:
2
Shouts

Building a Windows Azure App using Azure Queue, Azure Table and ASP.NET MVC Web Role - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 538 days, 19 hours, 20 minutes ago
Thursday, December 01, 2011 6:43:21 PM GMT
In this post, I will demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes the data) put into Azure Queue and an Azure Work Role will persist the data into Azure Table from Queue messages for the read operations. The source code is available from http://azurehack.codeplex.com/ .The demo application will modify and add more fu... (more)
category: Architecture | clicked: 49 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Windows Azure, Windows Azure Storage
2
Shouts

Visual Studio Enhancements in Windows Azure SDK 1.6 for Publishing Apps - Shiju Varghese's Blog

published 545 days, 22 hours, 51 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 547 days, 9 hours, 41 minutes ago
Thursday, November 24, 2011 3:12:23 PM GMT Wednesday, November 23, 2011 4:21:44 AM GMT
The new Windows Azure SDK 1.6 is providing many enhancements including a better experience for publishing Windows Azure applications using Visual Studio. To publish an application onto Azure, do the following steps. First right click on the Azure project from Visual Studio and Select Publish. The below publish window will show.   When you run the publish wizard  for the first time, you must download your credentials from Windows Azure portal. Choose the Sign In To Download Credentials link from the ... (more)
category: Web Dev | clicked: 80 | comment | | source: weblogs.asp.net
tags: Windows Azure
2
Shouts

CQRS, Commands, Command Handlers and Command Dispatcher - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 582 days, 7 hours, 46 minutes ago
Wednesday, October 19, 2011 6:17:14 AM GMT
In this post, I am trying to add some CQRS principles onto my EFMVC project. Please keep in mind that this is not the implementation CQRS patterns, but trying to add some CQRS flavors on the Solution Architecture with Commands that changes the data (Create, Update and Delete). The current implementation of command execution is implemented in a synchronous way.  CQRS  CQRS is stands for Command-Query Responsibility Segregation that is a principle of separating commands (that change the data)... (more)
category: Web Dev | clicked: 19 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ef code first, Autofac, CQRS
2
Shouts

EFMVC 1.0 Preview Released - A demo app with ASP.NET MVC, EF and Autofac

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 588 days, 7 hours, 53 minutes ago
Thursday, October 13, 2011 6:10:32 AM GMT
A while ago, I have released EFMVC, a demo web app built using ASP.NET MVC 3, EF Code First and Unity. The EFMVC app has demonstrated many architectural patterns and practices such as Generic Repository, Repository pattern, Unit of Work pattern, Dependency Injection pattern and Application Service later.  Today I would like to announce the release of EFMVC 1.0 Preview. This release is an early preview release that has made some changes in the solution architecture.  The preview is written in ASP.NET MVC ... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ef code first, Autofac, CQRS
6
Shouts

Creating a quick Todo listing app on Windows using IIS7, Node.js and Mongodb

published 628 days, 3 hours, 42 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 629 days, 10 hours, 22 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 3:41:16 AM GMT
As I mentioned in my last post, more and more organizations are leaning towards Web Oriented Architecture (WOA) which are highly scalable. If you were exploring cool, scalable options to build highly performing web applications, you know what Node.js is for. After following the recent post from Scott Hanselman, I was up and running quickly with Node.js. In this post, I’ll explain step by step how I’ve setup Node.js and Mongodb to create a simple Todo listing application.Setting up Node.js This is what ... (more)
category: Architecture | clicked: 36 | 1 comment | | source: www.amazedsaint.com
tags: MongoDB, Scalability, Node.js
16
Shouts

Building JavaScript MVVM apps in ASP.NET MVC using KnockoutJS - Shiju Varghese's Blog

published 636 days, 16 hours, 26 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 640 days, 10 hours, 44 minutes ago
Thursday, August 25, 2011 9:37:21 PM GMT Monday, August 22, 2011 3:18:44 AM GMT
JavaScript is getting more attention in modern web application development and increasing the popularity of JavaScript on every day. HTML 5 is making a revolution in web apps world and it is becoming a common platform for variety of scenarios. JavaScript is the language for HTML 5. The next question is how we can write highly maintainable JavaScript code and how to write testable JavaScript code. The answer would be to use a high level JavaScript framework such as KnockoutJS, BackboneJS and SpineJS. In t... (more)
category: Web Dev | clicked: 75 | 1 comment | | source: t.co
tags: ASP.NET MVC, KnockoutJS, ASP.NET
3
Shouts

User Activity logging in ASP.NET MVC app using Action Filter and log4net - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 674 days, 10 hours, 50 minutes ago
Tuesday, July 19, 2011 3:12:58 AM GMT
In this post, I will demonstrate how to use an action filter to log user tracking information in an ASP.NET MVC app. The below action filter will take logged user name, controller name, action name, timestamp information and the value of route data id. These user tracking information will be logged using log4net logging framework.  publicclassUserTrackerLogAttribute : ActionFilterAttribute, IActionFilter{        publicoverridevoid OnActionExecuted(ActionExecutedContext filterContext)    {var actionDescr... (more)
category: Web Dev | clicked: 55 | 2 comments | | source: weblogs.asp.net
tags: ASP.NET MVC, Log4net, ASP.NET
2
Shouts

Using MvcPaging in ASP.NET MVC Apps

published 684 days, 16 hours, 28 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 687 days, 7 hours, 34 minutes ago
Friday, July 08, 2011 9:34:47 PM GMT Wednesday, July 06, 2011 6:28:55 AM GMT
In this post, I will demonstrate how to use NuGet package MvcPaging in ASP.NET MVC apps. MvcPaging provides a Pager HtmlHelper that renders a pager based on a PagedList implementation. MvcPaging’s Pager helper is also providing Ajax functionality for the paging implementation. You can add MvcPaging package via NuGet. The following command in the NuGet console will install MvcPaging in your project. PM> Install-Package MvcPaging Using MvcPaging Step 1 – Add MvcPaging Namespace using MvcPaging;   Step... (more)
category: Web Dev | clicked: 47 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET, NuGet
2
Shouts

mvc-mini-profiler - An effective mini-profiler for ASP.NET MVC

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 710 days, 4 hours, 49 minutes ago
Monday, June 13, 2011 9:14:19 AM GMT
The mvc-mini-profiler is a lightweight, but effective mini profiler tool for ASP.NET apps specially designed for ASP.NET MVC 3 apps. The mvc-mini-profiler is an free and open source tool from Stack Overflow team. The tool is initially developed for StackOverflow family of websites and open sources the tool later. This is an another great open source tool from Stack Overflow team after Dapper object mapper for .Net. The mvc-mini-profiler is available from http://code.google.com/p/mvc-mini-profiler/ . The ... (more)
category: Web Dev | clicked: 10 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASP.NET
6
Shouts

EFMVC – A demo web app using ASP.NET MVC 3 and EF 4.1 Code First

published 746 days, 14 hours, 19 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 749 days, 10 hours, 23 minutes ago
Saturday, May 07, 2011 11:43:58 PM GMT Thursday, May 05, 2011 3:40:22 AM GMT
I have created a demo web app for some of my previous blog posts and can be download from http://efmvc.codeplex.com/. The following technologies are used for the web appASP.NET MVC 3Entity Framework 4.1 Code FirstMicrosoft Unity 2.0jQuery Mobile The following are the main features of the web applicationCRUD demo in ASP.NET MVC 3 with Entity Framework 4.1 Code FirstRazor View EngineGeneric repository for Entity Framework 4.1 Code FirstRepository Pattern and Unit of WorkDependency Injection using Unity 2.... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, Code first, Entity Framework 4.1, asp.ner mvc, ASP.NET
5
Shouts

Using Windows Azure AppFabric Caching - Shiju Varghese's Blog

published 748 days, 22 hours, 42 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 750 days, 2 hours, 30 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 11:33:11 AM GMT
Microsoft has announced the production version of Windows Azure AppFabric Caching service. Today, Scalability and performance are the most challenging part in enterprise applications and a distributed caching solution can avoid unnecessary round-trips to the database and give you better performance and even better availability. The Windows Azure AppFabric Caching service lets you create high performance apps for the Windows Azure cloud computing platform. Windows Azure AppFabric Caching is a distributed ... (more)
category: Agile | clicked: 2 | 1 comment | | source: weblogs.asp.net
tags: Windows Azure, Windows Azure AppFabric
5
Shouts

ASP.NET MVC 3 Tools Update - Shiju Varghese's Blog

published 770 days, 15 hours, 27 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 771 days, 5 hours, 12 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Wednesday, April 13, 2011 8:51:29 AM GMT
Microsoft has released a new update for ASP.NET MVC 3 named  ASP.NET MVC 3 Tools Update. ASP.NET MVC 3 Tools Update won’t update the MVC 3 runtime and it  only updates the tooling for ASP.NET MVC 3. ASP.NET MVC 3 Tools Update is also includes the NuGet 1.2 version. You can download the ASP.NET MVC 3 Tools Update from here. Changes in ASP.NET MVC 3 Tools Update New Intranet Project Template for  Windows Authentication. HTML 5 checkbox to enable HTML 5 versions of project templates."Add Controller" dialog... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASP.NET
6
Shouts

Mobile enabled web apps with ASP.NET MVC 3 and jQuery Mobile

published 817 days, 15 hours, 8 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 818 days, 4 hours, 44 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Friday, February 25, 2011 9:18:47 AM GMT
In my previous blog posts, I have demonstrated a simple web app using ASP.NET MVC 3 and EF Code First. In this post, I will be focus on making this application for mobile devices. A single web site will be used for both mobile browsers and desktop browsers. If users are accessing the web app from mobile browsers, users will be redirect to mobile specific pages and will get normal pages if users are accessing from desktop browsers. In this demo app, the mobile specific pages are maintained in an ASP.NET M... (more)
category: Web Dev | clicked: 13 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, jQuery mobile, ASP.NET
10
Shouts

Dependency Injection in ASP.NET MVC 3 using DependencyResolver and ControllerActivator - Shiju Varghese's Blog

published 847 days, 18 hours, 41 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 850 days, 10 hours, 16 minutes ago
Wednesday, January 26, 2011 7:22:06 PM GMT Monday, January 24, 2011 3:47:29 AM GMT
In my previous examples for dependency injection in ASP.NET MVC, I have used an approach where creating a custom controller factory deriving from DefaultControllerFactory and override the GetControllerInstance method for dependency injection. But ASP.NET MVC 3 is providing great support for dependency injection with very nice abstraction. In this post, I will demonstrate how to achieve dependency injection using two interfaces introduced in ASP.NET MVC 3 - IDependencyResolver and IControllerActivator. Un... (more)
category: Web Dev | clicked: 15 | 2 comments | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC 3, ASP.NET MVC, IoC, ASP.NET
3
Shouts

Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 2 - Shiju Varghese's Blog

published 860 days, 1 hour, 39 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 860 days, 10 hours, 8 minutes ago
Friday, January 14, 2011 12:24:32 PM GMT Friday, January 14, 2011 3:55:07 AM GMT
In my previous post Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 1, we have discussed on how to work with ASP.NET MVC 3 and EF Code First for developing web apps. We have created generic repository and unit of work with EF Code First for our ASP.NET MVC 3 application and did basic CRUD operations against a simple domain entity. In this post, I will demonstrate on working with domain entity with deep object graph, Service Layer and View Models and will also complete the rest of ... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC 3, ASP.NET MVC, ef code first, ASP.NET
4
Shouts

Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 1 - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 868 days, 1 hour, 43 minutes ago
Thursday, January 06, 2011 12:19:40 PM GMT
In this post, I will demonstrate web application development using ASP. NET MVC 3, Razor and EF code First. This post will also cover Dependency Injection using Unity 2.0 and generic Repository and Unit of Work for EF Code First.You can download the source code from http://efmvc.codeplex.com.The following frameworks will be used for this step by step tutorial.ASP.NET MVC 3 EF Code First CTP 5 Unity 2.0 Define Domain Model Let’s create domain model for our simple web application Category classpubl... (more)
category: Web Dev | clicked: 8 | comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC 3, ASP.NET MVC, ef code first, Razor, ASP.NET
6
Shouts

Using ORMs to cache data (Part III): Entity Framework & Good Practices

published 896 days, 5 hours, 40 minutes ago posted by slo2olsslo2ols 897 days, 6 hours, 25 minutes ago
Thursday, December 09, 2010 8:23:21 AM GMT Wednesday, December 08, 2010 7:37:50 AM GMT
In the previous post we looked at the common theory of caching in the NHibernate context. As you noted, the ORM has a well thought-out cache system for avoiding repeated queries to a database without modifying business logic of a destination application. All that you need to do is to config of the ORM. Cool? Definitely. In this post we look at the possibilities of caching data in the Entity Framework. And also to describe the good practices of caching. (more)
category: Architecture | clicked: 4 | comment | | source: osmirnov.net
tags: .NET, Caching, ORM, ASP.NET
5
Shouts

EF Feature CTP5: Code First Walkthrough - ADO.NET team blog - Site Home - MSDN Blogs

published 896 days, 5 hours, 40 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 897 days, 3 hours, 38 minutes ago
Thursday, December 09, 2010 8:23:21 AM GMT Wednesday, December 08, 2010 10:24:53 AM GMT
This post will provide an introduction to Code First development. Code First allows you to define your model using C# or VB.Net classes, optionally additional configuration can be performed using attributes on your classes and properties or by using a Fluent API. Your model can be used to generate a database schema or to map to an existing database. (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: entityframework 4, Code-first, EF, entityframework4, Entity Framework, EF4, entityframework, ef code first, Entity Framework 4
Previous 1 2 3 Next