rishitraykhanna

Stories submitted by friends of rishitraykhanna

Announcing a new product line - Telerik Extensions for ASP.NET MVC(blogs.telerik.com)

submitted by iftekharahmedamitiftekharahmedamit(530) 2 years, 9 months ago

It is a great pleasure to announce our new product line - Telerik Extensions for ASP.NET MVC. As the name suggest we are building a new UI component suite targeting the ASP.NET MVC framework. The new product line will not be based on RadControls for ASP.NET Ajax nor will it depend on ASP.NET Ajax or ASP.NET WebForms. No page lifecycle, ScriptManager dependency, viewstat... read more...

add a comment |category: |Views: 5

tags: another

Unit Testable HttpModule and HttpHandler - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 2 months ago

With the new System.Web.Abstraction namespace we can now easily write unit testable HttpModule and HttpHandler. In this post, I will show you how to write unit testable HttpModule and HttpHandler. Prior the release of System.Web.Abstraction the problem with unit testing of these web infrastructural items is HttpContext, it is sealed, no way to mock it with Rhino or Moq. The only option is to create the wrapper objects of these non-mockable objects but it has a very long tail like HttpRequest, HttpResponse, HttpSessionState, HttpServerUtility etc etc. And this is the exact thing that the System.Web.Abstraction provides, all wrappers around the non-mockable objects of HttpContext. But still, both the HttpModule and HttpHandler depends upon the original HttpContext which I hope will change in ASP.NET 4.0. till then we need to create a super layer for making it Unit Testable. read more...

add a comment |category: |Views: 274

tags: another

Use Event Aggregator to make your application more extensible(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 2 months ago

Recently, in KiGG/DotNetShoutout we have integrated Twitter, nothing complex, very basic thing like when a story is submitted or appears in the front page it will broadcast in Twitter and like our feed it will post the short url of the original story (Cant resist to do some shameless marketing for DotNetShoutout). Since it is a new requirement, initially I have modified the StoryService constructor to include the twitter client as a new argument and use it after the story is added in the database, the code is something like the following:... read more...

1 comment |category: |Views: 412

tags: another

Styling ListBox And Animating ListBoxItem In Silverlight 2(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 2 months ago

In this post I’ll try to show you how to animate ListBoxItem’s in Silverlight 2 using Expression Blend 2 SP1. Before going deep into this demonstration of animating ListBoxItems, here’s a little about ListBox. It is actually an ItemsControl which can contain a collection of items. This contents can be set by using it’s Items and ItemSource property and of course it contains a list of selectable items. read more...

add a comment |category: |Views: 131

tags: another

Unit Testable Configuration Manager - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 2 months ago

If you are a TDD purist, you should know that accessing file system in Unit Test is violating the rule. But in our application, our infrastructural code often requires to access the configuration values form web.config/app.config. In this post, I will show you how can create a simple wrapper class which you can use in your unit tests without hitting the file ... read more...

1 comment |category: |Views: 239

tags: another

Implementing UnitOfWork Pattern In Linq To SQL Application(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 3 months ago

Implementing UnitOfWork Pattern In Linq To SQL Application In my previous post, I have shown how to create Linq to Sql Repository which will have the maximum code coverage, In this post, I will show a simple UnitOfWork class which will flash the changes back to your database. I will be again use my ongoing UnityCommonServiceLocatorMVC project. Lets assume that in your ASP.NET MVC application you have a method in your controller which will add a category and its associate product in the Northwind database. read more...

add a comment |category: |Views: 567

tags: another

ASP.NET MVC, Unity and Common Service Locator(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 3 months ago

In this post, I will show you how can you extend Microsoft Patterns & Practices Unity Application Block and use it in ASP.NET MVC in conjunction with Patterns & Practices Common Service Locator. Extending Unity Unity is a dependency injection container from MS Patterns & Practices team. But unlike the other containers it does not have any PerWebRequest... read more...

add a comment |category: |Views: 264

tags: another

Domain Model (Developing KiGG v2.0 Part 1) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 3 months ago

As mention in my previous post that I will be discussing the technical side of **KiGG**. So this is the beginning and it will be a multi-part series. I will try to put as much detail as possible, do let me know if I missed anything. Just for a recap, KiGG is Web 2.0 style social news application where I am trying to exercise some of the best practice like TDD, DDD, SOLID etc with Microsoft supported tooling. If you want to see it in action just visit http://dotnetshoutout.com . KiGG is already a fully functional application, but here I am starting from scratch, so the actual code might not look the same with following but it will show you how it is evolved as I am going to post more on it over the time. read more...

add a comment |category: |Views: 268

tags: another

SurfaceDJ from Vectorform(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 6 months ago

This is an awesome surface application. Feel the richness and coolness of SurfaceDJ from Vectorform. read more...

add a comment |category: |Views: 19

tags: another

WPF and Silverlight Toolkit(windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 6 months ago

Toolkit for both WPF and Silverlight are now available at CodePlex . For WPF Toolkit you need to install .NET Framework 3.5 SP1 . Highly anticipated Ribbon has been Included in this Toolkit. Also you'll find Visual State Manager for WPF. read more...

add a comment |category: |Views: 9

tags: another

The MIX09 Site Is Live(windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 6 months ago

Check out MIX09 site at http://www.visitmix.com/2009 . This is only a preview of what you'll be able to see at MIX09. read more...

add a comment |category: |Views: 9

tags: another

Book Review: Silverlight 2 In Action(dotnetslackers.com)

submitted by faisalfaisal(1345) 3 years, 7 months ago

With the invention of Silverlight, we already stepped into the future of web application. With the release of Silverlight 2, the door has been opened for us to use the power of the .NET Framework to reach beyond the desktop to deliver fascinating experiences across a variety of web browsers, platforms and devices. The implementation of this new technology has been explained wonderfully by Chad Campbell and John Stockton in their book, “Silverlight 2 In Action”, as they teach Silverlight step by step. read more...

add a comment |category: |Views: 17

tags: another

Project Touchless(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 7 months ago

This was started as Mike Wassarman’s College project at Columbia University. Touchless enables touch without touching by using a webcam to track color based markers. read more...

add a comment |category: |Views: 10

tags: another

Feel the power of Silverlight 2(windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 7 months ago

This is an excellent Silverlight site http://www.microsoft.com/defyallchallenges . You should check this out to experience the richness of Silverlight 2 and feel what Silverlight 2 is capable of. Check this out with IE . read more...

add a comment |category: |Views: 6

tags: another

Ideavine – An open source hosting project(windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 7 months ago

Nate Kotahri and James Alveri has launched a new open source hosting service for .NET. it’s currently hosting only two projects, Subtext a famous open source blogging engine and NInject, a dependency injection framework. read more...

add a comment |category: |Views: 323

tags: another

Microsoft Office InfoPath 2007 Managed Object Model - Poster(amitbd.com)

submitted by amconlineamconline(100) 3 years, 7 months ago

Microsoft Office InfoPath 2007 Managed Object Model - Poster Files in JPG & PDF Format. File Download: infopathobjectmodelmap.pdf (Note: Adobe Acrobat Reader is required to view the file.) read more...

add a comment |category: |Views: 38

tags: another