mystery

Stories kicked by mystery

Ektron and Web Application Projects (Part 3)(martinondotnet.blogspot.com)

submitted by martin.c.jarvismartin.c.jarvis(114) 2 years, 1 month ago

The final part of the series describing how you can work with the Ektron workarea without compromising your code quality. read more...

add a comment |category: |Views: 35

tags: another

Ektron and Web Application Projects (Part 2)(martinondotnet.blogspot.com)

submitted by mysterymystery(160) 2 years, 1 month ago

Explains how to configure Ektron within Visual Studio Solution read more...

add a comment |category: |Views: 30

tags: another

Ektron and Web Application Projects (Part 1)(martinondotnet.blogspot.com)

submitted by qdosqdos(43) 2 years, 2 months ago

Working with Ektron CMS read more...

add a comment |category: |Views: 38

tags: another

A New Article on Detecting Memory Leaks in .NET Applications(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 6 months ago

MSDN has published an excellent article by Fabrice Marguerie entitled “How to Detect and Avoid Memory and Resource Leaks in .NET Applications.” In the article, the author explains how memory leaks are introduced into .NET applications, and what you can do to discover and eliminate them. The code shown in the article is in C#, but the topics covered will likely be useful to a broad range of .NET developers. read more...

add a comment |category: |Views: 91

tags: another

Survey: Ajax usage among .NET developers in 2009(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years ago

Take the survey to see how the adoption of Ajax among .NET developers changed since the survey held in 2007 read more...

add a comment |category: |Views: 235

tags: another

Handy web.config snippet for sending email in a development environmen(hockblogs.net)

submitted by hockmanhockman(505) 3 years ago

Hi there, A really handy thing I can use in my web.config while developing is something a collegue of mine pointed me to, and was already mentionded here by Donn Felker: Sending Email in a Development Environment without an SMTP Server <system.net> <!-- Mail --> <mailSettings> <smtp deliveryMethod='SpecifiedPickupDirectory'> <specifiedPickupDirectory pickupDirectoryLocation="c:\tmp" /> </smtp> </mailSettings> </system.net> This is very usable to test mail messages even when you don't have an SMTP server available. Hope this is usefull! gr, Robbert read more...

add a comment |category: |Views: 28

tags: another

3D in Silverlight from Telerik (blogs.telerik.com)

submitted by kevinbabcockkevinbabcock(345) 3 years, 3 months ago

It’s an absolute pleasure to share some bit of good news with all our customers and fans. One of our secret Telerik Labs projects is shaping up pretty well. As the title suggests, its a homebrew Silverlight 2 3D engine with perspective and lighting (more features are in the works). Since the movie Pink Panther 2 is coming out soon we decided it will be cool to show off the technology with our own 3D Silverlight pink panther. Enter the panther! While this is only a pink panther you can probably imagine the slick products this technology can translate to. I am not at liberty to spit it out, but you can expect some seriously cool Silverlight stuff to come out from Telerik. Actually I can do better than that – the first person to nail in the product that will make use of the engine will win a Telerik t-shirt! If you are late don’t despair - particularly good ideas will also net you a shirt! read more...

add a comment |category: |Views: 29

tags: another

Adding streaming video content to your site(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 3 years, 3 months ago

In my last post, I showed how to turn on Amazon S3 support in Sitefinity. In this post, I will show how to create a simple video site using the video library support that is bundled with 3.6 release. It is often required that you want to add a streaming video content to your site, either it could be a product demonstration or a getting started tutorial. Using third party video provider is one way to get the job done but sometimes it requires a lot of manual work, thus headache for managing them as the library grows bigger. 3.6 release breaks you free from all these and provides an easy way for creating , uploading and managing video content. read more...

add a comment |category: |Views: 33

tags: another

What's new in Visual Studio 2010(vikasgoyal.net)

submitted by mysterymystery(160) 3 years, 6 months ago

A list of the new features in Visual Studio 2010 read more...

2 comments |category: |Views: 377

tags: another

Pavel Nikolov's blog: Workflow Foundation 4.0(pavkata.blogspot.com)

submitted by mysterymystery(160) 3 years, 6 months ago

My first look at Windows Workflow Foundation 4.0 and the new features in Visual Studio 2010 related to WF applications. read more...

add a comment |category: |Views: 95

tags: another

Pavel Nikolov's blog: Visual Studio 2010 (2) - Historical debugger(pavkata.blogspot.com)

submitted by mysterymystery(160) 3 years, 6 months ago

My first look at the new Debug History window in Visual Studio 2010. read more...

add a comment |category: |Views: 75

tags: another

Pavel Nikolov's blog: Visual Studio 2010(pavkata.blogspot.com)

submitted by mysterymystery(160) 3 years, 6 months ago

My first look at Visual Studio 2010 codename "Rosario". I showed some screen shots and and some new features of the new visual studio. read more...

2 comments |category: |Views: 673

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

Development Tools I Use & Recommend(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: read more...

add a comment |category: |Views: 1026

tags: another

HTTP handler to combine multiple files, cache and deliver compressed (msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 8 months ago

An HTTP handler that combines multiple CSS, Javascript or URL into one response for faster page load. It can combine, compress and cache response which results in faster page load and better scalability of web application read more...

add a comment |category: |Views: 23

tags: another

Virtual Earth ASP.NET Control - CTP Release(weblogs.asp.net)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

Finally at long last we have released the Virtual Earth ASP.NET control (CTP Release). I spent a few minutes with Angus Logan from the Windows Live Platform Team to show off the control and give a quick demo to get you started. Go get the control from http://dev.live.com/tools, download the Windows Live Tools July CTP Release then watch the video and go build some maps. -Enjoy. read more...

add a comment |category: |Views: 229

tags: another