iftekharahmedamit

Stories kicked by iftekharahmedamit

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

SQL Server Five methods converting rows to columns(sqlserveradvisor.blogspot.com)

submitted by sqlserveradvisorsqlserveradvisor(385) 3 years, 2 months ago

Five methods converting rows to columns read more...

add a comment |category: |Views: 1526

tags: another

The Open Source Projects on ASP.NET MVC - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 2 months ago

Last night the forehead four head has released the 1st chapter of their upcoming Wrox book along with a sample project NerdDinner and I think this is the best application to check if anyone is trying to lean the new ASP.NET MVC framework. And this is the list of currently available Open Source Projects developed in ASP.NET MVC. I am ordering it based ... read more...

add a comment |category: |Views: 371

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

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: 566

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

Silverlight Update 2.0.30523.8 Beta(iftekharahmedamit.blogspot.com)

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

Silverlight Update 2.0.30523.8 Beta. Microsoft Silverlight's new update released on 16th July 2008. read more...

add a comment |category: |Views: 24

tags: another

Received - Electronic Copy of "Silverlight 2 in(iftekharahmedamit.blogspot.com)

submitted by iftekhariftekhar(250) 3 years, 10 months ago

Received - Electronic Copy of "Silverlight 2 in Action". I have received the free electronic copy of "Silverlight 2 in Action". PDF Document. 3.86MB. Silverlight 2 in Action, Chad A. Campbell and John Stockton, MEAP Release: October 2007, Softbound print: September 2008 (est.) 425 pages, ISBN: 1-933988-42-8 read more...

add a comment |category: |Views: 63

tags: another

Silverlight Developer Reference Posters(iftekharahmedamit.blogspot.com)

submitted by iftekhariftekhar(250) 3 years, 10 months ago

Silverlight Developer Reference Posters - Silverlight 1.1 & Silverlight 2 read more...

1 comment |category: |Views: 223

tags: another

Silverlight Book - Apress Silverlight 2 Visual Essentials(iftekharahmedamit.blogspot.com)

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

Apress Silverlight 2 Visual Essentials is the last published book for Silverlight. Download Link: Apress.Silverlight.2.Visual.Essentials.Jun.2008.pdf I'm sharing this book for all silverlight developers. If you like the book, buy a printed copy from book store. If you need any book related help, send mail to books@amconlinebd.com read more...

2 comments |category: |Views: 57

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part Five(dotnetslackers.com)

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

In the last part I’ve shown how the VideoBrush can be used and videos can be animated by dividing MediaElement into two parts. In this demonstration of Silverlight animation I’ll focus on transitional animation. We’ve seen this type of animation many times in movies, television commercials, music videos, in sting which we see at the beginning of any news. The wipe effect and dissolves are mostly used in film and television. There are other effects which fall into the category of wipe and dissolves. read more...

4 comments |category: |Views: 125

tags: another

Presenting Expression Blend 2.5 June Preview(blogs.windowsclient.net)

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

Expression Blend 2.5 June Preview is now available which can be downloaded here. Now it's possible to edit the ControlTemplates from Blend using Visual State Manager to change the look and feel of the controls. read more...

add a comment |category: |Views: 173

tags: another

Microsoft Silverlight 2 Beta 2 Download Links (iftekharahmedamit.blogspot.com)

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

Microsoft Silverlight 2 Beta 2 Download Links Silverlight 2 Beta 2 Installer (4.66 MB) & SDK Beta 2........................ read more...

8 comments |category: |Views: 169

tags: another