Show All Related Tags
Did you mean
Microsoft ASP.NET (943 results), Microsoft .NET (908 results), broadband Internet (648 results), Microsoft Visual Basic.Net (351 results), Microsoft .NET Framework (288 results)more...
Show Fewer Related Tags
Did you mean
Microsoft ASP.NET (943 results), Microsoft .NET (908 results), broadband Internet (648 results), Microsoft Visual Basic.Net (351 results), Microsoft .NET Framework (288 results), Microsoft ASP.NET 2.0 (192 results), Microsoft Visual Studio.Net (146 results), Microsoft ADO.NET (117 results), Microsoft .NET Compact Framework (61 results), Comcast Corp. (50 results), ASP.NET 2.0 (49 results), Microsoft Visual C#.Net (26 results), Aventail Corp. (22 results), Microsoft Visual J#.Net (20 results), Microsoft Visual Studio.Net 2003 (18 results), BellSouth Corp. (12 results), Aplus.Net (11 results), Microsoft Windows .NET Server (11 results), ASP.NET Web Service (10 results), .NET Remoting (8 results), cable Internet (7 results), Microsoft .NET 2003 (5 results), Microsoft Windows CE .NET (4 results), Distributed.net (3 results), Authorize.net (3 results), Microsoft .NET Enterprise Server (2 results), Health Net Inc. (1 results), ICSA Labs (1 results), BakBone NetVault (1 results), Microsoft Windows .Net Server 2003 (1 results)fewer...
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Challenges for old developers learning new tricks
- The problem of staying current is more acute in IT than in other fields because of the speed of new technology development. What do you do when a new technology comes along that makes obsolete a technology that you've devoted a good part of your career to? by Toni Bowers
- Blog posts 2008-07-25
- Download files over the Web with .NET's WebClient class
- The System.Net namespace includes the WebClient class for uploading and downloading files via HTTP. You can copy or read files with only a few lines of code. Tony Patton details how the WebClient class helped him solve a recent problem. by Tony Patton
- Blog posts 2008-06-27
- A .NET primer on reference types and value types
- Working with reference types and value types is usually not given much thought during daily programming chores; but if you ever choose to pursue .NET certification, you should be familiar with both types. Tony Patton provides you with a solid background in these programming basics. by Tony Patton
- Blog posts 2008-06-16
- My move from VB.NET to C#
- Justin James confesses why he stuck with VB.NET for so long rather than moving to C# and reveals how life has been now that he's taken the plunge. by Justin James
- Blog posts 2008-06-11
- Video: Bill Gates talks past and future in his 'last keynote' for Microsoft
- On Tuesday at Microsoft Tech-Ed 2008 in Orlando, Bill Gates gave what was billed as his last keynote as a full-time Microsoft employee. He talked about the past and the future of software development and even made a few product announcements. Gates said: "When I think...
- Blog posts 2008-06-03
- Why it's impossible to become a programming expert
- The pace of change in the technology industry has made it nearly impossible to specialize in much or become an expert in anything. I started cluing in on this a few years ago when I was reading a lot about Lisp, but I simply didn't have time to try it...
- Blog posts 2008-05-27
- Silverlight 2.0 offers paradigm shift from predecessor
- Most Web developers know better than judging a Microsoft product by its first iteration. For this reason, I was intrigued by the recent beta release of Silverlight 2.0. Silverlight provides a platform for Rich Internet Applications RIAs to build dynamic user interfaces that are platform and browser...
- Blog posts 2008-05-05
- Demonstrate your .NET 3.5 prowess with certifications
- I talked to several developers recently who are wondering about Microsoft .NET 3.5 certification and how it relates to their .NET 2.0 and .NET 1.1 certs. Here's an overview of where Microsoft is going with its .NET certification and what a developer with .NET 1.1 or 2.0 certification should plan...
- Blog posts 2008-04-21
- How do I... Implement the Soundex function in C#?
- For years Microsoft SQL Server has provided developers with a method called Soundex that is used to retrieve an encoded string. Words that sound alike have similar encodings, so you can use this functionality to provide some flexibility in searches. This How do I... blog post shows application developers how...
- Blog posts 2008-04-18
- Hear how Mainsoft is opening options for .NET and Java developers
- Mainsoft provides tools for running .NET code on the Java platform. I interviewed Mainsoft's Vice President of Technology, Eyal Eliahu Alaluf, via e-mail about a variety of subjects, including: managing a team on different continents Mainsoft has offices in the United States and Israel; working with .NET code within the...
- Blog posts 2008-04-08
- Limit postbacks with ASP.NET 2.0 client callbacks
- Developers have been grappling with the stateless nature of the Web since its inception. That is, once a page has been requested and loaded, the connection to the server is gone. The AJAX movement has put the spotlight on the XMLHTTP object, which enables server communication in...
- Blog posts 2008-04-01
- How do I... Determine the distance between ZIP codes using C#?
- Calculating the distance between ZIP codes has become a common feature in search engines. For instance, if you're searching for restaurants, a Web site will often allow you to enter a ZIP code and display all of the restaurants within X miles of that ZIP code. Here is one way...
- Blog posts 2008-03-17
- Display data with .NET's ListView control
- The GridView data control introduced in .NET 2.0 was an improvement over the DataGrid data control in .NET 1.x, but there were still drawbacks, especially with loading and paging through data. Microsoft recognized the shortcomings and addressed them with the introduction of the ListView control in .NET 3.5. With the ListView...
- Blog posts 2008-03-11
- Look inside .NET DLL files with Reflector
- During a recent project, I found myself in an awkward though not unique situation. The client had code in a repository as well as in production, but they were unsure about what functionality had actually been deployed. After lengthy discussions, we decompiled the production Dynamic Link Library DDL files and...
- Blog posts 2008-03-04
- Integrating CSS techniques into ASP.NET 2.0 applications
- The struggle between the standards community and Microsoft is ongoing. There has been significant progress, as evident with the recent news of the next version of Internet Explorer moving towards compliance. Microsoft has embraced standards like JavaScript and CSS with its development tools as well. CSS is...
- Blog posts 2008-02-19
- ASP.NET basics: Working with the TextBox control
- Developers often overlook basic programming options in favor of new or cool ways to deliver results. This is true for many of the standard ASP.NET features. A good example is the TextBox Web control, which offers plenty of options for building applications. This week, I take a closer look at...
- Blog posts 2008-02-12
- Visual Studio 2008 offers developers more testing options
- Unit testing has evolved from a fringe activity to an industry-accepted way to develop software. This change in attitude was aided by the introduction of numerous freely available testing frameworks -- most notably, NUnit. Microsoft's testing options have drawn the ire of the development community for years...
- Blog posts 2008-01-29
- How do I... Use threading to increase performance in C#? (Part 1)
- Threading is commonly used by developers to increase the performance of applications. However, if used incorrectly threading can have the exact opposite effect. Bad threading logic can actually slow down an application, or worse, cause an application to have inconsistent exceptions. There really isn't much to be worried about though...
- Blog posts 2008-01-24
- Microsoft opens code to .NET developers
- Developers on the .NET framework will be able to view and debug .NET framework source code with the .NET Framework Reference License in read-only format. The plans to make the source code available was announced a few months back, and now it's official. An excerpt from InfoWorld:...
- Blog posts 2008-01-21
- Microsoft's Volta to simplify Web development
- Microsoft's previewed a programming toolset code-named Volta that's targeted at easing the development of applications for the Internet. An excerpt from ComputerWorld: "You can start by building your app to run on the client, but then for performance reasons, you can easily move part of the...
- Blog posts 2007-12-06
- << Previous
- page 1 of 128
- Next >>
Content Types
Refining Tags
- Software/Web Development (2,451 results)
- Software Development (2,451 results)
- Software (1,951 results)
- Enterprise Software (1,651 results)
- Middleware (1,473 results)
- Microsoft Windows (1,399 results)
- Application Servers (751 results)
- Programming Languages (737 results)
- Development Tools (676 results)
- Operating Systems (639 results)
- Microsoft Corp. (626 results)
- Microsoft Development Tools (567 results)
- Microsoft ASP.NET (543 results)
- C# (523 results)
- Webcast (394 results)
- Microsoft Developer Network (373 results)
- Data Management (250 results)
- Databases (246 results)
- Web Development (226 results)
- Internet (203 results)
- Hardware (203 results)
- Tony Patton (149 results)
- Microsoft .NET Framework (148 results)
- Microsoft Visual Basic.Net (141 results)
- Microsoft ASP.NET 2.0 (138 results)
- Web (137 results)
- Marketing (123 results)
- Microsoft Visual Studio (122 results)
- .NET Newsletter (122 results)
- Scripting Languages (111 results)
- Microsoft .NET (110 results)
- Programming (109 results)
- Productivity (109 results)
- Security (95 results)
- Open Source (91 results)
- Developer (88 results)
- Microsoft Visual Basic (87 results)
- Management (86 results)
- Microsoft Visual Studio.Net (84 results)
- AJAX (83 results)
- Microsoft Office (82 results)
- Web 2.0 (81 results)
- Channel Management (79 results)
- Microsoft ADO.NET (78 results)
- Office Suites (77 results)
- TechRepublic Inc. (67 results)
- Server (62 results)
- XML (61 results)
- Mono (61 results)
- Servers (59 results)
Designing the next killer product
Developing new ways to collaborate
Overseeing IT operations across a global organization
The biggest security threats facing companies in 2009