|
|
acyment
acyment
 |
|
Stories submitted by friends of acyment
|
|
published 1 day, 9 hours ago, submitted by
rstrahl
1 day, 17 hours ago
west-wind.com — I've posted Part 2 of my jQuery with ASP.NET article series. Part 2 deals almost entirely with making AJAX callbacks to ASP.NET using several different mechanisms to retrieve data from the server for client side consumption. Covered are external content retrieval, same page callbacks, WCF/ASMX and a pluggable custom callback implementation that can be used with any application. Also covered is client side templating for managing HTML in one place. read more...
add a comment
|
category: jQuery | Views: 135
|
|
tags:
AJAX, ASP.NET, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 11 hours ago, submitted by
gt1329a
1 day, 17 hours ago
encosia.com — Taking a look at one feature on CodePlex that is much slower than it needs to be, due to indiscriminate use of UpdatePanels and bloated ViewState, and then comparing it to similar functionality on Stack Overflow to illustrate how much more efficiently the same feature can be implemented. read more...
3 comments
|
category: AJAX | Views: 403
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 10 hours ago, submitted by
Jemm
1 day, 17 hours ago
weblogs.asp.net — "Developers want control. Developing for the web is seemingly more of a love/hate relationship with the tools at our disposal. Sometimes our tools and frameworks give us power, but not control. While we love the functionality and ease-of-use of many of the stock server controls found in ASP.NET WebForms, sometimes we find that the underlying HTML isn’t exactly what we need." read more...
add a comment
|
category: ASP.NET | Views: 186
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
4 days, 5 hours ago
beefycode.com — Beefy demonstration of visualizing your continuous integration logs using the SIMILE timeline. NICE usage of this awesome timeline tool. read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
7 days, 14 hours ago
weblogs.asp.net — "As ScottGu recently posted on his blog, Microsoft have recently released a set of charting components. Several people followed up with comments on his post asking whether it was possible to use them with ASP.NET MVC. The good news is that it certainly is, if you are using ASP.NET as the View engine (the default). And there's actually relatively little that you have to do. This post outlines the steps you'll need to take to get it up and running." read more...
add a comment
|
category: ASP.NET | Views: 9
|
|
tags:
charting, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 8 hours ago, submitted by
Jemm
7 days, 15 hours ago
haacked.com — "In this post, I want to provide a definitive guide to getting ASP.NET MVC running on IIS 6. I will walk through using the .mvc or .aspx file extension for URLs first, then I will walkthrough using extension-less URLs." read more...
add a comment
|
category: ASP.NET | Views: 85
|
|
tags:
IIS6, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
8 days, 5 hours ago
west-wind.com — I've been getting a lot of questions in response to my WCF REST session in regards of whether I'd recommend switching to WCF from ASMX services for AJAX functionality recently. WCF provides a host of new REST features, but when it comes to AJAX functionality and especially ASP.NET AJAX compatible functionality there's really nothing compelling there to require changes. In this post I look at what WCF provides for AJAX and some of the things you might watch out for. read more...
add a comment
|
category: AJAX | Views: 8
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 8 hours ago, submitted by
Jemm
10 days, 11 hours ago
code.msdn.microsoft.com — "Build applications on a solid foundation; enable richer application experiences; and integrate the best of Windows and web services. The features and technologies of the Windows 7 operating system enable you to build the next generation of software applications. Download this guide to read descriptions of those features and see vivid screen shots from the pre-Beta version of Windows 7 released at PDC. " [docx and xps -download] read more...
add a comment
|
category: Windows Forms | Views: 250
|
|
tags:
WPF, winforms, Windows7 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
12 days, 8 hours ago
codeplex.com — "The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience. " With it you can export selected code as code snippets. read more...
|
|
tags:
VisualStudio, Snippet | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
15 days, 6 hours ago
monstersgotmy.net — It seems that the Doppelgänger has found it's way into your WCF datacontracts to haunt you with obscure errors and difficult debugging. Don't worry it is quite easy to get rid of your Doppelgänger problems. So let me start by first defining the problem. read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
16 days, 3 hours ago
codeguru.com — Nice introductory article on using LINQ to XML. Nice. I don't think I'll ever use the DOM again. read more...
add a comment
|
category: XML | Views: 8
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
16 days, 19 hours ago
netfxharmonics.com — "One of the most awesome things about WCF is that the concepts scale extremely well. If you understand the ABCs of WCF, then you can do anything from creating a simple Hello World to a complex sales processing service. It's all based on having an address, a binding, and a contract. All the other concepts like behaviors, validators, and service factories are simply supplemental to the core of the system. When you understand the basics, you have the general essence of all of WCF." read more...
|
|
tags:
WCF, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 17 days, 3 hours ago, submitted by
talisharon10
17 days, 8 hours ago
dev102.com — No comments appeared in the Visual Studio tooltip. On In this article, I am going to explain why it is so important to generate XML documentation file for each one of your .Net projects. read more...
2 comments
|
category: Visual Studio | Views: 316
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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