aspkicker

Stories kicked by aspkicker

DotTrace 4.0 Performance Profiler Released(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 7 months ago

I have been using DotTrace for a while now and have always found it invaluable when digging into an application to find performance bottlenecks and memory leaks. Before DotTrace it was a real pain trying to lock down these problems (often so obscure that the Hubble space telescope could find it difficult to see!). What DotTrace does is to take a snapshot of an application, while it is running, from a performance/memory usage perspective and then provide you with several ways of digging into your code and highlighting potential hotspots or problematic areas. read more...

add a comment |category: |Views: 300

tags: another

WIndows Phone 7 Jumpstart(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 8 months ago

With the release of the RTM version of the Windows Phone 7 developer tools set for the 16th of September. This series of 12 screen casts from Microsoft MVP'S Andy Wigley and Rob Miles is a seriously good way to get up to speed in developing applications with Silverlight and XNA for the Windows Phone 7 Platform. Aside from the bad jokes and the English Accents both these guys.. read more...

1 comment |category: |Views: 153

tags: another

Resharper(web2asp.net)

submitted by aspkickeraspkicker(41) 1 year, 8 months ago

Here are some great videos where detailing the new features in ReSharper 5 for ASP.NET and ASP.NET MVC Developers, this is a must watch for any developer wanting to get a hands on view of what Resharper 5 can do for you in terms of productivity, code refactoring and best practices coding. read more...

add a comment |category: |Views: 285

tags: another

.NET Links of the Week #34(www.mbaldinger.com)

submitted by baldibaldi(508) 1 year, 8 months ago

.NET Links of the Week #34. The last week was very quiet, nothing special happened in the .NET Community, no new releases. But there are still a bunch of great articles. Enjoy reading! read more...

add a comment |category: |Views: 7

tags: another

ReSharper Zencoding(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 9 months ago

I have to say I really like the new ASP.NET features in ReSharper 5 but in addition to all the goodness, the ReSharper Zen Coding Powertoy really rocks. read more...

1 comment |category: |Views: 749

tags: another

ICallback Event Handler(aspdotnetmatters.blogspot.com)

submitted by ashishsarda99ashishsarda99(220) 1 year, 9 months ago

This article will explain the use of “ICALLBACKEventHandler” in asp.net 2.0. About ICallbackEventHandler: ASP.NET 2.0 introduces an interface ICallbackEventHandler (System.Web.UI.ICallbackEventHandler) to allow asynchronous communication with the server. Unlike Postback, in Callback only user defined information is sent back to the server. ICallbackEventHandler uses DoCallback event to send user defined data to server (instead of postback event), and return the String to client; on client side JavaScript manipulates the string. This interface implements two functions on server side (i.e. c# or vb) and we need to implement two functions on client side i.e. in JavaScript.(You can DOWNLOAD demo Code for Reference) Check out the Article read more...

add a comment |category: |Views: 14

tags: another

Crypto Obfuscator 2010 Review(www.gspdevelopers.org)

submitted by sswaressware(269) 1 year, 9 months ago

The definition of obfuscate is to make something confusing or difficult to understand. That’s exactly what code obfuscators try to accomplish; take your existing code and make it as hard to reverse engineer and understand as possible. With the advent of languages that compile to intermediate code instead of machine code (Dot Net, Java, etc), obfuscation is more important than ever, as it’s very easy to decompile code back into the high level syntax. read more...

add a comment |category: |Views: 44

tags: another

Silverlight and Integrated Authentication(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 1 year, 9 months ago

Using integrated authentication with Silverlight should be simple. However the differences between Cassini (Visual Studio Web Development Server) and IIS in combination with some WCF configuration pitfalls cause a slew of pitfalls... read more...

add a comment |category: |Views: 37

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

Windows Phone 7 and Silverlight(www.winphone7.net)

submitted by sedgeysedgey(1728) 2 years, 1 month ago

If you are going to do any serious Windows Phone 7 development then you NEED to get familiar with Silverlight. Tim Heuer, Microsoft's Silverlight Program Manager and Developer evangelist has read more...

add a comment |category: |Views: 255

tags: another

Resharper 5 Released(web2asp.net)

submitted by ajaxianajaxian(105) 2 years, 1 month ago

ReSharper 5 has now been released simultaneously with Visual Studio 2010. read more...

add a comment |category: |Views: 329

tags: another

Visual Studio 2010 Released(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 1 month ago

The much awaited, latest version of Visual Studio, Visual Studio 2010 has now been released in conjunction with the latest version of the .NET framework (version 4). This is an exciting time for .NET developers as it also means that they will also be able to develop for Windows Phone 7 using their existing skillset. read more...

3 comments |category: |Views: 236

tags: another

Visual Studio 2010 Downloads(blog.dczweb.net)

submitted by dczupekdczupek(99) 2 years, 1 month ago

Visual Studio 2010 Launched - Final version available for public. Download links read more...

add a comment |category: |Views: 16

tags: another

JQuery: 10 amazing JQuery-Form-Validate-Plugins(www.blogrammierer.de)

submitted by blogrammiererblogrammierer(265) 2 years, 1 month ago

A collection of 10 amazing JQuery Form Validate Plugins read more...

add a comment |category: |Views: 34

tags: another

Ten Cool Visual Studio 2010 Features(gregdoesit.com)

submitted by gergely.oroszgergely.orosz(645) 2 years, 1 month ago

The 10 most useful new features in Visual Studio 2010. read more...

add a comment |category: |Views: 2344

tags: another

Google Calendar Management with MVC & StructureMap(derans.blogspot.com)

submitted by deransderans(323) 2 years, 1 month ago

Blog about how to create a calendar repository using Google's SDK read more...

add a comment |category: |Views: 45

tags: another