amconline

Stories kicked by friends of amconline

Introducing Autobox - on the fly DI container(weblogs.asp.net)

submitted by vijaystvijayst(1311) 6 months, 21 days ago

This post introduces Autobox - on the fly dependency injection (DI) container. read more...

add a comment |category: |Views: 69

tags: another

Unit testing an HttpModule with NUnit and RhinoMock(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 4 months ago

This article outlines one approach to mocking ASP.NET and freeing your unit tests and your continuous integration server from dependencies on IIS and virtual directory configuration. read more...

add a comment |category: |Views: 6

tags: another

Integrate the 3D Engine Balder into Your Silverlight Applications Part(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 8 months ago

In this series of articles, you will learn how to integrate the famous 3D Engine - Balder into your Silverlight applications. Since there are few documents, especially tutorials, with Balder, you will first learn the elementary stuffs associated with Balder through small pieces of sample applications. At last, you can accumulate all your strength to develop a real 3D Silverlight game application mainly based the 3D engine Balder, which is named SpaceAdventuring. read more...

add a comment |category: |Views: 69

tags: another

Write an Online Basketball Shooting Game Using Silverlight 4 and Farse(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

In this series of articles we will develop an online basketball game using the famous two-dimensional physics engine - Farseer (mainly PhysicsHelper 3.0) under Visual Studio 2010 and Silverlight 4.0 environments. read more...

add a comment |category: |Views: 13

tags: another

Using Shader Effects in Silverlight 3(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

In this article, you will learn how to use shader effects in Silverlight. read more...

add a comment |category: |Views: 5

tags: another

Animation in Silverlight Part 2(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

In this article you will be learning the basic concepts of Animations in Silverlight Application, which includes Animation Types, namespace details, classes, objects used, implementation of different types of animations with XAML and with C# code and some more interesting samples for each animation. read more...

add a comment |category: |Views: 1

tags: another

Deploy an ASP.NET Form to a workflow(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

This article, taken from the book SharePoint 2010 Workflows in Action, shows you how easy it is to deploy an ASP.NET form to a workflow. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET MVC and File Uploads(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

Managing file uploads with ASP.NET MVC. read more...

add a comment |category: |Views: 23

tags: another

Silverlight out of the browser(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

This article is taken from the book Silverlight in Action, Revised Edition. The author discusses out-of-browser (OOB) applications, which provide the best of Silverlight's cross-platform support along with a locally installed and offline enabled experience. read more...

add a comment |category: |Views: 4

tags: another

About layers, separation, and Entity Framework(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

Dino Esposito talks about layers, separation, and the Entity Framework. read more...

add a comment |category: |Views: 7

tags: another

Using the TabControl and ToggleButton controls in Silverlight(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

In this article, you will learn how to use the TabControl and ToggleButton controls in Silverlight. read more...

add a comment |category: |Views: 15

tags: another

Logging and handling errors in ASP.NET 4.0(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss URL rewriting as a powerful deployment option that opens up new scenarios in URL canonicalization and seamless resource management read more...

add a comment |category: |Views: 10

tags: another

Representing user input(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 11 months ago

This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss designing a model to represent the data coming into an application. ASP.NET MVC 2 features coupled with a strong input model make it easy to work with user input in an application. read more...

add a comment |category: |Views: 2

tags: another

ASP.NET MVC 2.0 and AJAX Part 1(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 11 months ago

ASP.NET MVC makes working with AJAX really easy; it’s quite impressive how powerful the framework can be. JQuery adds extra features and makes AJAX calls really easy; we’ll see that all here soon. read more...

add a comment |category: |Views: 3

tags: another

Configuring routes to use a custom extension(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 11 months ago

This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss URL rewriting as a powerful deployment option that opens up new scenarios in URL canonicalization and seamless resource management. read more...

add a comment |category: |Views: 2

tags: another

ASP.NET MVC 2.0 Areas(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 11 months ago

A look at ASP.NET MVC 2.0 Areas. read more...

add a comment |category: |Views: 9

tags: another