Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- selection lock for .net combobox
- How can i lock items of a combobox in C#.NET?so that user can see all items including selected one, but can not change the selected item.Thank you very much.
- Tags: .net programming, Microsoft .NET, mshm1361@..., programming, software
- Discussion threads 2006-11-04
- Masters Thesis Topic
- I need a masters thesis topic in one of these domains: .NET programming, Networks.you need a topic for your masters thesis.on either .net programming or on networking?both have hundereds of possible topics.need to narrow it down..net programmingpurpose of the .net framework.legal issues needing to be addressed for itlanguages supporting it...
- Tags: .NET, Application servers, Development tools, Middleware, .NET programming, Microsoft .NET, programming
- Q&A 2004-12-07
Additional Resources
- Dive into .NET with Web Matrix
- .NET ProgrammingExploring and discovering the powers behind .NET programming.
- Tags: .NET, Application servers, Middleware, seyi_babs2002@..., Microsoft .NET
- Discussion threads 2007-06-02
- .Net world - keeping updated
- Okay, few confessions:1)I have not being paying much attention to what is happening in the .Net world. Heard about .net 3.0 :-)2) Have not been reading my MSDN magazine.3) Free subscription to Visual Studio magazine just terminated :-)Only I and Only I am to blame myself for not being up-to-date....
- Tags: Microsoft .NET, onbliss
- Discussion threads 2007-02-09
- Distributed .NET: Learn the ABCs of Programming Windows Communication Foundation
- Windows Communication Foundation WCF, formerly code-named "Indigo," is about to radically change the face of distributed programming for developers using the Microsoft .NET Framework. WCF unifies the existing suite of .NET distributed technologies into a single programming model that improves the overall developer experience through a consistent architecture, new levels...
- Tags: Microsoft .NET, ABC Inc., Windows Communication Foundation, Programming, Development Tools, Software Development, Software/Web Development
- White papers 2006-02-01
- MSDN Webcast: WinForms: GUI Programming in .NET (Level 200)
- This session looks at how GUI programming has evolved from Windows to .NET. Beginning with an overview of the .NET Windows Forms namespace and classes, the webcast focuses on a range of topics including event-driven programming with delegates, multi-form applications, validation, and data binding. The discussion also includes a comparison...
- Tags: Microsoft Developer Network, Webcast, GUI, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Webcasts
- Microsoft ADO.NET: Programming ADO.NET Datasets
- During this webcast, the presenters will talk about working with ADO.NET datasets and typed datasets. The primary discussion will be about the programming aspects of datasets and Visual Basic .NET code snippets.
- Tags: Microsoft ADO.NET, Microsoft Corp., Programming, .Net, Databases, Development Tools, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Webcasts
- How do I... Get started using the F# programming language
- F# pronounced F Sharp is a functional programming language based upon OCaml. It was developed by Microsoft's Microsoft Research department. F# runs within the .NET CLR, which means it can be used within existing .NET projects. Additionally, it is able to make use of any other .NET code. This overcomes...
- Tags: Programming Language, Functional Programming, Programming, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Download resources 2007-06-08
- Upcoming Technologies on Microsoft.Net Development Platform: Part I
- WCF, Windows Communication Foundation previously known as INDIGO, encapsulates all the available distributed technologies that are available with Microsoft.Net platform including ASMX Web Services, MSMQ, COM+ Enterprise Services and .NET Remoting. WCF not only encapsulates all these available distributed technologies but also provides a consistent programming model. This consistent programming...
- Tags: Programming Model, .NET Remoting, Windows Communication Foundation, Microsoft Corp., Programming, ActiveX/COM/COM+/DCOM, Development Tools, Software Development, Software/Web Development
- White papers 2005-10-19
- Programming XML in the Microsoft .NET Framework - Part I
- The objective of this webcast is to introduce developers to implementing commonly used XML functionality in applications developed using the .NET Framework and Microsoft Visual Studio .NET. The focus will be on using the classes implemented in the .NET Framework XML assemblies to address common XML-related programming tasks.
- Tags: Microsoft .NET Framework, XML, Microsoft Corp., Programming, .Net, Development Tools, Software Development, Software/Web Development
- Webcasts
- J2EE vs .Net
- J2EE vs .Net Last time I heard about them, the battle was even. What is the stand now?J2EE is an industry standard, .Net is a proprietary standard. J2EE is supported by some big companies, dotNet only by one.Both seem to be development environments for various programming applications, C# seems to...
- Tags: Application servers, Middleware, Java, .NET, Enterprise software, Programming languages, J2EE, Microsoft .NET
- Discussion threads 2005-04-28
- MSDN Webcast: Architecting .NET Solutions With C (Part 07 of 15): ADO.NET: Database Programming in .NET (Level 200)
- This session introduces database programming using ADO.NET, beginning with an overview of the ADO.NET architecture. Attendee of the webcast will learn about essential techniques such as executing stored procedures, server-side access using ExecuteReader and ExecuteScalar, client-side access using DataSet, and modifying a database with ExecuteNonquery and DataSets.
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, C, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Webcasts
- CANopen.NET - Programming-Less Interconnection Between GUI- and Control-Application
- This paper presents the novel concept CANopen.NET - in this concept the authors integrate Windows GUI-programming in .NET and control-applications based on CANopen. The integration is automated, thus no programming is needed. An increasing number of CANopen-based systems are equipped with Windows-based Graphical User-Interfaces GUIs. The .NET framework provides the...
- Tags: Microsoft .NET Framework, GUI, Programming, Integration, Microsoft Windows, Operating Systems, Software
- White papers 2006-07-11
- Introduction to Programming in Visual Basic
- Many programming languages can be used to communicate with the computer. Some people prefer Visual Basic for a variety of reasons. This group thinks the visual interface of Visual Basic makes programming much easier and more fun to work with. The new changes in the Visual Basic programming language and...
- Tags: Microsoft Visual Basic, Programming Language, Programming, Microsoft Development Tools, Programming Languages, Development Tools, Software Development, Software/Web Development
- Book chapters 2006-09-07
- MSDN Webcast: Architecting .NET Solutions With C (Part 09 of 15): Interfaces and Design-by-Contract in .NET (Level 200)
- This webcast digs into the critical topic of interfaces and their usage in .NET applications. Beginning with a look at contract-based programming and design reuse, it discusses the use of plug-compatible components ("acts-like"), generic database programming with ADO.NET interfaces, and interfaces in the FxCL, including serialization, sorting, disposing, and iterating....
- Tags: Microsoft Developer Network, Webcast, C, Programming, .Net, Application Servers, Middleware, Development Tools, Software Development, Software/Web Development, Enterprise Software, Software
- Webcasts
- Learn the basics of C# programming
- This sample chapter, taken from Sams' Microsoft Visual C#.NET 2003 Kick Start, covers some C# programming basics, including how to work with iterative statements, loops, methods, and runtime exceptions. Kick start your .NET knowledge by learning some C# programming basics.This sample chapter, taken from Microsoft Visual C#.NET...
- Tags: Chapter, Sams Publishing, Microsoft Visual C#.Net, Programming, C#, .Net, Programming Languages, Microsoft Development Tools, Software Development, Software/Web Development, Development Tools
- Book chapters 2005-11-11
- Securing the .NET Programming Model (Industrial Application)
- The .NET programming model is fundamental to security on Microsoft's .NET platform, just as the Java programming model forms a part of the security model on the JVM. Type safety is a crucial aspect of both systems. Enforcement of type system rules by the .NET Common Language Runtime CLR and...
- Tags: Programming Model, .NET Programming Model, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2005-09-16
- MSDN Webcast: ADO.NET: Database Programming in .NET (Level 200)
- This webcast introduces database programming using ADO.NET, beginning with an overview of the ADO.NET architecture. The webcast explains about essential techniques such as executing stored procedures, server-side access using ExecuteReader and ExecuteScalar, client-side access using DataSet, and modifying a database with ExecuteNonquery and DataSets.
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, .Net, Databases, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Consumer Electronics, Personal Technology
- Webcasts
- Introducing the .NET Micro Framework
- The Microsoft .NET Micro Framework is a bootable runtime module that brings the advantages of .NET programming to devices too resource-constrained to run other Microsoft embedded platforms. The benefits of developing with the .NET Micro Framework include the C# programming language, a managed execution environment, a substantial subset of the...
- Tags: Microsoft Corp., Microsoft .NET Micro Framework, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2007-09-01
- Leveraging .NET Meta-Programming Components From F#: Integrated Queries and Interoperable Heterogeneous Execution
- Language-integrated meta-programming and extensible compilation has been recurring themes of programming languages since the invention of LISP. A recent real-world application of these techniques is the use of small meta-programs to specify database queries, as used in the Microsoft LINQ extensions for .NET. It is important that .NET languages such...
- Tags: LINQ, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2006-09-16
- << Previous
- page 1 of 1
- Next >>