|
Search results: 69 articles (Search results 1 - 30) :
 |
#1: Video Tutorials : AppDev Exploring Visual Studio 2008 Using Visual C Sharp DVD |
 |
| |
| The Author: mrsyeoni | 25 November 2009 | Views: 39 |
|
|
| |
AppDev Exploring Visual Studio 2008 Using Visual C Sharp DVD | 1.5 GB Visual Studio 2008 adds a large set of new functionality for the Visual Studio developer. From new language features, including LINQ (Language Integrated Query) to new client-side data support, Visual Studio 2008, and the .NET Framework 3.5, make it easier than ever to create robust, enterprise-level applications. This course introduces the most important new features in Visual Studio 2008 for experienced Visual Studio developers. Course includes 11+ hours of total training time... * 8 modules of training * Over 11 hours of media run time * Sample code |
|
| |
|
|
 |
|
 |
 |
#2: Video Tutorials : AppDev Developing Applications Using C Sharp 2008 Vol 2 DVD |
 |
| |
| The Author: mrsyeoni | 25 November 2009 | Views: 47 |
|
|
| |
AppDev Developing Applications Using C Sharp 2008 Vol 2 DVD | 2.1 GBIn this course you'll learn about important development topics that aren't normally covered in a beginning Windows application programming course. Starting with an introduction to .NET interoperability, you'll work through crucial topics such as saving objects to a stream using .NET Serialization, creating and displaying reports, Windows Management Instrumentation (WMI), working with multiple-document interface (MDI) applications, and drawing your own user interfaces using the System.Drawing namespace. You'll dig deeper into working with the most complex of Visual Studio's built-in controls, the DataGridView control, how to interact with printers and how to print documents. You’ll also investigate several new Visual Studio 2008 features, including Windows Communication Foundation (WCF), new deployment features using ClickOnce, Windows Workflow Foundation (WF), and new support for Office 2007 products using Visual Studio Tools for Office., You're certain to find many topics here that will extend your knowledge, your capabilities, and your value as a developer. |
|
| |
|
|
 |
|
 |
 |
#6: Video Tutorials : AppDev Dev Apps C Sharp 2008 Enterprise Mobile and Security |
 |
| |
| The Author: mrsyeoni | 4 November 2009 | Views: 109 |
|
|
| |
AppDev Dev Apps C Sharp 2008 Enterprise Mobile and Security DVD | 1.5 GBThis course moves your development skills even further beyond the basics, starting with learning how to extend Visual Studio 2008 and handling issues you’ll encounter with multiple versions of assemblies and applications. You’ll learn to create and debug Windows services, and how to create and test applications for Windows Mobile devices. You’ll become expert working with XML, reading and writing data using the XML DOM and the XML reader/writer classes. Visual Studio 2008 adds new data-related features—you’ll learn about these new features, and also how to create new custom controls, secure applications, and create setup applications so you can deploy your solutions. You’ll finish by learning how to analyze code at runtime using attributes and reflection, and how to use the new Visual Studio 2008 client application services. |
|
| |
|
|
 |
|
 |
 |
#7: Video Tutorials : AppDev Learning To Program Using Visual C Sharp 2008 |
 |
| |
| The Author: matrixbk | 31 October 2009 | Views: 1145 |
|
|
| |
AppDev Learning To Program Using Visual C Sharp 2008 | 2.17 Gb In this course, you’ll learn to use Visual Studio 2008 to explore the Visual C# language. The course starts with a quick overview of the .NET platform, examining assemblies, Microsoft Intermediate Language, Visual Studio profiles, XML comments, IntelliSense, and debugging. From there, you’ll learn all the language features that you must internalize in order to create full-featured Web or Windows applications that make best use of the .NET platform. You’ll learn about data types, variables, and operators, along with all the important flow control structures. You’ll work through several examples demonstrating the power of the .NET Framework, and dig into creating and consuming your own classes and objects. The course moves on to working with data structures, such as arrays and collection classes, before finishing up with discussions of generics, handling exceptions and working with delegates and events. The course concludes by introducing the new LINQ-oriented features added to the .NET Framework 3.5, including anonymous types, lambda expressions, and more. By the end of this course, you will understand the important basic concepts that will allow you to start creating the applications you need. |
|
| |
|
|
 |
|
 |
 |
#8: Developer Tools » Tools & Editors : JetBrains Resharper 4.5.2.1288 |
 |
| |
| The Author: Dizel_ | 30 October 2009 | Views: 291 |
|
|
| |
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. Re Sharper fully integrates with Visual Studio to intelligently and powerfully extend the functionality that is native to Visual Studio. |
|
| |
|
|
 |
|
 |
 |
#10: Digital Photography : Capture One PRO 5.0 MultiLang RAW-Converter for Windows (NEW VERSION) |
 |
| |
| The Author: imfamous | 28 October 2009 | Views: 1008 |
|
|
| |
Capture One PRO 5.0 MultiLang RAW-Converter for Windows | 95.54 MBCapture One 5.0 Build 33255.33248 is a raw converter and workflow software which enables photographers to reduce the time and effort required to deliver stunning ready-to-use images with excellent color and detail.Capture One is designed to create the best image quality in the market and holds a series of easy-touse tools created to match the professional photographer’s daily workflow.Capture One 5 is made by Phase One, the world’s leading manufacturer of high-end digital camera systems, in collaboration with the world’s leading professional photographers.Capture One allows you to open and edit RAW files from the most commonly used DSLR cameras and convert them into TIFF or JPEG.Working with RAW files instead of JPEGs provides you with better image quality since you are working with the camera's "native image data". Shooting RAW will help you get the most out of your pictures. Capture One 5.0 PRO includes a host of new features including the following:• Focus Mask: Accelerate your image selection by using the Focus Mask for fast verification of image focus • Focus Tool: Get an instant, true view of image focus with the Focus tool • RGB Levels & Curves: Adjust individual color channels easily with RGB Levels and Curves • Skin Tone Enhancer: Achieve perfect, smooth and soft appearing skin tones with the Skin |
|
| |
|
|
 |
|
 |
 |
#11: Video Tutorials : AppDev LINQ Using Visual C Sharp 2008 |
 |
| |
| The Author: mrsyeoni | 12 October 2009 | Views: 227 |
|
|
| |
AppDev LINQ Using Visual C Sharp 2008 DVD | 1.33 GBIn this course, you’ll learn to use the exciting new .NET Framework 3.5 feature, Language Integrated Query (LINQ) to easily create complex data-independent queries. In addition, you’ll learn about the new language features added to Visual Basic in Visual Studio 2008 in order to make LINQ possible. You’ll start by working through a quick overview of LINQ, and how it applies to working with collections of objects, retrieving data stored in SQL Server, and creating XML content. Subsequent topics introduce new LINQ-oriented language features, LINQ to Objects, LINQ to DataSets, LINQ to SQL, LINQ to XML, and LINQ to Entities. By the time you’ve completed the course, you’ll have a good understanding of now only how to construct LINQ queries to work with data, but also how to use the features added to Visual Basic that support LINQ. |
|
| |
|
|
 |
|
 |
 |
#12: Video Tutorials : VTC Microsoft Visual C# .NET |
 |
| |
|
|
| |
Overview Microsoft Visual C# .NET programming is part of the comprehensive tool set for creating XML Web services and Microsoft .NET-connected applications for Windows and the Web using the |
|
| |
|
|
 |
|
 |
 |
#15: Internet : Sqlite Developer v3.5.1.416 MultiLang |
 |
| |
| The Author: imfamous | 18 September 2009 | Views: 233 |
|
|
| |
Sqlite Developer v3.5.1.416 MultiLang | 10.93 MB SharpPlus SQlite Developer, a powerful database manager that will manage sqlite3 database. Features:» Power SQL Editor » Sqlite Sql Syntax Highlight » Sql history » Sql keyword autocomplete » Parenthesis matching » Table/View/Field Autocomplete |
|
| |
|
|
 |
|
 |
 |
#16: Developer Tools » Database : Visual Basic v6.0sp6 (NEW Installer + Components) |
 |
| |
| The Author: niessare | 3 September 2009 | Views: 2361 |
|
|
| |
Visual Basic v6.0sp6 (NEW Installer + Components) | 31.2 MB 2009 Setup with all latest OCX/DLLAlso Includes :Codejock.Xtreme.Suite.Pro.ActiveX.v12.1.1.Retail-ZWT ComponentOne.Various.Only.Enterprise.2009.T1.for.activeX-Danny_Su Data.Dynamics.ActiveBar.v2.5.2.121-s2k Data.Dynamics. SharpGrid.v2.3.0.11270-s2k Evova.ResizeXtra.v1.3.9-UnderPl SMButton.v2.60.Retail |
|
| |
|
|
 |
|
 |
 |
#17: Other : SharpPlus Sqlite Developer 3.4.9.412 |
 |
| |
| The Author: longphi54 | 2 September 2009 | Views: 86 |
|
|
| |
SharpPlus Sqlite Developer 3.4.9.412 11MB
|
|
| |
|
|
 |
|
 |
 |
#19: Video Tutorials : AppDev Windows Communication Foundation Using Visual C Sharp 2008 |
 |
| |
| The Author: ay_lotfy | 29 August 2009 | Views: 861 |
|
|
| |
AppDev Windows Communication Foundation Using Visual C Sharp 2008 | 1.5 GB
In this course, you will learn how to use Windows Communication Foundation (WCF) and you will see how it is a unified programming model for building service-oriented distributed applications. You will see how to build, host and call WCF services and you will gain a deep understanding of the basic building blocks of WCF, including endpoints, bindings and contracts. In addition, see how to handle exceptions, maintain state between calls to a service and use transactions. Subsequent topics include and basics of WCF security, integrating WCF with Windows Workflow Foundation and building WCF services that support Representational State Transfer (REST) and syndication. By the time you have completed the course, you will have a good understanding of how to build and use WCF services in your distributed applications. Build and call WCF services. Host WCF services using Web servers and managed applications. Configure service endpoints in code and in configuration files. Use the WCF-supplied bindings as well as create custom bindings. Manage service and data contracts. |
|
| |
|
|
 |
|
 |
 |
#20: Utilities & Drivers » Tools & Utilities : Winsoftmagic Photo RAR for WinRAR 2009-SRD |
 |
| |
| The Author: imfamous | 18 August 2009 | Views: 929 |
|
|
| |
Winsoftmagic Photo RAR for WinRAR 2009 | 2.92 MBPhoto RAR specializes in compressing digital images because this special type of files cannot be well compressed by usual file compression utilities. Photo RAR, based on our Advanced JPEG Compressor technology is able to well compress images in many source graphic formats.It makes JPEG image files and can use WinRAR to create a RAR archive file from one or many JPEG image files. You can use Photo RAR as a standalone application as well as an add-on to WinRAR.Photo RAR can reduce file size impressively - without any loss of quality. Smaller files take less space and can be uploaded and downloaded more quickly: effectively optimize photos for faster downloading from the Web, faster e-mail smaller image files - avoiding exceeding size limits - and compress scanned documents for storage or transferal. Photo RAR can easily change the size of your digital photos. Resize them to any specified dimension or file size you need: thumbnails, photos for a web site, auction pictures, ads, web graphics, for job tasks, etc.Rotate and crop photos, fix red eyes, add text or graphic watermarks and modify color levels, saturation, contrast or sharpness. Use advanced noise removing filters, EXIF options and more.With its ability to retain original picture quality,c is a must for processing your digital photos. Take Photo RAR for WinRAR for a test drive to see just how useful it can be for you! |
|
| |
|
|
 |
|
 |
 |
#21: Portable : LightZone 3.8.9476 Portable |
 |
| |
| The Author: Dizel_ | 17 August 2009 | Views: 331 |
|
|
| |
LightZone fully embraces fearless visual experimentation. LightZone provides a unique visual approach to digital photo editing, allowing you to focus on what you want to do with your photos, not how you do it. All operations are live and have an immediate effect upon which you can make new editing decisions. No more guess work. The software allows you to enhance photos in a simple and natural way, without the steep learning-curve found in many other software programs. From editing RAW photographs or JPEG, TIFF or DNG photos, LightZone is a complete digital image editing application in a single software package. LightZone's intelligent editing features help adjust exposures, boost overall color, correct color shifts and white balance errors, selectively sharpen or blur images or parts of images, remove dust spots and reduce the noise often found in high-ISO digital images. |
|
| |
|
|
 |
|
 |
 |
#22: Digital Photography » Image Editing : LightZone 3.8 |
 |
| |
| The Author: Dr-007 | 17 August 2009 | Views: 444 |
|
|
| |
LightZone 3.8 | 24.3 MB LightZone offers a unique visual approach that focuses on what you want to do with your photos.LightZone allows you to work at a higher level and focus on being creative rather than having to struggle with things like pixels, curves and histograms. Our photographic approach allows you to become proficient at image editing in a matter of hours. Use your intuition as a photographer rather than having to spend years reading books and attending courses.LightZone, our classic all-in-one application, has its own integrated image browser and raw converter allowing you to use one application for your entire workflow.The Photo Browser allows you to navigate among the folders on your computer.For a given folder, the main view shows you thumbnails of all the photos in that folder. You also see all the image metadata for a selected photo. |
|
| |
|
|
 |
|
 |
 |
#23: Portable : LightZone 3.7.2 Build 9475 Portable |
 |
| |
| The Author: Dizel_ | 3 August 2009 | Views: 195 |
|
|
| |
LightZone fully embraces fearless visual experimentation. LightZone provides a unique visual approach to digital photo editing, allowing you to focus on what you want to do with your photos, not how you do it. All operations are live and have an immediate effect upon which you can make new editing decisions. No more guess work. The software allows you to enhance photos in a simple and natural way, without the steep learning-curve found in many other software programs. From editing RAW photographs or JPEG, TIFF or DNG photos, LightZone is a complete digital image editing application in a single software package. LightZone's intelligent editing features help adjust exposures, boost overall color, correct color shifts and white balance errors, selectively sharpen or blur images or parts of images, remove dust spots and reduce the noise often found in high-ISO digital images. |
|
| |
|
|
 |
|
 |
 |
#24: Digital Photography » Image Editing : LightZone v3.7.2.Incl.Keymaker-CORE |
 |
| |
| The Author: soft22 | 2 August 2009 | Views: 796 |
|
|
| |
LightZone fully embraces fearless visual experimentation. LightZone provides a unique visual approach to digital photo editing, allowing you to focus on what you want to do with your photos, not how you do it. All operations are live and have an immediate effect upon which you can make new editing decisions. No more guess work. The software allows you to enhance photos in a simple and natural way, without the steep learning-curve found in many other software programs. From editing RAW photographs or JPEG, TIFF or DNG photos, LightZone is a complete digital image editing application in a single software package. LightZone's intelligent editing features help adjust exposures, boost overall color, correct color shifts and white balance errors, selectively sharpen or blur images or parts of images, remove dust spots and reduce the noise often found in high-ISO digital images. |
|
| |
|
|
 |
|
 |
 |
#25: Digital Photography » Image Editing : LightZone 3.7.2 |
 |
| |
| The Author: Dizel_ | 2 August 2009 | Views: 241 |
|
|
| |
LightZone fully embraces fearless visual experimentation. LightZone provides a unique visual approach to digital photo editing, allowing you to focus on what you want to do with your photos, not how you do it. All operations are live and have an immediate effect upon which you can make new editing decisions. No more guess work. The software allows you to enhance photos in a simple and natural way, without the steep learning-curve found in many other software programs. From editing RAW photographs or JPEG, TIFF or DNG photos, LightZone is a complete digital image editing application in a single software package. LightZone's intelligent editing features help adjust exposures, boost overall color, correct color shifts and white balance errors, selectively sharpen or blur images or parts of images, remove dust spots and reduce the noise often found in high-ISO digital images. |
|
| |
|
|
 |
|
 |
 |
#26: Digital Photography » Image Editing : Pixarra TwistedBrush Pro Studio v16.00 |
 |
| |
| The Author: 7magic | 9 July 2009 | Views: 359 |
|
|
| |
TwistedBrush Pro Studio v16.00 | Incl. Keygen | 15.4 MB TwistedBrush Pro Studio - digital paint software with complete natural art tools - oils, acrylics, pastel, charcoal etc. Software for artists without the complexity of other art programs. TwistedBrush - creating art the way it should be, simple and fun! Simplicity without sacrifice, powerful enough for the professional artist yet simply enough for the novice. TwistedBrush has one of the most versatile and powerful brush engines in existence, yet it was designed from day one to be easy to use. Over 2000 brushes, layers, realistic media, photo cloning, tracing, masks, particles, filters, script recording, scripts to AVI, drawing tablet support, brush shapes, patterns, textures, integrated scanner support, image brushes, drawing guides, reference image views, dirty brushes, scratch layer, dynamic palettes and much more! |
|
| |
|
|
 |
|
 |
 |
#27: Digital Photography » Digital Photo Tools : Citra FX Photo Effects v3.0 |
 |
| |
| The Author: imfamous | 1 July 2009 | Views: 817 |
|
|
| |
Citra FX Photo Effects v3.0 | 8.05 MB Citra FX is a digital filter effects for digital photos or images. It allows anyone, regardless of experience, to turn digital images into unique artistic looks creations. Citra FX comes with many prebuilt filters from color adjustment, contrast, exposure to advanced filters like water ripple, emboss, etc. The result is only limited by your creativity. You also get instant visual feedback on what you changed.Creating impressive photo effects have never been this easy and fun. It is well suited for everything from simple to advanced digital photo or image filtering. |
|
| |
|
|
 |
|
 |
 |
#30: Utilities & Drivers » Tools & Utilities : VisualSVN 1.7.2 for Visual Studio [FULL VERSION] |
 |
| |
| The Author: imfamous | 20 May 2009 | Views: 547 |
|
|
| |
VisualSVN 1.7.2 for Visual Studio | 3.29 MB VisualSVN is a Visual Studio plugin for Subversion integration. VisualSVN adds transparent and professional source control to the most widely used IDE on the Windows platform. The main aim of VisualSVN is to simplify usage of Subversion on Windows platform. Watch the quick "Getting Started" demo and learn how simple Subversion can be! VisualSVN is designed to help you master all important source control concepts by providing the right tools at the right place. It is well recognized as a stable and robust Visual Studio plugin. It is used by Fortune 500 companies, hi-tech startups, Microsoft MVP's and famous open-source projects. VisualSVN doesn't introduce a new version control system, but makes the standard Subversion easy to access for Visual Studio developers. |
|
| |
|
|
 |
|
 |
|
|