|
|
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
|
|
Essential LINQ with the Entity Framework
Entity Framework Architecture While LINQ to SQL is restricted for use with SQL Server 2000 or later, the Entity Framework can be used with many other relational databases, and it includes a powerful mapping engine to help insulate your application from changes to the database schema. In this course, you learn to: Leverage new features of C# 3.0, Learn to combine flavors of LINQ to query and transform in-memory collections, XML data sources, and relational databases. Apply techniques for building real-world data-driven applications, including ASP.NET and WPF data binding.
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
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 want to understand the SQL Server databases involved in configuration. Web Services with WSS v3 and MOSS 2007 Developing applications with WSS and MOSS cannot always be done locally at the server. client application may need to run off-host and communicate with the server via web services in order to complete required tasks. How do I connect to the object model? intranet? extranet?
DevelopMentor Courses
- Friday, June 12, 2009
Foundations of C# Programming and the.NET Framework
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 Essential C# is ".NET Survey library functionality like building a simple Windows Forms GUI and retrieving data from SQL Server. fw136 mo Essential C#: getting started with C# and the.NET Framework (FW136) Day 1.NET Overview We begin with a brief overview of the languages, libraries, servers, services, and tools that make up the Microsoft.NET platform. less code!) NET 101" for developers moving to.NET.
DevelopMentor Courses
- Friday, June 12, 2009
|
154 Articles match "Server"
|
The Latest from DevelopMentor
|
MORE
|
|
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
Moving StarterSTS to the (Azure) Cloud
In my case I simply moved the ASP.NET provider database to SQL Azure and still use the standard SQL Server based membership, roles and profile provider. Quite some people asked me about an Azure version of StarterSTS. While I kinda knew what I had to do to make the move, I couldn’t find the time. Until recently. This blog post briefly documents the necessary changes and design decisions for the next version of StarterSTS which will work both on-premise and on Azure. Provider. Fortunately StarterSTS is already based on the idea of “providers”. So I only had to provide new implementations.
www.leastprivilege.com
- Wednesday, August 11, 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
|
-
|
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
-
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
-
SQL Server 2008 February CTP Available
Euan posted late yesterday evening that SQL Server 2008 February CTP (CTP 6) has been released. Tags: Katmai SQL 2008 SQL Server Grab it from here (one of the pages are dated November 2007, but the link will take you to the correct download).
Managed Data
- Wednesday, February 20, 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
-
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
-
Hosting of Code Samples
discussed this with David Reed from Microsoft who is a PM on the SQL Server team, and has a lot to do with overseeing the SQL projects on Code Plex. My intention is to upload other SQL Server related samples as well as How-To articles to there. Tags: SQL Server SQLCLR The other day when I posted about the sample how to call a WCF Service from a SQLCLR method , I mentioned that I had no place to host my demo-code. did not want to create a project on CodePlex (like I did with the SQLCLRProject ), as demo code is not really projects per se.
Managed Data
- Thursday, February 12, 2009
-
SQL Server Security Best Practices
He also directed me to this whitepaper he wrote about SQL Server Security. Bob wrote me an email as a response to this post. Interesting read!
www.leastprivilege.com
- Wednesday, May 28, 2008
|
|
|