jantu28

Stories kicked by friends of jantu28

Web Asset Enhancements in Telerik Extensions for ASP.NET MVC - Kazi(weblogs.asp.net)

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

In the recent release, there has been few enhancements in the Web Asset Management. One of the new thing that we introduced which was actually requested by the community is Shared Web Asset. In this post, I will show you, how to use it in your ASP.NET MVC... read more...

add a comment |category: |Views: 161

tags: another

Developers on Better Design, User Experience and Why It Matters(pdcbof.com)

submitted by futileboyfutileboy(20) 2 years, 6 months ago

he PDC BOF team is pleased to announce another Birds-of-a-Feather session: Developers on Better Design, User Experience and Why It Matters read more...

1 comment |category: |Views: 10

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

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

Cloudship: Membership Provider for the Cloud (dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 3 years, 6 months ago

Planning to move to the Azure Cloud, but already tied to the Membership API? This article guides you to build a complete Membership provider library which can be leveraged by existing application to link to Microsoft’s cloud platform Windows Azure with no friction. read more...

1 comment |category: |Views: 142

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

Silverlight and the Enterprise(silverlighthack.com)

submitted by rev4bartrev4bart(420) 3 years, 7 months ago

This article is about Silverlight and Enterprise level development. Included are some ways Silverlight is a better suited RIA for enterprise development than Flash/Flex or JavaFX. read more...

add a comment |category: |Views: 13

tags: another

Partial Output Caching in ASP.NET MVC(blog.codeville.net)

submitted by LordLord(3737) 3 years, 7 months ago

Unfortunately, the [OutputCache] filter that ships with ASP.NET MVC is merely a thin wrapper around ASP.NET output caching. The MVC team have explained that they’re aware of the issues, but it’s very difficult to make ASP.NET output caching fit into MVC’s design, and they are focusing on other things first. We can quite easily create a new caching filter that captures actions’ output and uses ASP.NET’s data caching facility to store it for next time. This filter will fit properly into the MVC pipeline, not strangely bypassing authorization or other earlier filters (it will run at the right time in whatever ordered set of filters you’ve using). read more...

add a comment |category: |Views: 306

tags: another

Fluent hierarchical construction(lostechies.com)

submitted by rharikrharik(25) 3 years, 7 months ago

Building a hierarchy of objects doesn’t happen that often in code, but when it does, it can get pretty ugly. Most of the time, the hierarchy will come out of the database. Recently, we had a hierarchy that needed to be built straight in code. We had something like this going on: read more...

add a comment |category: |Views: 23

tags: another

LightSpeed 2.1 Released - includes new search API(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 7 months ago

LightSpeed 2.1, the performance minded object relational mapping framework, is fresh from the oven with new features like database independent full text search capabilities using Lucene.Net, Visual Studio integrated designer enhancements and a bundle of other new features. read more...

add a comment |category: |Views: 318

tags: another

ASP.net MVC goes Beta(microsoft.com)

submitted by phatboyslimphatboyslim(370) 3 years, 7 months ago

Hot on the heels of Silverlight, MVC is out of preview and into Beta today. read more...

3 comments |category: |Views: 461

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

Combining independent widgets on ASP.NET MVC pages(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 7 months ago

As great as ASP.NET MVC is, it doesn't have such an easy way to set up reusable controls or "widgets". Steven Sanderson explains a technique similar to MVC Contrib's "subcontrollers", but much simpler. read more...

add a comment |category: |Views: 927

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