|
|
|
|
|
| | 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... |
| | Total Hits: 65 | Today: 0 | Author: Rob Gallo | Rating:  |
| |  This code handles some of the problems that I have encountered with other Windows Touch style utilities such as lack of support for wildcards and full directory recursion.... |
| | Total Hits: 106 | Today: 0 | Author: vikas amin | Rating:  |
| |  Partial methods are a new feature in the .NET programming world. The earlier versions of .NET had partial class, partial structures, partial interface. With the introduction of ".NET Framework 3.0", the partial family gets a new member partial method, which allows to separate method definition and implementation. Partial methods are not really complicated. In this article, I will try to explain the basic rules of partial methods and how simple it is to use partial methods.... |
| | Total Hits: 66 | Today: 0 | Author: James Douglas | Rating:  |
| |  Before diving in to programming Message Queuing, this section discusses the basic concepts of messaging and compares it to synchronous and asynchronous programming. With synchronous programming, when a method is invoked, the caller has to wait until the method is completed. With asynchronous programming, the calling thread starts the method that runs concurrently. Asynchronous programming can be done with delegates,class libraries that support asynchronous methods(e.g Web service proxies) or by ... |
| | Total Hits: 256 | Today: 0 | Author: AzamSharp | Rating:  |
| |  Windows Workflow Foundation is part of the .NET 3.0 framework. Windows Workflow (WF) allows the developer to create workflow enabled applications. This is the first part of the Introduction to Workflow series. In the first part I will discuss how to create simple Workflow application and custom activities.... |
| | Total Hits: 416 | 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: 479 | Today: 0 | Author: SriSamp. | Rating:  |
| |  Being a contributor to the Code Project for quite some time now, it is commendable to see so many articles from various folks in the industry talk about the features of .NET and how a specific features work or what are some of the tips and tricks of the trade. This fever of .NET is very interesting to watch and rest assured that the storms caused by .NET will be as great as the storms caused by C++ when it was introduced. Walking down the web-site, I saw lots of articles on .NET, but I did not s... |
| | Total Hits: 522 | Today: 0 | Author: www.devhood.com | Rating:  |
| |  If you are using this material for self-study, you can start with any of the three items above, however it is suggested that you read the tutorial before attempting to work with the sample code. The slide presentation can be useful as a quick introduction to the concepts in the tutorial. If you will be presenting the slide presentation, it is best to read the tutorial file and go through the source code samples first. I hope that you find the information in these tutorials helpful, and I hope th... |
| | Total Hits: 469 | Today: 0 | Author: Wrox Press | Rating:  |
| |  .NET is Microsoft's vision of 'software as a service', a development environment in which you can build, create, and deploy your applications and the next generation of components, termed Web Services. All of Microsoft's major flagship products from Visual Studio to Windows and eventually Office are gradually being integrated into the vision and they will all offer services that will allow greater integration between products. .NET will allow developers to develop in whatever language they are c... |
| | Total Hits: 370 | Today: 0 | Author: .NET Home | Rating:  |
| |  .NET is the Microsoft Web services strategy to connect information, people, systems, and devices through software. Integrated across the Microsoft platform, .NET technology provides the ability to quickly build, deploy, manage, and use connected, security-enhanced solutions with Web services. .NET-connected solutions enable businesses to integrate their systems more rapidly and in a more agile manner and help them realize the promise of information anytime, anywhere, on any device.... |
| | Total Hits: 807 | Today: 0 | | Rating:  |
| |  Ever wanted to know what .Net is? This article is written by the XML architect and the lead product manager for Web services and the .NET Framework at Microsoft!... |
| | Total Hits: 979 | Today: 0 | | Rating:  |
| |  The old joke is that if you took 10 Microsoft employees and asked them what COM is, you'd get 10 different answers. Sadly, if you asked 10 Microsoft employees what .NET is, you might get 11 different answers. That's because .NET encompasses a wide range of features and technologies. One Microsoft employee even described it to me in terms of the Arnold Schwarzenegger movie The 6th Day. In it, Schwarzenegger's character gets out of cab and just presses his thumb on a panel to pay for the ride. In ... |
| | Total Hits: 993 | Today: 0 | | Rating:  |
| |  The Microsoft® .NET Framework and Microsoft® Visual Studio.NET take advantage of XML and SOAP technologies to allow developers to create solutions with reach. SOAP is a simple and lightweight protocol with wide industry support. It is useful and usable for a wide variety of applications. SOAP and the .NET Frameworks are an easy and natural fit. SOAP was designed from the ground up to be an extremely simple protocol that can be implemented in a variety of ways for a variety of diff..... |
| | Total Hits: 4 | Today: 0 | Author: Vitaly Tomilov | Rating:  |
| |  Most software developers share the same pattern in their professional career of having to deal with projects of similar nature, while few developers manage to jump from one project to a completely different one.
Personally for me, I found one particular area that has always been taking great deal of my time from one project to another, and that’s coding around retrieving and changing information about the system/OS, the current process, threads, various hardware and software configuration... |
| | Total Hits: 7 | Today: 0 | Author: Thomas Maierhofer | Rating:  |
| |  Persistent data has come a long way from plain files, data with indexes like Berkley DB or DBase, SQL servers with transactions, stored procedures and referential integrity. Last but not least pure object oriented databases have been developed. XML files became very popular to store small peaces of information or do information interchange. In fact there is no swiss army knife or general purpose solution for persistent data. But for so called business applications SQL and relational databases ar... |
| | Total Hits: 59 | Today: 0 | Author: Resco Developer Tools | Rating:  |
| |  Development of desktop and mobile .NET applications is nowadays more-or-less the same. Microsoft Visual Studio and .NET can be used to develop for both platforms. Even though the .NET Compact Framework is a subset of large .NET Framework, it allows developing mobile applications in a same way as the desktop ones. In addition, developer can use well known programming languages, such as C# or Visual Basic. At the first sight, the mobile applications development can be considered equal to the de... |
| | Total Hits: 114 | Today: 0 | Author: noxia | Rating:  |
| |  This code is an introduction on how to use the new System.Speech class in the .NET Framework v3.0 and v3.5. The sample source code includes an application and the source code is provided in all three .NET languages (VB, C++, C#). It is a simple Windows application and shows how to use text to speech and how to export the speech to a WAV file. The source code was written in Visual Studio 2008 using .NET 3.5.... |
| | Total Hits: 162 | Today: 0 | Author: Chandrakant Parmar. | Rating:  |
| |  In this article we are going to look at Microsoft .NET Framework. This is the newly established software development environment which helps developers to develop applications quickly and gives optimum, efficient, scalable, performance oriented applications in different languages like Visual Basic .NET, C#, ASP .NET, and Jscript .NET etc.... |
| | Total Hits: 498 | Today: 0 | Author: Wrox Press | Rating:  |
| |  Microsoft's .NET initiative is broad-based and very ambitious. It revolves around the .NET Framework, which encompasses the actual language and execution platform, plus extensive class libraries providing rich built-in functionality. At its core, the .NET framework embraces XML and SOAP to provide a new level of integration of software over the Internet. There is also a family of server-based products called .NET Enterprise Servers that are to be the next generation of Microsoft's BackOffice.... |
|
|
|
|
|
|
|
|
|
|
|
|
|