HOME
PHOTOS
DOWNLOADS
FAQ
GUEST BOOK
Sign in
|
Join
Summarize
Galleries:
67
Photos:
1952
Folders:
66
Files:
1949
Members:
11569
Help
File Name
Password
Login fail
gravatar
00xxx -> 10xxx
10xxx -> 15xxx
15xxx -> 20xxx
Addins
Addison
Adobe
Altova
Announcements
ApexSQL
Apress
Aspose
AutomatedQA
Axialis
Axtools
BCGSoft
Blumentals
Build
Card
Catalyst
Chess
Codejock
Community Server
ComponentArt
ComponentOne
Components
DataDynamics
DB2
Devart
DevComponents
Divelements
Dummies
Dundas
E-Books
Embarcadero
FinalBuilder
Freeware
Gameloft
Games
HeadFirst
Hidden Objects
Icons
IDE
Janus
JetBrains
Library
Manning
Marble Popper
Match 3
Mediaplace
MP3Dancer
MSPress
MySQL
MZ-Tools
Oracle
OReilly
Packt
PHP
PPC
PPC-Apps
PPC-Games
Pragmatic
Que
QWhale
Red-Gate
Resco
Ruby
Sams
SitePoint
SkinSoft
Sources
SpbSoftwareHouse
Springer
SQL
SQLite
SqlMaestro
SQLManager
SQLTools
SSW
Subversion
Symbian
Syncfusion
SyncroSVNClient
Teebo
Template
Template Monster
Test
TextControl
TextEditor
Tips
Tools
VirtualLNK
Visible
Visible Level 2
VistaDB
Visual Web Developer
VisualBuild
Wiley
WordPress
Wrox
Xceed
Recent Photos
None
Links
1kho
diendantinhoc
share4all
archives4all
CentralDDL
All Tags
»
JetBrains
(RSS)
Addins
Tools
Visible
Visible Level 2
JetBrains IntelliJ IDEA v.8.0
The Most Intelligent Java IDE
What's in it for You
IntelliJ IDEA lets you code without a hitch. It practices a non-intrusive, intuitive approach to help you write, debug, refactor, test and learn your code. Thanks to its deep understanding of languages and technologies, IntelliJ IDEA provides a second pair of hands for you when you need them. Playing the game by your rules without ever getting in your way — that's what we believe is the key to a productive and pleasant development.
What's in it for Your Team
IntelliJ IDEA creates a convenient environment where all team members can work together efficiently. Transparent integration with a wide range of version control systems allows team members to stay in sync with each other's changes, ensuring that all contributions are properly put together. IntelliJ IDEA can coexist with other popular IDEs such as Eclipse and project management tools such as Maven, so your team can use each tool where it's best applicable.
To further improve the overall team productivity, IntelliJ IDEA cooperates with JetBrains
TeamCity
, a powerful continuous integration and build server.
What's in it for Your Company
IntelliJ IDEA enables your company to deliver complex software products meeting high quality standards and tight project schedules. The IDE constantly validates code quality and offers instant fixes for found problems at all levels — from individual statements to the overall architecture, by using advanced code inspections and dependency matrix analysis. Be it a coding pattern issue, potential performance problem, or contract violation, IntelliJ IDEA displays a warning and fixes the issue, helping you produce clean, top-notch code in less time than ever.
What included in the
download
file at
pnasoft
1. Setup version file.
2. Keygen file.
Tags:
Tools
,
JetBrains
JetBrains Resharper v.4.1.933
JetBrains Resharper v.4.1.933
: The must-have productivity tool for Visual Studio, ReSharper 4 provides solution-wide error highlighting on the fly, advanced code completion, superior unit testing tools, over 30 advanced code refactorings, multiple handy navigation and search utilities, single-click code formatting and cleanup, automatic code generation and templates, and a lot more productivity features for C#, VB.NET, ASP.NET, XML, and XAML. ReSharper fully integrates with Visual Studio to intelligently and powerfully extend the functionality that is native to Visual Studio.
Key Features
C
ode Analysis for C#
ReSharper analyzes and highlights errors in C# code (up to C# 3.0) while you type, without having to compile it first. It also helps you solve problems instantly, by suggesting quick-fixes for most errors. You can analyze your code both in a current file and throughout the entire solution.
C
oding Assistance
To increase your productivity and save your time, ReSharper drastically extends and improves Visual Studio's native code completion; introduces color highlighting for fields, local variables, and types; transforms code using context actions; lets you move and duplicate blocks of code with ease; suggests required namespace import directives; auto-inserts brackets, parenthesis and quotes; promptly shows concise documentation for types, type members and method parameters as pop-up tips, and a lot more.
C
ode Cleanup
Code Cleanup enables you to run a dozen of useful ReSharper features in one go — specifically, reformat your code according to custom style settings, arrange usages of 'this' qualifier, remove code redundancies, convert properties with backup fields to auto-properties, make fields read-only if possible, optimize using directives, shorten qualified references, update file header, replace explicit types with vars, and revamp your code with many more settings.
C
ode Generation
ReSharper is smart enough to generate method stubs from usage, and feature-rich enough to provide special-purpose dialog boxes for creating constructors, read and write properties, and more. All these classy tools are readily accessible from a single pop-up window.
C
ode Templates
You can use a rich set of predefined code templates as well as define your own templates to automatically create loops, arrays, variables, method declarations, and a variety of other code constructs. File templates, 'surround with' templates and live templates for C#, VB.NET and XML let you choose the most convenient way of inserting a ready piece of code in any situation. Editing and managing templates is now more convenient than ever!
N
avigation and Search
Whenever you need to find a certain type, field, method, or any other symbol, ReSharper provides you with a variety of ways to do it. You can find a symbol by name, navigate to a symbol declaration from its reference in code, or find and highlight symbol usages. ReSharper also allows you to thoroughly review type hierarchies and file structures, with its dedicated tool windows that are smartly integrated into Visual Studio user interface.
R
efactorings
ReSharper traditionally provides a much wider set of automated code refactorings than Visual Studio. In total, 34 different refactorings are available that allow you to rename, move, and safely delete symbols; introduce and inline fields, variables, or parameters; convert legacy constructs to state-of-the-art C# 3.0 code, and implement many more improvements.
U
nit Testing
ReSharper automatically detects whether your project contains NUnit tests. It allows you to run and profile unit tests right from the code editor, shows the structure of tests in your solution, and provides you with a dedicated window where you can analyze test results and re-run unit tests. Support for other test frameworks (MbUnit, xUnit, MSTest) is available via third-party plugins.
S
upported Languages and Technologies
C# (up to 3.0)
ReSharper 4 Full Edition and C# Edition extend language support to C# 3.0, including LINQ, implicitly typed locals and arrays, extension methods, automatic properties, lambda expressions, object & collection initializers, anonymous types, expression trees, and partial methods. ReSharper not only analyzes the new constructs, but provides C# 3.0-related enhancements in a number of areas — specifically, warnings, suggestions, code completion options, refactorings, and templates.
VB.NET
ReSharper lets you apply most of its smart features to VB.NET code, including ASP.NET pages written in VB.NET. Among other facilities, ReSharper's syntax highlighting, coding assistance, code generation, navigation and search, parameter info, quick documentation lookup, and many more features are available to any VB.NET developer. All refactorings that were provided for C# 2.0 in ReSharper 3.x are now available for Visual Basic 8. The greatest benefit is to be experienced by .NET developers working on mixed C# and VB.NET projects.
ASP.NET
ReSharper 4 significantly speeds up analysis of ASP.NET pages, to enable more web developers benefit from the great toolset that ReSharper provides. Take advantage of context actions, quick-fixes, coding assistance, navigation, refactorings, and other features. For embedded C# code, error highlighting is available as well. With ReSharper, you can easily edit and refactor C# code within ASP.NET, as well as web control properties and events, data sources and content placeholders.
XML
ReSharper supports all XML files that Visual Studio considers XML, including .xml, .config, and .resx. Coding assistance, navigation between matching tags, live templates and 'surround with' templates, code completion, quick-fixes, and more are all at your disposal.
XAML
In addition to offering all the features that are available for pure XML, ReSharper perfectly validates XAML semantics, including references between XAML entities, helping prevent intractable run-time errors.
NAnt and MS Build Scripts
Advanced editing capabilities, previously available only for C#, are now extended to NAnt and MSBuild scripts — error highlighting, quick-fixes, code completion, navigation and search, applicable refactorings and file structure view will make your scripting experience easier.
What included in the
download
file at
pnasoft
1. Setup version file
2. Keygen file.
Tags:
Addins
,
Tools
,
JetBrains
JetBrains ReSharper v.4.0
The must-have productivity
tool
for Visual Studio, ReSharper 4.0 provides solution-wide error highlighting on the fly, advanced code completion, superior unit testing tools, over 30 advanced code refactorings, multiple handy navigation and search utilities, single-click code formatting and cleanup, automatic code generation and templates, and a lot more productivity features for C#, VB.NET, ASP.NET, XML, and XAML.
What's New
+
Full Support for C# 3.0 and LINQ
ReSharper 4 Full Edition and C# Edition provide comprehensive support for C# 3.0, including LINQ, implicitly typed locals and arrays, extension methods, automatic properties, lambda expressions, object & collection initializers, anonymous types, expression trees, and partial methods.
+ Comprehensive Insight into .NET Framework
We have analyzed a great share of .NET Framework Class Library, as well as NUnit Framework, and annotated it through external XML files, using a set of custom attributes from the JetBrains.Annotations namespace.
+ Solution-Wide Analysis
ReSharper 4.0 provides a full-fledged feature called Solution-Wide Analysis, which looks for erroneous C#
code
in your whole solution on-the-fly, without compiling it first.
+ Code Cleanup
A new, extended reincarnation of what was previously known as Reformat Code. You can now save a myriad of "go-to-next-highlight-then-apply-a-quick-fix" iterations by simply running Code Cleanup!
+ New Refactorings
In line with the major message of the current release, all refactorings support C# 3.0. New members of the refactoring family are available, including a pack of C# 3.0-specific refactorings. Plus, we have a surprise for VB.NET aficionados: all refactorings that were previously limited to C# 2.0 are now available for Visual Basic 8.0
+ Multiple New Productivity Features
. Here's a glance at a number of improvements intended to make your coding experience appreciably more enjoyable.
Complete Statement: Complete Statement, introduced in ReSharper 4.0, is a feature that inserts necessary syntax elements (braces, semicolons etc.) and gets you to the position to start the next statement, saving you from excessive juggling with the caret. As you work, keep in mind the default shortcut for this feature — Ctrl+Shift+Enter .
CamelHumps in Code Completion: In ReSharper 4.0, all three completion features — Symbol Completion, Smart Completion, and Import Symbol Completion — support CamelHumps. That lets you complete any symbol by entering only its uppercase characters.
Live Templates Editor & Manager: Live Templates Editor is a rejuvenated set of user interface items for viewing, managing, and editing all three types of templates — Live Templates, 'Surround With' Templates, and File Templates.
Recent Edits: Recent Edits is a drop-down list similar to existing Go To features that shows files and symbols that you recently modified.
+ ASP.NET Speedup
ReSharper 4.0 significantly speeds up analysis of ASP.NET pages, to enable more web developers benefit from the great toolset that ReSharper provides.
What included in the
download
file at
pnasoft
1. Setup version file.
2. Keygen file.
NOTE:
This is the first post I used new file name version, make sure you read carefully the
password help
. And this file is also hot. And did rapidsshare can delete it ?
Tags:
Addins
,
Tools
,
JetBrains
,
Visible
,
Visible Level 2
JetBrains dotTrace Profiler v3.1
The Simple And Super Fast Profiler For .NET
JetBrains dotTrace
is the complete profiling solution for .NET. It profiles:
* the performance of .NET Framework 1.1, 2.0 and 3.x applications
* the memory usage of .NET Framework 2.0 and 3.x applications
* ASP.NET applications running on Internet Information Server & ASP.NET Development Server
* Windows services
Convenience and ease of use set dotTrace Profiler apart from the many profiling tools built for the Microsoft .NET platform.
The friendly program interface features effective navigation, easy filtering, smart search options and handy source preview. Its speed and efficiency also cannot go unmentioned: dotTrace decisively outperforms the great majority of its in-class competitors. Read more ».
What's New
+ Performance profiling enhancements
dotTrace 3.1 handles many more profiling scenarios, with 2 new profiling modes: Thread-time CPU profiling and Sampling CPU profiling. In the sampling mode, you are able to profile the performance of your application much faster, but at the expense of lower accuracy. With Thread-time profiling, you can measure the contribution of individual threads in multithreaded applications, reducing interference between threads. Other enhancements include individual tab saving and more support for filtering and folding function calls in several views.
+ Memory profiling enhancements
dotTrace 3.1 gives you another means for spotting memory leaks — finalized objects. You can now see all objects that were deleted by the finalizer and not properly disposed of in the code of your application. Among other enhancements is the possibility to merge strongly-connected objects in groups as well as navigation to classes' source in source preview. Also, information about held and reachable objects is now serialized to disk, eliminating the necessity to recompute it on each memory snapshot opening.
+ Other important improvements
With dotTrace 3.1, you can now do more with your ASP.NET applications. They can be profiled from Microsoft Visual Studio and also run using Visual Studio Development web-server (as an alternative to IIS). Individual tabs can now be saved as separate snapshots. Also, dotTrace helps you profile your older applications in those profiling modes which are not supported for the .NET 1.1 framework, by automatically creating an appropriate .config file.
What include in the download file
1. Setup version file.
2. Keygen file.
Tags:
Tools
,
JetBrains
JetBrains dotTrace Profiler v3.1 AMD64
The Simple And Super Fast Profiler For .NET
JetBrains dotTrace
is the complete profiling solution for .NET. It profiles:
* the performance of .NET Framework 1.1, 2.0 and 3.x applications
* the memory usage of .NET Framework 2.0 and 3.x applications
* ASP.NET applications running on Internet Information Server & ASP.NET Development Server
* Windows services
Convenience and ease of use set dotTrace Profiler apart from the many profiling tools built for the Microsoft .NET platform.
The friendly program interface features effective navigation, easy filtering, smart search options and handy source preview. Its speed and efficiency also cannot go unmentioned: dotTrace decisively outperforms the great majority of its in-class competitors.
What include in the download file
1. Setup version for AMD64 file.
2. Keygen file.
Tags:
Tools
,
JetBrains
More Posts
Next page »
PNASoft.com
does not store any files on its server.
Please contact the content providers to delete copyright contents. Copyright by
PNASoft.com