Seriously U want - 100 EURO DOLLARS - Check it

Depacco.com

Saturday, October 3, 2009

Need Help from who is in USA, UK, INDIA for AP Floods

Hi..Viewers ...See how the Natural Disaster floods destroy the all cities in Andhra Pradesh(India) Vijayawada, Kurnool, Nandyala, Mahaboobnagar, Mantralayam...All people are suffering with lack of food, water, cloths. They all are in flood water and seeking help from us. Already we sent Rs.50,000/- cost of Food, water, Clothes, Blankets to flooded people. Please be response to the trouble of Andhra Pradesh people.

See videos how Andhra Pradesh people in trouble

Help like an Indian to Save






Dear Brother and Sister Please Pray for Andhra Pradesh Floods in Vijayawada, Kurnool Town, Mahaboob Nagar, Nandhyala, Mantralayam, total cities in PLUNGE, So please pray for towns, This Request is from PEOPLE WHO IS TROUBLE IN FLOODS

GOD DO HIS WILL - AMEN

Monday, September 7, 2009

ORACLE DBA - Video Course

Introduction to The Oracle Database Administration

3 1/2 hours of video instruction PLUS the Oracle DBA Interactive Workbook e-Book, by the Columbia University instructors, Melanie Caffrey & Douglas Scherer.
Master the basics of Oracle database administration�now!
Managing the database and its physical layout, ensuring security and data integrity, providing for backups, PLUS the History of Oracle Networking.

See it, hear it, do it !
Dont just read about database administration !

Watch and listen as your instructors use 31/2 hours of video instruction to cover the key topics, and then add step-by-step digital videos, real-world labs, exercises, projects, and insight from the trenches to explore what it means to be an Oracle DBA.

Key Topics :

Covers all key aspects of day-to-day Oracle database administration, including:
Creating new databases
Managing physical database layouts
Administering users, privileges, and resource groups
Tuning Oracle and SQL code for maximum performance
Security, auditing, and data integrity
Backup, recovery, and much more!

Download Code:
http://rapidshare.com/files/22579748...part4.rar.html
http://rapidshare.com/files/22579757...part5.rar.html
http://rapidshare.com/files/22579789...part3.rar.html
http://rapidshare.com/files/22579797...part1.rar.html
http://rapidshare.com/files/22579813...part2.rar.html

Tuesday, February 3, 2009

Sirius Satellite Radio - iPhone Application

Sirius Satellite Radio iPhone App Could Come Within a Week

Sources close to Orbitcast have revealed that Sirus is finally submitting their uSirius StarPlayr to the App Store this weekend. Once accepted, subscribers will be able to enjoy Sirius XM on their iPhone.

With Sirius being so late to the party, the only question is whether the service is really worth paying for when there are so many good, free streaming apps out there like Pandora and Slacker. [Orbitcast via The Motley Fool


Saturday, January 17, 2009

A.R. Rehmans - Proud of Indian Music - Goldenglobe 2009

Golden Globe Music Award 2009
A.R. Rehman

200 Crore in Indian movie History - GAJINI - Movie

Block Buster movie in Indian History its collection in one week above 200 crores

Click here to download the movie

Saturday, December 27, 2008

Top 10 of World Wide Everything...! Part # 2

Here you can find Top 10 of Everything listed on a single click. To make it easy to browse, I made it into parts and the rest of the Top 10 listed categories are following on the way.

Here is the part #2...
















Hope you find it intresting !... keep reading for more Top of the Tops.
Next coming list includes, Top Vacation spots, Automobiles, Business & Consumer products etc.,

Please do not forget to Send a mail or Comment / Suggestions or e mail to: telugumoviesjack@gmail.com

Wednesday, December 24, 2008

.NET Improvements in Service Pack 1 for VS 2008 and .NET FX 3.5

Performance improvements in Service Pack 1 for VS 2008 and .NET FX 3.5

We just announced the release of Service Pack 1 for VS 2008 and .NET FX 3.5. A major push for this release was continuing to enhance performance and reliability, as Soma noted in his most recent blog entry. I want to take a minute to drill into the major performance improvements you will find in this release of Visual Studio.
Framework Performance Enhancements

NET FX (CLR):

· New .NET Framework Client Profile - a smaller .NET Framework redist optimized for .NET client applications. The new redist weighs in at around 28 MB, enabling a smaller, faster, more reliable installation experience for .NET client applications on machines that do not already have the .NET Framework installed. The framework was refactored so that it now includes system core libraries and components (including LINQ), language support, XML, Windows Forms, WPF, Deployment, Web Services remoting and serialization, data access, and a few others. See the BCL Team blog for the full list and more details.

· Client applications should also see an improvement in cold startup scenarios especially for rich graphics WPF-based apps.We also made improvements to the working set of Ngen’d images, which also helps cold startup scenarios .

· Support for Address Space Layout Randomization (ASLR) on Vista and WS 2008. ASLR uses fast kernel mode virtual base address relocation to improve both memory layout and security.

WPF:

· Cold startup up to 40% faster, depending on the scenario and application size, without the need to modify any of your code.

· Additional support for text and graphics to deliver better performance. For example, effects like DropShadow and Blur were initially implemented using software rendering; with SP1 these are now implemented using hardware acceleration.

· Faster text rendering, mostly when used in specific scenarios such as VisualBrushes, DrawingBrushes, and Viewport2DVisual3D.

· Scrolling improvements with Container Recycling.

· Improved working set using TreeView virtualization

· A much improved WriteableBitmap that enables real-time bitmap updates from a software surface.

Jossef Goldberg’s blog is a great source of information on WPF performance tips and tricks. His detailed list of SP1 performance improvements is posted here.

WCF:

· Support for asynchronous HTTP module/handlers on IIS 7.0. Supports better thread management and improved throughput for systems with heavy backend processing requirements. (See Wenlong’s blog for the technical details.)

Windows Forms:

· General performance improvements, mostly due to underlying improvements in the CLR.

Data handling:

· Improved throughput in ADO.NET scenarios (2x+ requests/second for some scenarios).

· Performance improvements in XLINQ over XML containing many small elements.
Visual Studio Performance Enhancements

Visual Web Developer:

· Improved typing performance in the designer in complex pages (especially with MutiView control) 100x

· Fixed the issues with Switching to Design View.

· Opening Web Sites is up to 10x faster!

· Building Web Sites is up to 3x faster!

· Opening Web Forms is up to 2x faster!

· General performance improvements in startup and shutdown.

· Plus lots of new features and fixes (see the team blog).

Visual Basic .NET:

· Performance improvements in Intellisense and listing errors.

· Improvements in compiler and build throughput (most notably for projects with large amounts of XML comments in a single file)

Visual C#:

· Up to 2x improvements in bringing up Intellisense with a large number of types.

XAML Editing:

· Improved designer startup and form load time.

Debugging:

· Improvements in symbol and source downloading and the ability to cancel out of symbol download from a slow symbol server.

· Fix to a performance problem in the debugger when you are stepping through source code that is downloaded from Microsoft Reference Source Server that was caused by downloading the source files again for each breakpoint. Previously released as KB944899. (Please uninstall this KB before installing the SP.)

XML Editing:

· Loading XML is up to 3x faster!

· Improved editing performance.
Team Foundation Server:

In this Service Pack, a large part of the focus was to improve the performance and scalability of Team Foundation Server. Key changes include faster synchronization with Active Directory, improved check-in concurrency, a faster way to create source tree branches, online index rebuilding for less maintenance downtime and better support for checking very large sets of code.

TFS improved the number of projects a server can support. You should experience better scalability of the server, as well as the client experience when connecting to a server with a large number of projects on it.

· Opening Source Controlled Solutions is up to 2.5x faster!

· Deleting files is up to 2x faster!

· Improved Work Item performance (loading, saving, querying).

· Improved UI navigation performance.

· Improved performance working with TFS work items in Excel and Project

· Improved performance and reliability of the Visual SourceSafe migration tool.

· See Brian Harry’s BLOG for more about the Service Pack Release and Team Foundation Server improvements and scalability.
Other:

And, of course, there are lots of new features including the new Data Entity Framework, ADO.NET data services, support for SQL Server 2008’s new features, updated components for Visual Basic and Visual C++ (including a MFC-based Office 2007 Ribbon), and new designer capabilities that improve performance indirectly by improving developer productivity.



Some of these performance fixes were previously released as hot fixes (see our blog on the beta). If you installed some of those hot fixes you may need to remove them before installing the Service Patch. See the release notes on the download page for more information.

Should you encounter any performance problems we’ve missed, please continue to let us know here on the blog or by e-mail to devperf@Microsoft.com.