|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
49 Articles match "Web","Windows"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
Day 4 LINQ in N-Tier Applications Both LINQ to SQL and the Entity Framework support serialization of entities for use with Windows Communication Foundation (WCF), but using LINQ in a service-oriented application architecture presents many other challenges to the application developer. These data services integrate naturally with the Web and can be consumed by Web clients within a corporate network or across the Internet. In this course, you learn to: Leverage new features of C# 3.0, You'll get answers to these questions: When should I use LINQ instead of "classic" ADO.NET?
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
How can I build custom lists, pages, master pages, web parts, event handlers, content types and more? Come and learn to build solutions for Windows SharePoint Technologies! fw413 MO Essential Sharepoint for Developers (FW413) Day 1 Architecture We look under the hood to see how Windows SharePoint Services and Microsoft SharePoint Office Server 2007 work. We examine what a web application is, what site collections are, where critical files are stored, how pages are processed, and how to locate and manage the important information. How do I connect to the object model?
DevelopMentor Courses
- Friday, June 12, 2009
NET Architecture and Design Principles: Building Distributed Applications
Think in terms of layers and tiers Use patterns in your code and across the enterprise Write secure code Use concurrency to build highly available systems Make distributed calls using remoting, web services and Windows Communication Framework Utilize asynchronous communication with message queues Horizontally scale every tier of your system Deploy software across distributed systems Applications that span more than one machine require a deliberate and radically different design approach.NET Architecture and Design presents key concepts in distributed systems. Using C# 3.0's
DevelopMentor Courses
- Friday, June 12, 2009
|
52 Articles match "Web","Windows"
|
The Latest from DevelopMentor
|
MORE
|
|
Purchasing Visual Studio 2010
Web Performance Testing. Windows Development. Web Development. Windows Azure™. †. ††. †††. Windows (client and server operating systems). Windows Embedded operating systems. Windows is either a registered trademark or trademark of Microsoft Corporation in the United States and/or other countries. Amazon sells various versions of Visual Studio 2010. Here is an overview of versions and this will give you a good indication of prices. Below the prices is a feature comparison also…. Visual Studio Professional. Plain. Upgrade from 2005/2008. with MSDN.
The Blomsma Code
- Tuesday, July 13, 2010
MSDN Roadshow in Maine
Weaving the Next Web” – ASP.NET 4, Windows Azure, and Beyond. Continue to ply your existing skills with an improved Web Forms experience, or quickly spin up interactive forms-over-data sites with Dynamic Data. It’s Your Call” – Windows Phone 7, Silverlight, and XNA. Windows Phone 7 is dialed in for a holiday 2010 release and developers can answer the call today by leveraging Silverlight or XNA skills to create and extend applications or games to reach to new customers in new ways. The Agenda: A Payload of Awesomeness. Sign up here.
The Blomsma Code
- Friday, May 7, 2010
MSDN Roadshow in Maine
Weaving the Next Web” – ASP.NET 4, Windows Azure, and Beyond. Continue to ply your existing skills with an improved Web Forms experience, or quickly spin up interactive forms-over-data sites with Dynamic Data. It’s Your Call” – Windows Phone 7, Silverlight, and XNA. Windows Phone 7 is dialed in for a holiday 2010 release and developers can answer the call today by leveraging Silverlight or XNA skills to create and extend applications or games to reach to new customers in new ways. The Agenda: A Payload of Awesomeness. Sign up here.
The Blomsma Code
- Friday, May 7, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Register for an Amazon Web Services account at [link]. We'll start with a stock Amazon Windows 2008 server image. This time we'll setup a 64-bit Windows 2008 Server (Data Center Edition). You'll need to retrieve that password using the "Instance Actions -> Get Windows Admin Password" option. Now you have full access to your Windows 2008 machine. Feel free to send me any I missed.
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
-
ASP.NET Routing in Windows Azure Using WebForms
But what about Windows Azure ? If you get routing working for IIS 7 in your web app, you can effectively deploy it to Azure. Next, create a new solution in Visual Studio by choosing Cloud Service->Web and Worker Cloud Service. I'm a huge fan of ASP.NET Routing. It gained popularity as the part of ASP.NET MVC which channels requests for a given URL to the right controller action. In a wise move, Microsoft moved the routing infrastructure out of ASP.NET MVC and into its own assembly with the release of.NET 3.5 link]. link]. What if you don't want ASP.NET MVC? link].
-
ASP.NET: Internet Explorer Cannot Display the Web Page
After installing a recent Windows Update, I was no longer able to run ASP.NET web apps using localhost. The result was that pressing F5 or Ctrl-F5 to run an ASP.NET web app from Visual Studio 2008 resulted in a page in IE7 that said “Internet explorer cannot display the web page. Interestingly, Firefox had no problem displaying the web page. After that IE7 displayed the web page property for localhost addresses. To rectify the issue, I just had to open the hosts file and add the following entry: 127.0.0.1 localhost.
Tony and Zuzana's World
- Wednesday, March 11, 2009
-
ASP.NET: Internet Explorer Cannot Display the Web Page
After installing a recent Windows Update, I was no longer able to run ASP.NET web apps using localhost. The result was that pressing F5 or Ctrl-F5 to run an ASP.NET web app from Visual Studio 2008 resulted in a page in IE7 that said “Internet explorer cannot display the web page. Interestingly, Firefox had no problem displaying the web page. After that IE7 displayed the web page property for localhost addresses. To rectify the issue, I just had to open the hosts file and add the following entry: 127.0.0.1 localhost.
Tony and Zuzana's World
- Wednesday, March 11, 2009
-
MSDN Magainze: Web Apps That Support Long-Running Operations
I'm pleased to announce that MSDN Magazine just published my Windows Workflow article entitled. ASP.NET WORKFLOW: Web Apps That Support Long-Running Operations". hope you find it useful and interesting. All content copyright Michael C. Kennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis.
Michael C. Kennedy's Weblog
- Wednesday, December 24, 2008
-
Creating a legacy web service proxy in Visual Studio 2008
This happens to be one of the most obviously changed things in Orcas - the dialog presented is a more professional version than what was supplied with the original WCF CTP for VS.2005: The "Discover" button above can locate IIS-hosted web services (not Self Hosted however) and it now shows operations directly which is pretty cool. The bottom section - "Compatibility" allows you to generate a web service proxy using that original WS technology. There are still a lot of Windows 2000 systems out there! For those clients, we have no choice but to use legacy web service proxies.
-
Creating a legacy web service proxy in Visual Studio 2008
This happens to be one of the most obviously changed things in Orcas - the dialog presented is a more professional version than what was supplied with the original WCF CTP for VS.2005: The "Discover" button above can locate IIS-hosted web services (not Self Hosted however) and it now shows operations directly which is pretty cool. The bottom section - "Compatibility" allows you to generate a web service proxy using that original WS technology. There are still a lot of Windows 2000 systems out there! For those clients, we have no choice but to use legacy web service proxies.
|
|
|