Free $5 for start real Forex trading

By signing up you will get $10.000 virtual money for practice and $5 for start real trading. It means you can be forex trader with NO INVESMENT at all http://bit.ly/marketivasignup

Deploy VSTO Project

. Friday, February 26, 2010
0 comments

Here is a link that very useful for VSTO programming beginner. I find it hard to deploy office application in many way. Hope You like it.

Enjoy ReSharper 5.0 Beta 2

. Thursday, February 18, 2010
0 comments

Download

While improving its traditional analysis functionality, ReSharper is at the same time targeting a wider audience, thanks to its new, comprehensive approach to web development, and providing new features that are useful at solution/project level (in addition to class level) to benefit not just individual developers but whole teams.

Compared to previous versions, ReSharper 5.0 has evolved in four major directions:

  1. Web Development. We have greatly extended the toolset available to ASP.NET developers when they work with markup files and web site infrastructure.
  2. Project and Team. ReSharper becomes a valuable assistant not only to individual developers but to teams working with large, complicated projects. It allows them to view, change and maintain project structure.
  3. Support for Visual Studio 2010. ReSharper 5.0 provides support for the new Visual Studio version earlier than ever. Of course, Visual Studio 2005 and 2008 are supported, too.
  4. Code Analysis. This area incorporates several improvements, from "plainly" implementing a substantial pack of new code inspections to upgrading foreach and for loops to LINQ queries and letting you track how data values and method calls are passed through your code.

Other enhancements include extended IntelliSense, bookmarking, native NUnit support, and more.

Source

Visual Studio 2010 Release Candidate

.
0 comments

Here’s link download of Visual Studio 2010 Release Candidate. We can download it for free. Enjoy

Download

mylot

. Tuesday, February 16, 2010
0 comments

myLot User Profile

NodeXL

. Wednesday, February 10, 2010
0 comments

Do you need to display and analyze a network graph but you don’t want to deal with difficult applications, arcane file formats, or advanced programming languages? NodeXL may be what you’re looking for.
NodeXL is a template for Excel 2007 that lets you enter a network edge list, click a button, and see the network graph, all in the Excel window. You can easily customize the graph’s appearance; zoom, scale and pan the graph; dynamically filter vertices and edges; alter the graph’s layout; find clusters of related vertices; and calculate a set of graph metrics. Networks can be imported from and exported to a variety of data formats, and built-in connections for getting networks from Twitter, Flickr, YouTube, and your local email are provided.

http://nodexl.codeplex.com/

Klikot.. Great social Media site in Dot net platform

. Friday, February 5, 2010
0 comments

As we know that multi millions member social media Myspace.com is run on Dot Net  framework. Now I find another lest famous social media running on dot net platform. It’s called Klikot.

Klikot is a social network where you can manage your social life, and get rewarded for it!
- You can create albums, upload pictures and tag your friends in them (which links to their own profile). 
- You can create and search for events like parties, trips or any other get together. 
- You can create cliques for a common interest and invite people to join it, discuss, upload pictures, manage events and more. 
- You can create articles and submit your own content for others to view, enjoy and reply. 
- In Klikot you get rewarded for your contribution to the community according to people you have invited to join Klikot and the traffic you create on the site. 
- Klikot is layered in a way that helps you join a specific network based on your age, so that you take part in the community where you really belong. 

Klikot “Monetary Reward” is real money that will be sent to you via mail or PayPal, within 45 days, once you click the "Send Money" button in your money page. The “Send Money” option is active only if your monetary reward balance is at least 30$.

We are offering to all Klikot members a free of charge participation in a “Monetary Reward Program”, in which users will be rewarded for their contribution to Klikot.
In this method users will be rewarded according to different factors, such as: inviting people that join Klikot, the frequency and scope of their use of Klikot, increasing traffic by creating and loading content that would attract users.

Check it out

ASP.NET 3.5 For Dummies (For Dummies (Computer/Tech))

. Thursday, January 21, 2010
0 comments

May be You have know this book. It’s good and very helpful for new developer.

Did you volunteer to create a Web site for the softball team? Is it time to take your small business to the next level and let your customers shop online? Well, you can relax! ASP.NET 3.5 makes creating a dynamic site faster and cleaner than ever before, andASP.NET 3.5 For Dummies makes it easier.

First, you’ll get an introduction to all the tools and terminology you need to understand ASP.NET. If you’ve used earlier versions of ASP.NET and Visual Web Developer, you can probably skip that part and jump right into what’s new in 3.5. You'll make friends with LINQ and SQL, create sites in Visual Web Developer 2008 Express, and much more. Before you know it, you’ll discover how to:

  • Integrate data, track shopping cart contents, and whisk away bugs
  • Create user interfaces with easy navigation
  • Use the ListView control for sophisticated formatting
  • Write LINQ queries
  • Add a table to a database
  • Create an event handler
  • Take advantage of the drag 'n' drop feature that lets you write less code
  • Put all the features to work to develop dynamic Web applications

The softball team is going to love that Web site, and your customers might enjoy shopping on your site so much that you’ll have to expand your business to fill all the orders! We can’t promise that, of course, but we’re pretty sure that ASP.NET 3.5 For Dummies will make creating Web sites easier and a lot more fun.

Read More

Display image in gridview

. Friday, January 8, 2010
0 comments

In this article we will see how to display image in a gridview from and folder reside in serve as well as images from database (SQL Server).

In both the case we need a Template column in a gridview and add html image (img) tag in it. you can also take asp.net image control but it will generate view state so we have taken html img tag.

if you are using asp.net image control than i would suggest that make the EnableViewState property of image control to false.

Read Source Article