|
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: a-machan
|
Rating:
|
|

The purpose of the article is to provide a simple description to install applications that are not available on android market or for testing our own applications on the device. The android installation executables will have an .apk extension (apk – android package)...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Moak
|
Rating:
|
|

This is a quick introduction for developers who want to create a simple MSI installer using Microsoft's WiX toolset. MSI is the file format for Microsoft installation files, it basically allows users to add or remove software and includes a GUI. WiX is a collection of tools that builds MSI files from an XML document....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Joel Ivory Johnson
|
Rating:
|
|

Every now and then, the question resurfaces in MSDN Support Forums on the minimal toolset for developing for Windows Mobile. Sometimes, the inquiring person cannot afford the best development tool available (Visual Studio). While it is possible to perform Windows Mobile development with only the .NET Framework SDK, I've never tried it until now (I usually use VS 2008 Professional). I've just performed a clean installation of Vista on one of my computers, so I am taking its clean state as an oppo...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Abhijit Jana
|
Rating:
|
|

In this post I am going to discuss about few tips on customizing debugging debugging windows. This may be very helpful during debugging of application. While debugging, you may want to simplify debug window or you may want to clean up all the unnecessary fields that are not important during debugging from debugging windows. Here is few tips for customization of debug window....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: suranjithe
|
Rating:
|
|

Here I'm going to explain a simple mechanism which help you to add version information for the build done in Visual Studio. Main advantage of this approach is it provides the flexibility of controlling the version update format by simply modifying the source provided by this article.
Once you modify the provided code and configured accordingly it will do the version update automatically....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Abhijit Jana
|
Rating:
|
|

Sometimes during development you may need to avoid the unnecessary compiler warnings to show in warning window. Though it’s not recommended to suppress the warning explicitly, but during some debugging and analysis of code you may want to hide them for time being. In this post I have explained how you can hide the unwanted warning explicitly by specifying the warning number....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Suprotim Agarwal
|
Rating:
|
|

In this post, Suprotim Agarwal (ASP.NET MVP) interviews Patrick Smacchia, a C# MVP about the NDepend product....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: HelgeKlein
|
Rating:
|
|

Let's assume you have a C# project in Visual Studio. In that project, you reference an assembly (DLL) created by another of your projects. Because both projects are in active development, the version number of the referenced assembly changes frequently....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Dhiraj5079
|
Rating:
|
|

If you are a website owner or webmaster and you do not have a forum attached to the website ,then believe me ,you are compromising with your website's interactivity quotient.A forum is something which hugely influences a website popularity from SEO perspective as well.If your website is developed in .NET Technology then one of the best option for you is Yet Another Forum (http://www.yetanotherforum.net), here onwards referred as YAF. In this article I will be discussing how to install YAF to ...
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Manikavelu V
|
Rating:
|
|

Table layout is generally used to display the tabular kind of Information. But web developers mostly use the table based web layout for their easier implementation. Page size will get increased because of this table based layout. If we replace the table layout with Div based layout, page size will be decreased, because most of the styles will be declared in the CSS files. Rendering will be faster when compared with table based layout; entire page will be visible only when the end tag of the tabl...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Andrew Brust
|
Rating:
|
|

Crystal Reports for Visual Studio .NET provides a comprehensive reporting solution for .NET developers that is thoroughly integrated with both the Visual Studio .NET IDE and the .NET Framework. Crystal Reports supports ADO.NET, XML Web Services, and ASP.NET server controls and caching. It also integrates seamlessly with the Visual Studio .NET Server Explorer, toolbox, and design environment. It has a rich programming model and flexible options for customizing and deploying reports. These major f...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Nancy Michell
|
Rating:
|
|

I have some questions regarding garbage collection in JScript®. I think I have a memory leak in Microsoft® Internet Explorer 6.0, but on the other hand it might be a circular reference problem. In my code, I assume "new Object()" is owned by JScript but "document.createElement" is owned by the Internet Explorer DOM and therefore the garbage collector from JScript cannot release the DOM element. Is this correct? What is the best way to avoid this?...
|
|
|
|
|
|