|
|
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.
|
33 Articles match "C#","Tools"
|
Related DevelopMentor Courses
|
MORE
|
|
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 Explore core C# features like classes, inheritance, namespaces, and events. In this course, you spend half your time on the C# language and half on the.NET platform. What types are available in the.NET Framework class library Come and learn how to use C# to build.NET applications. Console applications are common for development tools such as compilers and linkers. field)?
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Foundations of C# Programming and the.NET Framework (Part 1)
Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Use properties to implement the private data/public accessor pattern Avoid dll conflicts during deployment Virtual Foundations of C# Programming and the.NET Framework is ".NET Explore core C# features like classes, inheritance, namespaces, and events. In part one of this series on programming C#, we'll discuss fundamental concepts such as the Common Language Runtime (CLR), garbage collection, and deployment.
DevelopMentor Courses
- Wednesday, February 17, 2010
NET Architecture and Design Principles: Building Distributed Applications
Using C# 3.0's Finally, we look at tools available to help deploy software out to the web and application tier. Learn to build systems that are scalable, reliable and secure. Discussions range from object-oriented programming to enterprise patterns, networking to Web Services, caching to distributed databases, and client/database applications to very large-scale web sites. You'll get answers to these questions: How do I build scalable and reliable systems? How can I use patterns to design extensible, reusable services? What's the best way to communicate between distributed layers?
DevelopMentor Courses
- Friday, June 12, 2009
|
95 Articles match "C#","Tools"
|
The Latest from DevelopMentor
|
MORE
|
|
Things to do to improve code quality
Static analysis tools: in the past static analysis tools have gotten a bad name for themselves. In my experience too many teams waste to much time debating and arguing over coding standards and when they are put in place they can be used as a tool for some developers to bully others. This recommendation is broadly in line with Les Hatton’s suggestions in Safer C.) Set your static analysis tools up to run your coding standards against code which is checked in. As an old C++ hand I’m always impressed by the refactoring tools available to Java and C# developers.
Allan Kelly's Blog
- Thursday, June 3, 2010
Portland CodeCamp Downloads: Demos and Slides
All content copyright Michael C. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Thanks to everyone who came to my two sessions at the Portland CodeCamp this weekend. The NoSQL Movement, LINQ, and MongoDB - Oh My! Panel Discussion: NoSQL vs. RDBMS. You can download the slides, demo code, and the mongoctx code snippet for Visual Studio here: NoSQL + MongoDB + LINQ : [link] NoSQL vs. RDBMS Panel : [link]. Finally, if you attended any of my sessions, please rate them here: [link]. Cheers! mkennedy. Kennedy.
Michael C. Kennedy's Weblog
- Monday, May 24, 2010
Webcast: NoSQL Movement, LINQ, and MongoDB
All content copyright Michael C. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. I'm happy to announce I'll be doing a free webcast in the DevelopMentor webcast series on MongoDB,NET, LINQ, and NoRM. NoSQL Movement, LINQ, and MongoDB. Tuesday May 25th - 11AM PST Register here. hope to see you there. We'll be building out a website in ASP.NET MVC with MongoDB as the back-end using LINQ. There will be plenty of code so it should be fun and educational. Cheers! mkennedy. Kennedy.
Michael C. Kennedy's Weblog
- Tuesday, May 11, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Gmail New Mail Notifications for Windows 7
No matter how I try, I always get this: It's insane to me that $130B company can't provide any more than this outdated tool for this job, but I digress. Also thanks goes to Ryan Cook for use of his Gmail C# tools as the basis for part of my project. All content copyright Michael C. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Tools I've been using Windows 7 as my sole operating system since Beta 1 in January. One that didn't and I really miss is Gmail Notifier. Requires.NET 2.0
-
The NoSQL Movement, LINQ, and MongoDB - Oh My!
The NoSQL movement asks the question: “Is the relational database (RDBMS) always the right tool for data storage and data access?”. Define your classes in C# (largely) without regard to putting them in a database. With NoSQL, you have one place to do that - in your C# classes. You may have to run a transformation tool if you’re making radical data changes, but that’s true in SQL systems as well. We’ll be using.NET and C# of course. To get started, download MongoDB the tools and server here: [link]. Be sure that you have created the C:datadb folder.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
-
Building Windows Machines in Amazon EC2
All content copyright Michael C. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Articles Tools 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. Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. Feel free to send me any I missed. My experience is they are either dated or about Linux and so on. First, briefly why does one care about EC2? Here we go.
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
-
Commercial Skip and Instant Replay for Any Computer (Not Just Media Center Anymore)
All content copyright Michael C. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Tools Do you watch a lot of video on your computer? sure do. download conference talks and interviews. especially watch a lot of TV recorded by my Windows Media Center PC by copying the video files to my laptop. Media Center is SO much better than TiVo because you can copy / transfer / save video to other places (like your laptop). cool Media Center Setup (love it!). Media Center Remote (love this too!). That’s a good start.
-
Unit Testing Coming to a Workflow Near You
All content copyright Michael C. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Tools Unit Testing Visual Studio [Update: See the follow up post "Significant Advances in Unit Testing Windows Workflow" ]. If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc. However you won't find very much support for Test Driven Development (TDD) or unit testing in general. TDD and Windows Workflow Foundation by Ron Jacobs.
Michael C. Kennedy's Weblog
- Tuesday, September 30, 2008
-
Building Windows Machines in Amazon EC2
All content copyright Michael C. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Articles Tools 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. Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. Feel free to send me any I missed. My experience is they are either dated or about Linux and so on. First, briefly why does one care about EC2? Here we go.
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
-
ClickOnce Deployment for Unmanaged Code (C++, VB6, etc)
Too bad it isn't supported for C++, VB 6, or other technologies. Here's how it works: Take your existing C++ project. Set the build path of your C++ app to be in the main folder for your.NET application. Add the C++ app and its libraries (if any) as existing items in the.NET app. the C++ app is deployed, versioned, and kept up to date as well. If you want to try it yourself, you can run this sample application here: Run Michael's Useless C++ App via ClickOnce. All content copyright Michael C. Or is it. You can also download the source. Kennedy.
|
|
|