| Message |
Post subject: Multithreading with Windows Forms Posted: Sun Jan 17, 2010 5:52 am |
|
|
You might come across a situation where you need to write a multithreading Windows Application, where multiple threads make updates to the UI.
The main purpose of this chapter is to inform you regarding one important issue you need to take care of.
Create a new Windows Application Project. To the main form, add a textbox, named textBox1. Also add a button named button1. In the event handler for button1 (the Click event handler), add ...
Read more : Multithreading with Windows Forms | Views : 717 | Replies : 0
|
|
| Top |
 |
Post subject: How to Run a Root “/” Site with the Local Web Server using V Posted: Sun Jul 26, 2009 10:56 am |
|
|
One of the questions I'm often asked is whether it is possible to run an ASP.NET web-site project as a top-level root "/" site using the built-in VS web-server and the VS 2005 Web Site Project model.
By default, when you open a web-site as a file-system based web site project and run it, VS will launch and run the built-in web-server using a virtual app path that equals the project's root directory name. For ...
Read more : How to Run a Root “/” Site with the Local Web Server using V | Views : 135 | Replies : 0
|
|
| Top |
 |
Post subject: Creating Re-Usable Project and Item Templates with VS 2005 Posted: Sun Jul 26, 2009 10:55 am |
|
|
Typically when you work on projects you have a standard approach that you like to use to structure and organize your code (folder layout, default namespaces included, assembly references included by default, standard CSS stylesheets included, etc). This is often the first thing developers setup and do when they first start a new project.
One nice feature that is new in both VS 2005 and Visual Web Developer is the ability to easily create both ...
Read more : Creating Re-Usable Project and Item Templates with VS 2005 | Views : 108 | Replies : 0
|
|
| Top |
 |
Post subject: Creating Sub-Web Projects using the VS 2005 Web Application Posted: Sun Jul 26, 2009 10:55 am |
|
|
One scenario that many large development teams often ask me about is whether it is possible to split up/partition an ASP.NET web application into multiple projects within Visual Studio. The goal with doing this is typically to improve the modularity of large sites and/or to improve the IDE compile-time performance for large projects.
VS 2003 supported splitting up a large site into multiple projects, although it is non-trivial to setup and manage. With the VS ...
Read more : Creating Sub-Web Projects using the VS 2005 Web Application | Views : 87 | Replies : 0
|
|
| Top |
 |
Post subject: Optimizing ASP.NET 2.0 Web Project Build Performance with VS Posted: Sun Jul 26, 2009 10:54 am |
|
|
This posts covers how to best optimize the build performance with Visual Studio 2005 when using web projects. If you are experiencing slow builds or want to learn how to speed them up please read on.
Quick Background on VS 2005 Web Site Project and VS 2005 Web Application Project options
VS 2005 supports two project-model options: VS 2005 Web Site Projects and VS 2005 Web Application Projects.
VS 2005 Web Site Projects were built-in ...
Read more : Optimizing ASP.NET 2.0 Web Project Build Performance with VS | Views : 90 | Replies : 0
|
|
| Top |
 |
|
Last 10 active topics
|