| |
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.
|
52 Articles match "Server"
| Related DevelopMentor Courses | MORE | | Foundations of C# Programming and the.NET Framework Training Distinguish between "implementation inheritance" and "interface inheritance" Use ADO.NET to connect to SQL Server and run a simple query Build a basic Windows Forms GUI Foundations of C# Programming and the.NET Framework is ".NET Survey library functionality like building a simple Windows Forms GUI and retrieving data from SQL Server. We finish with some of the most useful topics from the.NET Framework class library (string handling, Silverlight GUI, and SQL Server database access). less code!) NET 101" for developers moving to.NET. are integrated throughout the course. DevelopMentor Courses - Tuesday, March 1, 2011 Essential SQL Azure Training Understand the architecture of SQL Azure Understand how SQL Server Azure handles database connections and disaster recovery Read query plans Assign indexes Use SQL Server Reporting Services (SSRS) in the cloud Understand sharding and federations to build scalable, elastic applications Understand replicating data using data sync between SQL Azure in the cloud and SQL Server on-premise Essential SQL Azure provides hands-on training for SQL Azure developers. How do I write reports with SQL Server Reporting Services in the cloud? What's the best way to secure my data? DevelopMentor Courses - Thursday, May 19, 2011 Essential Windows Communication Foundation 4 Training Here you learn about the different options like self hosting, IIS/WAS, and Windows Server AppFabric. Windows Communication Foundation (WCF) replaces previous technologies such as.NET Remoting, ASMX, and COM+. Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix. Discover the fundamental tasks of designing and building services & contracts, master error handling, serialization, instance and concurrency management and bend hosting, security, identity management, and reliability to suit your needs. But what does this mean? DevelopMentor Courses - Tuesday, March 1, 2011 |
236 Articles match "Server"
| The Latest from DevelopMentor | MORE | | Roll Your Own REST-ful WCF Router WCF executes asynchronous contracts using the IO Completion Port Thread Pool , which economizes on server resources by exchanging a 100 byte IO request packet for a 1 MB thread stack. Download the code for this post here. Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. The built-in router is great for a lot of different scenarios – it provides content-based routing, multicasting, protocol bridging, and failover-based routing. FirstOrDefault(); if (region != Tony and Zuzana's World - Tuesday, April 24, 2012 Client side support with the ASP.NET Web API The reason is that the XElement sends the request to the server without specifying an accept header. With REST there is not a lot required on the client as far as sending requests goes. As long as you can send HTTP GET requests you are good to go and there are very few programming stacks that don’t allow for some form of doing that. Of course just doing an HTTP GET is going to give you some data back and you still have to understand that data but that is an application specific issue. But first lets see what happens if we just hit an ASP.NET Web API endpoint with a simple client. 11: }. The Problem Solver - Tuesday, March 13, 2012 | -
| The Best from DevelopMentor | MORE | - Debugging in SQL Server 2008
Anyway, today I am playing around , errm - doing serious stuff in the RC0 release of SQL Server 2008, and just by coincidence notice that there is a debug menu entry in the toolbar(how blind can one be - I must have been looking at that toolbar quite a few times). Tags: Katmai SQL 2008 SQL Server As good as SQL 2005 was (well, still are), one disappointment was that you needed Visual Studio if you wanted to debug your stored procedures. Seriously, what was MS thinking when they did that, especially as in SQL 2000, Query Analyzer had debug capabilities?!! Managed Data - Wednesday, July 16, 2008 - SQL Server 2008 R2 August CTP
Yesterday I downloaded and installed the August CTP of SQL Server 2008 R2, and today I played around with it for a while. Coming from the financial industry and dealing with message based applications (that’s why I love SQL Server Service Broker), this is something I am really interested in. Tags: SQL 2008 R2 SQL Server So, what are my impressions… Well, from a perspective of being a relational dev and internals guy, my immediate response is … “yawn – where is the beef. Even if I were a (wait for it …) DBA I would be fairly interested. Managed Data - Tuesday, August 11, 2009 - MongoDB vs. SQL Server 2008 Performance Showdown
highlighted two cornerstone reasons why you might ditch your SQL Server for the NoSQL world of MongoDB. This article is about the performance argument for MongoDB over SQL Server (or MySql or Oracle). In the first article, I threw out a potentially controversial graph showing MongoDB performing 100 *times* better than SQL Server for inserts. A potentially controversial graph showing MongoDB performing 100 times better than SQL Server”. When you have such a database, it means you can run your system on commodity hardware rather than high-end servers. Your Turn. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - Setting up SQL Server 2008 Express with Profiler
and WCF Data Services , I use the Express Edition of SQL Server 2008 R2, but I have need for the SQL Profiler tool, which comes only with the full version and is needed to inspect what SQL is sent to the database. Here are the steps for these installations: Developer or Standard Edition of SQL Server 2008 R2: Trial Edition: [link]. This will install only the tools for SQL Server, including SQL Profiler. SQL Server 2008 R2 Express Edition (database engine only): [link]. The complete list of SQL Server installation commands is available here. Tony and Zuzana's World - Thursday, August 5, 2010 - Important update for Visual Studio 2010 & Team Foundation Server 2010 (TFS2010) users
Neno Loje blogged about an important update that is available and should be installed by everyone that uses Visual Studio 2010 and Team Foundation Server 2010. Tags: Team Foundation Server Visual Studio 2010 It enables Lab Management, but also installs all hot fixes that have been made available since 2010 became available. Neno’s FAQ says it all: Frequently asked questions. Should I install the update although I do not use Lab Management? Yes, it contains all TFS fixes that have been made since TFS 2010. Is this a Service Pack ? Should I stop TFS service prior to installing? The Blomsma Code - Tuesday, August 24, 2010 - DiscountASP offers hosted TFS
My favorite hosting provider now also offers hosted Team Foundation Server. Tags: Team Foundation Server DiscountASP.NET is offering hosted TFS at $20 per user per month. Check it out. The Blomsma Code - Thursday, October 21, 2010 - Fix for WordPress XMLRPC 500 Internal Server Error
was getting a 500 Internal Server Error. enabled Failed Request Tracing in IIS7 to find out what was happening server-side to cause the HTTP 500 error. did it at the command line on my 64-bit Windows server: cd "C:Program Files (x86)MySQLMySQL Server 5.1bin" mysql.exe –u root -p Enter password: **. I’m going to go out on a limb here and assume that you can figure out how to run mysql on Linux if you’re running your own Linux server. was able to fix the problem by making a small change to the database. The Error Message. at the time). Ardent Dev - Wednesday, July 15, 2009
| | |