vkreynin

Stories kicked by friends of vkreynin

Learn how user configuration in Windows Azure.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years, 3 months ago

It's a second article that talks about how to use configuration file in Windows Azure. read more...

add a comment |category: |Views: 4

tags: another

ASP.NET MVC Screencast: Model-based client-side validation(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years ago

A very sweet and simple way to get validation into an MVC app, just by specifying rules as attributes on model objects (e.g. [ValidateEmail]). Client-side validation happens automatically... read more...

add a comment |category: |Views: 102

tags: another

ASP.NET MVC Source Code Now Available(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 2 months ago

Last month I blogged about our ASP.NET MVC Roadmap. Two weeks ago we shipped the ASP.NET Preview 2 Release. Phil Haack from the ASP.NET team published a good blog post about the release here. Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more about it here.... read more...

add a comment |category: |Views: 27

tags: another

Hangs and how to solve them - part 1 - Deadlocks(blogs.msdn.com)

submitted by tom24tom24(1100) 4 years, 2 months ago

Tracking down a deadlock in ASP.NET read more...

add a comment |category: |Views: 3

tags: another

Why my ASP.NET AJAX forms are never submitted twice(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 2 months ago

A few examples of how to use getElementsByTagName and/or jQuery, in conjunction with ASP.NET AJAX, to easily disable all Button controls on a page or logical groups; to prevent duplicate submissions during partial postbacks. read more...

add a comment |category: |Views: 14

tags: another

How to survive to (Pre) Mix Envy - MIX08 webcast(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 2 months ago

MIX'08 will be webcasted live from Vegas at 9:30am. Here the time around the World read more...

add a comment |category: |Views: 1

tags: another

ScottGu: First Look at Using Expression Blend with Silverlight 2(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 2 months ago

In this first set of Silverlight tutorials I didn't use a visual design tool to build the UI, and instead focused on showing the underlying XAML UI markup (which I think helps to explain the core programming concepts better). Now that we've finished covering the basics - let's explore some of the tools we can use to be even more productive. read more...

1 comment |category: |Views: 12

tags: another

Style and Silverlight(weblogs.asp.net)

submitted by SalvoDiFazioSalvoDiFazio(125) 4 years, 3 months ago

How improve your silverlight look-and-feel read more...

add a comment |category: |Views: 38

tags: another

Scott Gu SilverLight 2 Tutorial Part 7(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Using Control Templates to Customize a Control's Look and Feel read more...

1 comment |category: |Views: 33

tags: another

Scott Gu: Silverlight 2 Tutorial Part 6(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Using User Controls to Implement Master/Detail Scenarios. read more...

2 comments |category: |Views: 91

tags: another

Scott Gu SilverLight 2 Tutorial Part 5(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Using the ListBox and DataBinding to Display List Data. read more...

1 comment |category: |Views: 164

tags: another

SilverLight 2: Using Networking to Retrieve Data and Populate a Grid(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Scott Gu SilverLight 2 tutorial part 3. read more...

2 comments |category: |Views: 24

tags: another

Silverlight 2 Tutorial Part 2: Using Layout Management(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Scott Gu SilverLight 2 tutorial Part 2. read more...

2 comments |category: |Views: 102

tags: another

Creating "Hello World" with Silverlight 2 Part 1(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Scott Gu SilverLight 2 tutorial Part 1 read more...

add a comment |category: |Views: 194

tags: another

First Look At Silverlight 2 (weblogs.asp.net)

submitted by rsrobbinsrsrobbins(490) 4 years, 3 months ago

Scott Gu annouces Silverlight 2 and describes a sample application that should be of interest to anyone developing web applications to consume data from public APIs. read more...

2 comments |category: |Views: 22

tags: another

Architecture for LINQ to SQL(codebetter.com)

submitted by futureturnipfutureturnip(10) 4 years, 3 months ago

Advice on building applications using LINQ to SQL read more...

add a comment |category: |Views: 85

tags: another