|
|
|
|
|
| | Total Hits: 1394 | Today: 0 | | Rating:  |
| |  Years ago, when I was just a shy junior programmer, I had a dream. I dreamt of a world in which I had no need to figure out the right messages for handling in my Windows applications. Moreover, I didn’t want to research the best way to export functions from Visual C++ to accommodate incoming calls from Visual Basic (VB) applications. As a first-year student at the Windows university, I found particularly hostile the different programming models that the various Windows programming tools wer..... |
| | Total Hits: 1313 | Today: 0 | | Rating:  |
| |  Thanks to Microsoft's .NET, we don't need to worry about memory management in our applications at all! But we still need to take a close look at what is happening with memory management in .NET runtime environment though. Here is why: though memory management in .NET is completely hidden from developers, there are some Dos and Don'ts that we should know about Garbage Collection so that we can keep our applications up to their best performance. In this article, we will look at the Garbage Co..... |
| | Total Hits: 23 | Today: 0 | Author: Siddharth Hegde | Rating:  |
| |  Vectir is an application that allows you to remote control your PC from your phone. They support a large number of phones and the important part is that they support my new phone (BlackBerry Storm 2). What makes it even cooler is that you get the option of connecting via Bluetooth or WiFi. Both these worked perfectly. Unfortunately the WiFi option worked only when I was on the same local WiFi network. This has the potential to give your new remote virtually infinite range, but for some reason Ve... |
| | Total Hits: 43 | Today: 0 | Author: psined | Rating:  |
| |  In this article I will introduce you to Boomerang Framework and show how it can help you build notification/communication solutions.
Boomerang is a notification framework for professional developers and integrators providing rock solid service oriented infrastructure and rapid development interface.... |
| | Total Hits: 31 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  The Entity Framework is a set of technologies in ADO.NET that support development of data-oriented software applications. Architects and developers of data-oriented applications have struggled with the need to achieve two very different objectives. They must model the entities, relationships, and logic of the business problems they are solving, and they must also work with the data engines used to store and retrieve the data. The data may span multiple storage systems, each with its own protocol... |
| | Total Hits: 170 | Today: 0 | Author: James Kovacs | Rating:  |
| |  Few would disagree that striving for a loosely coupled design is a bad thing. Unfortunately, the software we typically design is much more tightly coupled than we intend. How can you tell whether your design is tightly coupled? You can use a static analysis tool like NDepend to analyze your dependencies, but the easiest way to get a sense of the coupling in your application is to try to instantiate one of your classes in isolation.Pick a class from your business layer, such as an InvoiceService,... |
| | Total Hits: 274 | Today: 0 | Author: AzamSharp | Rating:  |
| |  The LINQ project is part of the Microsoft.NET C# 3.0 framework. LINQ allows the developer to manipulate the data in both the memory and persistent data store. In this article I will introduce the XLINQ API which is used to manipulate the XML structured documents.... |
| | Total Hits: 406 | Today: 0 | Author: Rai Umair. | Rating:  |
| |  This article presumes you are familiar with Microsoft’s .NET initiative. In case you are not, please refer to Microsoft for more information.... |
| | Total Hits: 454 | Today: 0 | Author: DanMayer. | Rating:  |
| |  There have been plenty of articles here on CodeProject discussing advanced use the PropertyGrid control. I have been asked repeatedly about these issues so I think it would help others who are trying to figure out PropertyGrid usage to start with a simplified sample of a solution to a common problem.... |
| | Total Hits: 2220 | Today: 0 | | Rating:  |
| |  This document contains frequently asked questions about Microsoft .NET and the Microsoft .NET Framework. (15 printed pages... |
| | Total Hits: 1767 | Today: 0 | | Rating:  |
| |  By bringing us .NET, Microsoft is presenting us with a new platform designed to facilitate development of interoperable Web applications, based on a totally new architecture. For Microsoft, .NET will be a way of "programming the Web," no less. ... |
| | Total Hits: 1390 | Today: 0 | | Rating:  |
| |  This article provides an overview of these features, as well as a look at Web Services, Web Forms, and new versions of ADO and ASP. It takes a first look at dozens of important new Visual Studio features that aid in the design, development, testing, and deployment of solutions built with Visual Basic, C++, Visual FoxPro, and C#.... |
| | Total Hits: 661 | Today: 0 | | Rating:  |
| |  Development managers charged with building web-enabled applications face a daunting task. David Kravitz talks about the issues to be considered in such projects and how Microsoft .NET can provide a framework to build robust applications. ... |
| | Total Hits: 675 | Today: 0 | | Rating:  |
| |  Microsoft.NET is a vision, not reality, but that vision has a powerful company behind it. But what is that vision and what does it mean to you--if anything? What is Microsoft "betting the company" on? Find out why Microsoft is pushing the .NET model, what the timeline for implementation is, and how .NET could affect users, network administrators, and developers. ... |
| | Total Hits: 1170 | Today: 0 | | Rating:  |
| |  Simply put .NET is a new and innovative architecture that has a wide variety of uses. It makes mobile devices, connectivity and information a lot more accessible and easy to handle. It's a programming infrastructure for the net and a whole new user experience.... |
| | Total Hits: 2141 | Today: 0 | | Rating:  |
| |  This presentation focuses on the .NET Framework the platform for building integrated, service orientated applications to meet the needs of today's Internet businesses. From Web Forms and ASP+, to Web Services, deployment, and configuration... |
| | Total Hits: 2 | Today: 0 | Author: Scott Guthrie | Rating:  |
| |  In this article, Scott examines the release of Microsoft Web Farm Framework. He demonstrates how to provision and scale a web farm and also provides a coverage of Load Balancer Integration. Scott also delves deep into a scenario which shows you how to setup and provision a web farm including the concept of Platform and Application Provisioning.... |
| | Total Hits: 15 | Today: 0 | Author: Suresh Kumar Goudampally | Rating:  |
| |  In this article Suresh examines the commonly used 13 .NET Framework tools, such as gacutil.exe, aspnet_regiis.exe, aspnet_compiler.exe, etc. with the help of detailed explanations. He provides the description of relevant commands and options in tabular format and also the usage examples for some of the tools followed by relevant analysis. After finishing the article you will know the purpose and utility of each of these tools in a nutshell.... |
| | Total Hits: 30 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  The .NET Compact Framework version 3.5 extends the .NET Compact Framework with many new features. This topic provides information about these key additions and modifications. You can install the .NET Compact Framework 3.5 to RAM by using a CAB file. To obtain this software, see the Microsoft .NET Compact Framework Downloads page. For additional information about installing .NET Compact Framework 3.5, see How to: Install the .NET Compact Framework.... |
| | Total Hits: 98 | Today: 0 | Author: Marc Clifton | Rating:  |
| |  From my perspective, a framework does several things: * it makes it easier to work with complex technologies * it ties together a bunch of discrete objects/components into something more useful * it forces the team (or just me) to implement code in a way that promotes consistent coding, fewer bugs, and more flexible applications * everyone can easily test and debug the code, even code that they didn't write... |
|
|
|
|
|
|
|
|
|
|
|
|
|