amek

Stories kicked by amek

Visual Studio 2008 Tips & Tricks for Developers(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 5 months ago

This article shows most common tips and tricks every .net developer should know,these tricks will help you in increasing your productivity while developing.I will make it a point to regularly update this post feel free to add few more tips,give me a comment if i find your trick worthy i will include it on this post. read more...

add a comment |category: |Views: 1301

tags: another

Essential Visual Studio Tips & Tricks that Every Developer Should Know(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 7 months ago

In this blog entry, Stephen Walther lists the essential tips and tricks that every developer who uses Visual Studio 2008 should know. The list is kept brief. The list focuses on only those tips and tricks that can be used on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application. read more...

add a comment |category: |Views: 845

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

Roland WeigeIt's GhostDoc for Visual Studio(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 3 years, 9 months ago

I have been using Roland WeigeIt’s GhostDoc 2.1.3 for both Visual Studio 2005 and 2008 for about six months, and I am hooked. Here's a quick tutorial to get up and running with this free tool. read more...

add a comment |category: |Views: 572

tags: another

VS2008 Web Server Here Shell Extension(haacked.com)

submitted by terrbleterrble(1665) 3 years, 11 months ago

This shell extension adds a right click menu on any folder that will start WebDev.WebServer.exe (aka Cassini) pointing to that directory. read more...

add a comment |category: |Views: 127

tags: another

Recommendations From My Developer Toolbox (June 2008)(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 3 years, 11 months ago

This is an updated version of my January 2008 list of must have software for your developer toolbox. Kudos to Scott Hanselman for the inspiration. read more...

add a comment |category: |Views: 624

tags: another

Keep your .config clean with external config files(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

The web.config (or app.config for non-web applications) file is the central place to configure your web application, starting from connection strings, over application settings to ASP.NET specific topics like caching, authentication & authorization, sessions as well as HTTP handlers and modules. Normally the web.config starts as a neat little pet you can easily manage. But as soon as your project grows mature, web.config turns out to be a huge beast. This article shows you a way to tame the beast. read more...

add a comment |category: |Views: 473

tags: another

CSS Message Boxes for different message types (jankoatwarpspeed.com)

submitted by jankojanko(2555) 4 years ago

Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and sent a request. Web application responded by displaying a yellow message box with an exclamation icon saying that data processing is still in progress. He checked several more times, but he didn't notice that at one moment the message changed to "Account available". But the message box hasn't changed. He continued to check a few more times and eventually he realized that the request was successful. I don't know what was in the minds of developers and designers who created this application, but it certainly wasn't the user. This poor bank official was really frustrated. I can't imagine what the rest of the application looks like. read more...

add a comment |category: |Views: 576

tags: another

UI design patterns library(ui-patterns.com)

submitted by uadozeruadozer(650) 4 years, 2 months ago

Very cool site which shows give you ideas about visual presentation for misc elements of user interface read more...

2 comments |category: |Views: 339

tags: another

Boost ASP.NET performance with deferred content loading(encosia.com)

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

A comprehensive example of how to improve the perceived speed of your pages, by implementing user controls to encapsulate secondary content and then deferring them until primary content is displayed. read more...

1 comment |category: |Views: 80

tags: another

Measuring Time More Accurately(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

How to accurately measure how much time has passed while performing some operation? Use the Stopwatch class. Here is how. read more...

3 comments |category: |Views: 23

tags: another