Previous page Next page Bottom Top One level up Home

Articles

Webpages concerning "Articles"

Jeff Prosise answers your questions on .NET
http://www.codeproject.com/interview/jeffprosise17aug2000.asp
Keywords:
Free source code, Interviews, Visual C++, MFC, Windows, Interview Jeff Prosise

http://www.codeproject.com/interview/jeffprosise17aug2000.asp

NET is Microsoft's latest volley in their campaign against all things non-Windows. This shot probably leaves you with at least two big questions: What exactly is the .NET platform, and how does .NET measure up against J2EE?architecture measure up against...
http://java.oreilly.com/news/farley_0800.html
Keywords:
O'Reilly, O'Reilly Network, oreillynet, oreillynet.com, O'Reilly, OREILLY, Java Marketing, Jim Farley, anticryptography, java, J2EE, .NET

http://java.oreilly.com/news/farley_0800.html

WMI stands for Windows Management Instrumentation and, as the name indicates, is about managing your IT infrastructure this article is the second part of a two-part series.
http://www.developerland.com/DotNet/Enterprise/147.aspx
Keywords:
WMI, stands, for, Windows, Management, Instrumentation, and, as, the, name, indicates, is, about, managing, your, IT, infrastructure, this, article, is, the, second, part, of, a, two, part, series

http://www.developerland.com/DotNet/Enterprise/147.aspx

WMI stands for Windows Management Instrumentation and, as the name indicates, is about managing your IT infrastructure this article provides an in-depth look at WMI and MOM 2005
http://www.developerland.com/DotNet/Enterprise/145.aspx
Keywords:
WMI, stands, for, Windows, Management, Instrumentation, and, as, the, name, indicates, is, about, managing, your, IT, infrastructure, this, article, provides, an, in, depth, look, at, WMI, and, MOM, 2005

http://www.developerland.com/DotNet/Enterprise/145.aspx

Custom software development in Canada, U.S.A. and offshore – software consulting services, code review, product development, web applications, software user interface design
http://www.macadamian.com/column/assemblies.html
Keywords:
Macadamian, custom software development, software consulting services, software product development, Ottawa, Toronto, Montreal, Canada, Boston, Dallas, San Jose, custom software development, new product development, application development, web application development, software product development, VOIP application development, wireless application development, software interface design, ...

http://www.macadamian.com/column/assemblies.html

The InfoWorld Test Center reviews Microsoft's .Net software development kit, now available for download in prebeta. Discover .Net's pros and cons, and learn how it borrows from -- and differs from -- Java. (2,400 words)
http://www.javaworld.com/jw-09-2000/jw-0922-iw-msnet.html
Keywords:
.Net, Microsoft

http://www.javaworld.com/jw-09-2000/jw-0922-iw-msnet.html

IN THE CONTINUING quest to move higher into the enterprise data center, Microsoft this week will launch its .NET family of enterprise servers, including Windows 2000 Datacenter Server, the company's most powerful server operating system yet.
http://archive.infoworld.com/articles/hn/xml/00/09/25/000925hnwindows.xml
Keywords:
Microsoft, covets, high-end, Unix, market

http://archive.infoworld.com/articles/hn/xml/00/09/25/000925hnwindows.xml

Free source code and tutorials for Windows developers. Programming help for Visual C++, Windows, MFC, C++, GUI, ASP, XML, UML, SOAP, ATL, VB, ADO, SQL, DCOM, COM, Windows DNA, CToolBar, CMenu, CDockBar, CButton, CEdit, CStatic, CListCtrl, CTreeCtrl, CTreeView, CListView, CListBox, CFrameWnd, CMDIFrameWnd, CStatusBar, CTabCtrl
http://www.codeproject.com/dotnet/
Keywords:
Free source code, Visual C++, C#, C Sharp, .NET, ASP.NET, ADO.NET, COM+, Windows, libraries, MFC, development tools, C++, GUI, Microsoft Foundation Class, MFC, C++, GUI, ASP, XML, UML, SOAP, ATL, VB, ADO, SQL, DCOM, COM, Windows DNA, CToolBar, CMenu, CDockBar, CButton, CEdit, CStatic, CListCtrl, CTreeCtrl, CTreeView, CListView, CListBox, CFrameWnd, CMDIFrameWnd, CStatusBar, CTabCtrl

http://www.codeproject.com/dotnet/

MICROSOFT.NET, the software giant's language-independent architecture for enterprise applications, is a decisive departure from current Windows programming methods. Even the most intrepid developers have taken to the command-line tools supplied with the .NET SDK (software development kit), doing well enough with those tools to ask Microsoft to permit production use of .NET software. But to ta...
http://archive.infoworld.com/articles/es/xml/00/10/09/001009esstudio.xml
Keywords:
Visual, Studio, unites, seven, languages, under, the, .NET, flag

http://archive.infoworld.com/articles/es/xml/00/10/09/001009esstudio.xml

Columnist Paul Thurrott kicks off the Windows 2000 Magazine Network's .NET Channel.
http://www.win2000mag.com/Articles/Index.cfm?ArticleID=16079
Keywords:
windows xp, windows 2003, windows 2000, windows nt, active directory, desktop, email, security, exchange, outlook, migration, mobile, wireless, networking, scripting, small business, SQL server, storage, web administration

http://www.win2000mag.com/Articles/Index.cfm?ArticleID=16079

The Microsoft .NET platform uses metadata and assemblies to store information about components, enabling cross-language programming and resolving the infamous DLL Hell problem. This article describes the use of metadata for easy linking and loading of assemblies, the relationship between metadata and concepts such as IDL and type libraries, and the metadata hierarchy. The process of reading metada...
http://msdn.microsoft.com/msdnmag/issues/1000/metadata/default.aspx

http://msdn.microsoft.com/msdnmag/issues/1000/metadata/default.aspx

DevX's .NET portal provides the latest updates on Visual Studio.NET and the .NET Framework, including a comprehensive list of Microsoft Visual Studio.NET developer resources and links. Includes ASP+, ADO+, Visual Studio.NET, Visual Basic.NET, Windows .NET, .NET Framework SDK, Visual C++.NET, NGWS, and C# information.
http://www.devx.com/dotnet/

http://www.devx.com/dotnet/

Garbage collection in the Microsoft .NET common language runtime environment completely absolves the developer from tracking memory usage and knowing when to free memory. However, you'll want to understand how it works. Part 1 of this two-part article on .NET garbage collection explains how resources are allocated and managed, then gives a detailed step-by-step description of how the garbage colle...
http://msdn.microsoft.com/msdnmag/issues/1100/GCI/default.aspx

http://msdn.microsoft.com/msdnmag/issues/1100/GCI/default.aspx

The first part of this two-part article explained how the garbage collection algorithm works, how resources can clean up properly when the garbage collector decides to free a resource's memory, and how to force an object to clean up when it is freed. The conclusion of this series explains strong and weak object references that help to manage memory for large objects, as well as object generations ...
http://msdn.microsoft.com/msdnmag/issues/1200/GCI2/default.aspx

http://msdn.microsoft.com/msdnmag/issues/1200/GCI2/default.aspx

NET, C#, Data Binding, applications, scripts, components and articles for developer.
http://www.i-sources.net/

http://www.i-sources.net/

Announces Public Availability and Standardization of Tools And Platform for Building Web Services
http://www.microsoft.com/presspass/press/2000/nov00/VSFWbeta1PR.asp

http://www.microsoft.com/presspass/press/2000/nov00/VSFWbeta1PR.asp

Jerome explores the pros and cons of Micosoft's .NET platform, then dishes up some code to demonstrate .NET's fantabulous language interoperability.
http://webmonkey.wired.com/webmonkey/01/02/index3a.html
Keywords:
Jerome Kuptz, .net, microsoft, asp.net, c#, asp, developer resource, webmonkey, developer, development, web development, design, code, geek, warez, free, new, latest, news, tools, info, tutorials, how-to, webmonkey, builder, web builder, page builder, javascript, developer resource, e-commerce, developer, development, web development, design, code, webmonkey, geek, warez, free, new, latest, ...

http://webmonkey.wired.com/webmonkey/01/02/index3a.html

http://www.dotnettoday.com/
Keywords:
.NET, Microsoft.NET, Microsoft .NET, .NET Articles, .netToday, dotnetToday, dotnet, articles, Framework, ASP+, ADO+, Visual Studio.NET, SOAP, XML, BizTalk, Microsoft Office, Office-10, Office 10, Office Ten, ASP-Plus, ASP Plus, ASPPlus, ADO-Plus, ADOPlus, ADO Plus, C#, C Sharp

http://www.dotnettoday.com/

.NET: Type Fundamentals -- MSDN Magazine, December 2000
http://msdn.microsoft.com/msdnmag/issues/1200/dotnet/default.aspx

http://msdn.microsoft.com/msdnmag/issues/1200/dotnet/default.aspx

http://www.geocities.com/krishnapg/SecureAssembly.html
Keywords:
.net Reflection, Interoperability, Managed Assembly, Native Executable, Disassembly, Dissembly, Obfuscator, dissembler, Encrypt, Decrypt, Guard, Assembly, From, Reflection, Reverse Engineering, Hosting, Common, Language, Runtime

http://www.geocities.com/krishnapg/SecureAssembly.html

This article introduces the concept of an assembly and describes how the .NET Framework uses assemblies to solve versioning and deployment problems. (16 printed pages)
http://msdn.microsoft.com/library/en-us/dndotnet/html/dplywithnet.asp

http://msdn.microsoft.com/library/en-us/dndotnet/html/dplywithnet.asp

http://msdn.microsoft.com/msdnmag/issues/02/10/SpiderinNET/TOC.asp
Keywords:
undefined

http://msdn.microsoft.com/msdnmag/issues/02/10/SpiderinNET/TOC.asp

Learn more about .NET,ASP+, WinForms,WebForms,CSharp,C-Sharp,C Sharp, C#
http://my.execpc.com/~gopalan/dotnet/net_tutorial.html
Keywords:
.NET, ASP+, WinForms, WebForms, CSharp, C-Sharp, C Sharp, C#

http://my.execpc.com/~gopalan/dotnet/net_tutorial.html

XML and SOAP--Essential to .NET
http://www.dotnettoday.com/articles/art003_essentialdotnet.asp

http://www.dotnettoday.com/articles/art003_essentialdotnet.asp

Microsoft .NET introduces a new suite of XML APIs built on industry standards such as DOM, XPath, XSD, and XSLT. The .NET Framework XML classes also include innovations that offer convenience, better performance, and a more familiar programming model, tightly coupled with the new .NET data access APIs - ADO .NET. XmlWriter, XmlReader, and XmlNavigator classes and classes that derive from them, inc...
http://msdn.microsoft.com/msdnmag/issues/01/01/xml/default.aspx

http://msdn.microsoft.com/msdnmag/issues/01/01/xml/default.aspx

ZDNet Reviews is the most complete source for product news, reviews, prices, buying advice, and editors' picks for the hottest desktops, notebooks, handhelds, digital cameras, printers, monitors, CD and DVD drives.
http://www.zdnet.com/pcmag/stories/opinions/0\\%2C7802\\%2C2646872\\%2C00.html
Keywords:
Business products, blackberry, cable vs dsl, camcorders, Canon, cell phone plans, cell phones, Compaq, computer monitors, computer reviews, computer storage, consumer electronics reviews, Dell, desktop computers, digital camera reviews, digital cameras, digital music, dsl, dvd camcorders, DVD drives, flat panel televisions, flat screen, Gateway, handhelds, hardware reviews, laptops, ...

http://www.zdnet.com/pcmag/stories/opinions/0\\%2C7802\\%2C2646872\\%2C00.html

Pioneers are testing Microsoft's new architecture, even as components are being released
http://www.informationweek.com/815/dotnet.htm
Keywords:
Microsoft, .Net, Web applications, Visual Studio .Net, WebPutty Inc., Active Server Page, Component Object Model+, SQL Server 2000, BizTalk Server, Application Center Server, MSXML, Bob Millar, Steve Schofield, DevLinks, Robert Chartier, Windows, Distributed, InterNet, Architecture, OpenTable, SQL Server 7.0, Microsoft, .Net, Web applications, Visual Studio .Net, WebPutty Inc., ...

http://www.informationweek.com/815/dotnet.htm

http://www.15seconds.com/focus/.NET.htm
Keywords:
ASP, VBScript, XML, SOAP, ASP.NET, .NET, IIS, SQL, VB, COM, active server pages, database, ADSI, ISAPI

http://www.15seconds.com/focus/.NET.htm

http://www.joelonsoftware.com/articles/fog0000000049.html

http://www.joelonsoftware.com/articles/fog0000000049.html

Online Guide about software components, with related features, legal issues and commentary.
http://www.components-online.com/NETPlatform/
Keywords:
component, components online, COM, DCOM, CORBA, EJB, interface-based, object-centric, object-based, software licensing, web lawyer, copyright, trademark magazine, magazines, ActiveX, software, object, objects, intellectual property, trade secrets, patent law

http://www.components-online.com/NETPlatform/

http://www.sdmagazine.com/articles/2000/0011/

http://www.sdmagazine.com/articles/2000/0011/

http://www.jelovic.com/articles/resources_in_visual_studio.htm

http://www.jelovic.com/articles/resources_in_visual_studio.htm

http://www.zdnetindia.com/print.html?iElementId=317

http://www.zdnetindia.com/print.html?iElementId=317

http://www.gotdotnet.com/team/windowsforms/wfcinvb6.aspx

http://www.gotdotnet.com/team/windowsforms/wfcinvb6.aspx

http://www.gotdotnet.com/team/windowsforms/iesourcing.aspx

http://www.gotdotnet.com/team/windowsforms/iesourcing.aspx

http://my.execpc.com/~gopalan/misc/viewpoint.html

http://my.execpc.com/~gopalan/misc/viewpoint.html

http://www.crn.com/sections/breakingnews/breakingnews.asp?rmuid=48&ArticleID=19847

http://www.crn.com/sections/breakingnews/breakingnews.asp?rmuid=48&ArticleID=19847

http://msdn.microsoft.com/library/default.asp?URL=/library/welcome/dsmsdn/drguinet11202000.htm

http://msdn.microsoft.com/library/default.asp?URL=/library/welcome/dsmsdn/drguinet11202000.htm

http://www.dotnet.za.net/

http://www.dotnet.za.net/

http://java.sun.com/features/2000/11/dot-net.html

http://java.sun.com/features/2000/11/dot-net.html

http://java.sun.com/features/2000/11/dotnetvsms.html

http://java.sun.com/features/2000/11/dotnetvsms.html

http://msdn.microsoft.com/library/techart/Pahlcompserv.htm

http://msdn.microsoft.com/library/techart/Pahlcompserv.htm

http://msdn.microsoft.com/workshop/essentials/hess/hess12112000.asp

http://msdn.microsoft.com/workshop/essentials/hess/hess12112000.asp

http://security.devx.com/upload/free/features/zones/security/articles/2000/11nov00/jh1100-1.asp

http://security.devx.com/upload/free/features/zones/security/articles/2000/11nov00/jh1100-1.asp

Help building the largest human-edited directory of the web
Suggest URL - Open Directory Project - Become an editor
directopedia.org uses links and structure from dmoz Open Directory Project.
The contents has been generating using technology developed by scientec.

Wikipedia-Article "Articles"

Look up article in Wiktionary, the free dictionary.

Article generally refers to a particular artifact. The word has other meanings.

Literature

Other uses

This article is based on the article "Articles" from Wikipedia - the free encyclopedia created and edited by online user community. This article is distributed under the terms of GNU Free Documentation License. Here you find the list of authors of this article. The article can only edited within Wikipedia. Edit this article in Wikipedia.