|
|
|
Author |
Thread:
Ipcas GmbH searches a Selling/Distribution partner for product distribution in North America |
|
EdgarSanchez
|
Ipcas GmbH searches a Selling/Distribution partner for product distribution in North America
Posted:
Thursday, May 11, 2006 2:38 AM (EST)
|
|
Hello Group,
SpeedTrace Pro is a tracing & profiling tool for the .NET application.
This tool has been created by developers for developers in a continuous integration of innovative techniques. It aids programmers and QA teams to pinpoint bottlenecks assisting them in the analysis and performance of their .NET applications.
The following are some of the features supported by SpeedTrace Pro:
· Supported .NET Framework 2.0 (Windows applications, ASP.NET, Windows .NET Services)
· Improved Fast Engine(increased trace buffer size)
· Data Reduction Concept (using include and exclude filtering)
· Data Trace
· Callback-API
The right partner (either independent consultant or company) should be skilled in .NET platform in order to provide support to American customers, self motivated and also willing to offer the product countrywide. Moreover, our partner will have the exclusiveness of the distribution in North America.
Can you help us to find someone who might be interested or perhaps you might be as well because we believe that your .NET expertise would be formidable.
For further information click the following link : http://speedtrace.ipcas.com to know about SpeedTrace Pro.
Click the following link : http://www.ipcas.com to know about the company.
Please do not hesitate to contact me. I look forward to your reply.
Kind Regards
Edgar Sanchez
ipcas GmbH
Product Manager
Wetterkreuz 17
D-91058 Erlangen
Germany
Phone: (+49) 9131 76 77 24
Fax: (+49) 9131 76 77 78
|
|
Top |
|
 |
 |
|
The influence of each human being on others in this life is a kind of immortality. --- John Quincy Adams
|
|
|
|
 |
|
 |
 |
|
Sara Ford's WebLog : Visual Studio 2008 Tip of the Day
Tags: Visual Studio 2008 Tip of the Day
Did you know… Dock your Call Stack window alongside the Solution Explorer for a better debugging experience - #362
Whenever I found a bug that required the developer to investigate on my machine, I swear the first thing each and every one of them would do was dock the Class Stack alongside the Solution Explorer. If you’re dealing with call stacks only 5 lines deep, you’ll probably like the default layout – docked to the bottom. However, if you’re dealing with call stacks 20 lines deep, you probably want to be able to see more lines without wasting your editor space. By tab-docking the Call Stack Window alongside the Solution Explorer, you’ll be able to see many more lines in your Call Stack window without rearranging your editor. Technorati Tags: VS2005Tip, VS2008Tip
Did you know… Ctrl+K, Ctrl+v allows you to quickly search for objects within your solution? - #361
Another good keyboard shortcut many don’t know about. I only say that because I forgot all about this one until now… There is a command called View.ClassViewGoToSearchCombo which does exactly as it says. When you press Ctrl+K, Ctrl+V, wherever you are in the IDE, your focus will jump to the Class View search combo box, so you can just start typing and searching immediately. Technorati Tags: VS2005Tip, VS2008Tip
Did you know… You can use devenv.exe /edit to open a file in an existing Visual Studio instance - #360
Visual Studio has a command line argument you can specify to open a file in an existing instance of VS. Just run devenv /edit <filename> and the file will open in the IDE. You could also create a VSEdit command if you find yourself using this feature a lot. Just create a file called "VSEdit.cmd" (you can use notepad to do this) with the following: @"devenv.exe" /edit %* provided you already have %Program Files%\Microsoft Visual Studio 9.0\Common7\IDE added to your system PATH environment variable. And, of course, you might want to place this VSEdit.cmd in a directory that's in your PATH or add it. Technorati Tags: VS2005Tip, VS2008Tip
Did you know… Ctrl+. shows a smart tag - #359
We’ve all seen smart tags before, the little line that appears whether we’re renaming something or VS wants to help us add a using statement to our code. There are two keyboard shortcuts to invoke (show) smart tags in the editor. There’s the keyboard shortcut no one can seem to remember Alt+Shift+F10, required for consistency with Office’s smart tags. Then there’s the slightly easier to remember keyboard shortcut Ctrl+. (period) In C# it’s cool that you can just press Ctrl+. then press Enter, and the smart tag does its job. But in VB, you have to press Ctrl+. then arrow down (to select the first item) then press Enter. Sigh, yet another accessibility bug… The command is View.ShowSmartTag if you want to rebind to something else. the Blogosphere seems to like Alt+Down Arrow, which isn’t bound to anything in the Editor scope. Technorati Tags: VS2005Tip, VS2008Tip
Did you know… you can display a license in the Content Installer - #358
Directly from the help documentation: To display an End User License Agreement (EULA) in the Visual Studio Content Installer, you must embed this information in the .zip file. WinZip supports including embedded information through the Comment feature. For more information about WinZip, see http://www.winzip.com. For more information about the Comment feature, see the WinZip Help file. Using WinZip 12.0, the Comment feature is found under View – Comment. As soon as you run a .vsi that has this content embedded in it, you''ll see the EULA dialog box pop up. Hey, i’m just saying… Technorati Tags: VS2005Tip, VS2008Tip
Last Refreshed 11/22/2008 2:49:31 AM
|
|
|
|
 |
|
|