|
|
jantu28
jantu28
 |
|
Stories kicked by friends of jantu28
|
|
submitted by
faisal
17 days ago
blogs.windowsclient.net — This is an awesome surface application. Feel the richness and coolness of SurfaceDJ from Vectorform.
read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 19 days, 10 hours ago, submitted by
sonukapoor
19 days, 20 hours ago
dotnetslackers.com — 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: ASP.NET | Views: 130
|
|
tags:
Azure, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
faisal
28 days, 14 hours ago
windowsclient.net — 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: Community | Views: 6
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
faisal
1 month, 1 day ago
windowsclient.net — 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: Community | Views: 9
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rev4bart
1 month, 12 days ago
silverlighthack.com — 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: Silverlight | Views: 8
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 12 days ago, submitted by
Lord
1 month, 16 days ago
blog.codeville.net — 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: ASP.NET | Views: 136
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rharik
1 month, 16 days ago
lostechies.com — 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: ASP.NET | Views: 12
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 16 days ago, submitted by
traskjd
1 month, 16 days ago
mindscape.co.nz — 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: Products | Views: 268
|
|
tags:
lucene, LightSpeed | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
faisal
1 month, 17 days ago
dotnetslackers.com — 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: Silverlight | Views: 16
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 12 days ago, submitted by
desmond
1 month, 17 days ago
blog.codeville.net — 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: ASP.NET | Views: 220
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
faisal
1 month, 22 days ago
blogs.windowsclient.net — 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: Open Source | Views: 5
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
faisal
1 month, 25 days ago
windowsclient.net — 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: Silverlight | Views: 5
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 25 days ago, submitted by
oazabir
1 month, 25 days ago
msmvps.com — You can setup continuous integration and automated deployment for your web application using CruiseControl.NET, Subversion, MSBuild and Robocopy. I will show you how you can automatically build the entire solution, email build report to developers and QA, deploy latest code in IIS all using CruiseControl.NET every N minutes. read more...
4 comments
|
category: Tips & Tricks | Views: 297
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 26 days ago, submitted by
oazabir
1 month, 28 days ago
msmvps.com — A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application. read more...
3 comments
|
category: ASP.NET | Views: 448
|
|
tags:
ReadIt, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 22 days ago, submitted by
faisal
1 month, 29 days ago
windowsclient.net — 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: Open Source | Views: 301
|
|
tags:
ReadIt, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|