|
|
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.
|
28 Articles match "Information","Windows"
|
Related DevelopMentor Courses
|
MORE
|
|
SharePoint for Developers (WSSv3/MOSS2007)
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. Unfortunately this tied WSS to Windows Authentication for site access, forcing SharePoint to be seen as purely an ? intranet? extranet?
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
Deliver online business applications, multimedia websites, and games to Windows, Mac OS, and Linux clients. It lets you build multimedia websites, casual games, and online versions of line-of-business applications on Windows, MacOS, or Linux using a variety of browsers. In addition, it has its own isolated storage file mechanism for opaque storage of application information. Themes and Styles Set free from the constraints of Windows, Web applications tend to exploit graphical richness and brand compatibility. Popup: how to display popup windows
DevelopMentor Courses
- Wednesday, June 17, 2009
Essential Windows Forms
Build dialog, single-document interface, and multiple-document interface applications Use the new Windows Forms 2.0 classes, such as the ToolStrip, MenuStrip, and SplitContainer Integrate custom controls into Visual Studio.NET Customize windowing behavior through subclassing Use resources to internationalize your application Access databases and bind data to controls using the new BindingSource class Deploy your application over the web to create ?smart Explore ClickOnce deployment over the Web, Windows Forms internals, control layout, and data binding. smart clients?
DevelopMentor Courses
- Friday, June 12, 2009
|
57 Articles match "Information","Windows"
|
The Latest from DevelopMentor
|
MORE
|
|
MongoDB vs. SQL Server 2008 Performance Showdown
All of these tests were run on a Lenovo T61 on Windows 7 64-bit with a dual-core 2.8 All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. highlighted two cornerstone reasons why you might ditch your SQL Server for the NoSQL world of MongoDB. Those were. Ease-of-use and deployment. Performance.
Michael C. Kennedy's Weblog
- Thursday, April 29, 2010
The NoSQL Movement, LINQ, and MongoDB - Oh My!
This is free, open-source database which runs on Windows, Linux, and Mac OS X systems. It appears at first that you have to run MongoDB in a console window. But you can register it as a Windows Service: Here’s some helpful advice on installing MongoDB as a Windows Service (there is a small bug you have to work around): [link]. For a project I’m working on I’ve built a Windows Forms UI that lets me manage the database easily by just adding an object data source and doing some drag-drop magic in Visual Studio. Insanity!” Flat files? Don’t take my word on it.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
Workflow 4 and soap faults
Normally when you want to add extra information with a fault you create an extra class and decorate the service contract with a FaultContract attribute specifying the fault returned. Next create a variable to hold the fault information. This time the service console application output look like this: Nice to know but this feature of Windows Workflow Foundation 4 does leave something to be desired in the discoverability department. Image by ponChiang via Flickr Note: This blog post is written using the.NET framework 4.0 Most of the configuration is quite straightforward.
The Problem Solver
- Wednesday, March 24, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Windows Live Groups and Time Zones
We (the Maine Microsoft Certification Study Group) has been using Windows Live Groups as our virtual place to hang out. Registered Information/ Home Location/ Time Zone. After setting all of them to EST I’m now getting the right information. Tags: Windows Live Out weekly meeting is posted on the group calendar, but the times kept showing up wrong on the overview page. As it turns out (thanks to Winston Natoli) there are three places where you can set the timezone: Group Time Zone. - / Options / Group Options/ General. Calendar Time Zone. Live ID.
The Blomsma Code
- Tuesday, April 21, 2009
-
Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations. Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. TDD and Windows Workflow Foundation by Ron Jacobs. hope you find this library adds significant value to unit testing of your Windows Workflows. Personally, I think it makes unit testing of your Windows Workflows practical in the real world. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. You can also just jump to the code. Scott Allen.
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
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. 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. Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. Launch!
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
-
ASP.NET Routing in Windows Azure Using WebForms
But what about Windows Azure ? Phil Haack has written a good post on using routing alongside ASP.NET WebForms so I won't cover too much background information. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. 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]. link].
-
Gmail New Mail Notifications for Windows 7
I've been using Windows 7 as my sole operating system since Beta 1 in January. Introducing a clean, simple, unobtrusive, and free Gmail notification application that works on Windows 7 - Gmailer: Gmailer simply runs in your tray and plays the Windows new mail sound when mail comes in to your Gmail account. built into Vista and Windows 7). All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. I'm completely loving it and I was pleased to see how many apps worked seamlessly on it. Requires.NET 2.0 Kennedy.
-
System.Transactions and Windows Vista NTFS (Updated)
All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. I've been playing with my fresh copy of Vista Ultimate - which I am surprised to find that I absolutely love. Being a big fan of System.Transactions, I naturally wanted to use it with Vista's TxF (Transactional NTFS) file system. But unlike the data libraries, the file APIs don't auto-enlist in the transaction. In fact, there are only COM / PInvoke APIs currently. But I was unimpressed with the managed wrapper they created there. So I built my own transactional file stream in C#.
Michael C. Kennedy's Weblog
- Thursday, December 6, 2007
-
NET Framework platform availability
The information is a little fragmented, but here is the overview I came up with. Windows 95. The.NET Framework cannot be installed on Windows 95. Windows 98.NET 1.0,NET 1.1,NET 2.0,NET 3.0. Windows 98 SE.NET 1.0,NET 1.1,NET 2.0,NET 3.0. Windows ME.NET 1.0,NET 1.1,NET 2.0,NET 3.0. Windows NT 4.0 Windows XP.NET 1.0,NET 1.1. Windows XP SP2.NET 1.0,NET 1.1,NET 2.0,NET 3.0,NET 3.5. Windows 2000.NET 1.0,NET 1.1. Windows 2000 SP4.NET 1.0,NET 1.1,NET 2.0. Windows Vista.NET 2.0,NET 3.0,NET 3.5. Microsoft Windows 98.
The Blomsma Code
- Monday, February 2, 2009
|
|
|