DotNetShoutout - Latest published stories in Architecture (page 8)
2
Shouts

Integration Services Catalog in SQL Server 2012 | TechBubbles

published 307 days, 3 hours, 28 minutes ago posted by kalyanms1kalyanms1 314 days, 9 hours, 35 minutes ago
Friday, July 20, 2012 3:21:44 PM GMT Friday, July 13, 2012 9:14:30 AM GMT
Integration Services Catalog is a new feature in SQL Server 2012 which supports the centralization of storage of packages and configuration files. You can host only one catalog for one SQL Server Instance. When you deploy your project using project deployment model all project components stored in catalog. This post describes how to create a catalog and set the properties. (more)
category: Architecture | clicked: 2 | comment | | source: www.techbubbles.com
tags:
4
Shouts

General Interface Changes in SQL Server 2012 SSIS | TechBubbles

published 307 days, 3 hours, 28 minutes ago posted by kalyanms1kalyanms1 315 days, 9 hours, 16 minutes ago
Friday, July 20, 2012 3:21:44 PM GMT Thursday, July 12, 2012 9:34:11 AM GMT
The Visual Studio Environment introduces some user-interface changes from previous version of Business Intelligence Development Studio(BIDS). The new interface contains the enhanced appearance of tasks and dataflow components with rounded edges and icons. (more)
category: Architecture | clicked: 18 | comment | | source: www.techbubbles.com
tags:
5
Shouts

PowerShell Command to backup SharePoint Service Application | TechBubbles

published 308 days, 1 hour, 25 minutes ago posted by kalyanms1kalyanms1 317 days, 11 hours, 16 minutes ago
Thursday, July 19, 2012 5:24:39 PM GMT Tuesday, July 10, 2012 7:33:14 AM GMT
Typically, Service Applications will be backed up as part of a full farm back-up, along with all other components of the farm, If you want to backup individual service applications such as Managed Metadata service, User Profile Service then you can use Windows PowerShell to back up the SharePoint service application, below steps describes the procedure. (more)
category: Architecture | clicked: 9 | comment | | source: www.techbubbles.com
tags:
5
Shouts

A Look under the hood of the .NET Framework - CodeProject

published 308 days, 8 hours, 36 minutes ago posted by hilarycookhilarycook 318 days, 4 hours, 36 minutes ago
Thursday, July 19, 2012 10:14:07 AM GMT Monday, July 09, 2012 2:14:06 PM GMT
Well over a year ago, when I was still pretty new to .NET and programming in general, I witnessed a lecture by Bart de Smet titled "Behind the Scenes of 10 C# Language Features". (more)
category: Architecture | clicked: 66 | comment | | source: www.codeproject.com
8
Shouts

Business Data Connectivity Service Example | TechBubbles

published 314 days, 8 hours, 16 minutes ago posted by kalyanms1kalyanms1 318 days, 9 hours, 11 minutes ago
Friday, July 13, 2012 10:33:42 AM GMT Monday, July 09, 2012 9:38:28 AM GMT
This post explains surfacing the Adventure Works table data in SharePoint. You can read my previous post on Business Data Connectivity Service terms here. Business Connectivity Services is the set of services and components that enables the connectivity between heterogeneous business systems. SharePoint 2010 Business Connectivity Services can be used to connect any data source to present the business data as SharePoint content. (more)
category: Architecture | clicked: 36 | comment | | source: www.techbubbles.com
tags:
7
Shouts

Mindscape Blog » Blog Archive » Building Dashboards With WPF Elements Part 3: Getting Started

published 314 days, 8 hours, 16 minutes ago posted by hilarycookhilarycook 321 days, 7 hours, 49 minutes ago
Friday, July 13, 2012 10:33:42 AM GMT Friday, July 06, 2012 11:00:57 AM GMT
In this post we will start implementing the dashboard application and set it up using Caliburn Micro. (more)
category: Architecture | clicked: 20 | comment | | source: www.mindscapehq.com
3
Shouts

Protecting SharePoint from Viruses | TechBubbles

published 317 days, 7 hours, 50 minutes ago posted by kalyanms1kalyanms1 325 days, 8 hours, 8 minutes ago
Tuesday, July 10, 2012 11:00:07 AM GMT Monday, July 02, 2012 10:41:25 AM GMT
General assumption that file-system anti-virus software also scans the SharePoint document libraries. Wrong! It will not detect viruses stored in document libraries so install an antivirus solution for SharePoint. SharePoint does include any type of antivirus protection, you must purchase this separately. This post discuss about available products and configuring the antivirus feature in SharePoint. (more)
category: Architecture | clicked: 1 | comment | | source: www.techbubbles.com
tags:
3
Shouts

Mindscape Blog » Blog Archive » Building Dashboards With WPF Elements Part 2: What We Will Be Building

published 318 days, 4 hours, 6 minutes ago posted by hilarycookhilarycook 328 days, 3 hours, 17 minutes ago
Monday, July 09, 2012 2:43:16 PM GMT Friday, June 29, 2012 3:32:55 PM GMT
By following this tutorial series I’ll show you step-by-step how you can build this dashboard application yourself. (more)
category: Architecture | clicked: 8 | comment | | source: www.mindscapehq.com
3
Shouts

Mindscape Blog » Blog Archive » Become An Expert This Month At Mindscape

published 318 days, 8 hours, 53 minutes ago posted by hilarycookhilarycook 328 days, 8 hours, 31 minutes ago
Monday, July 09, 2012 9:56:46 AM GMT Friday, June 29, 2012 10:18:59 AM GMT
Would you like to know CoffeeScript and Sass inside out? We want to give you the chance to fill your mind, demand a subsequent pay rise and wow your friends with your elite web skills! (more)
category: Architecture | clicked: 14 | comment | | source: www.mindscapehq.com
5
Shouts

Back To Basics: You aren't smarter than the compiler. (plus fun with Microbenchmarks) - Scott Hanselman

published 321 days, 2 hours, 54 minutes ago posted by hilarycookhilarycook 330 days, 7 hours, 8 minutes ago
Friday, July 06, 2012 3:55:19 PM GMT Wednesday, June 27, 2012 11:42:10 AM GMT
Folks spend hours in tight loops measuring things trying to find out the "best way" to do something and forget that while they are changing 5ms between two techniques they've missed the 300ms Database Call or the looming N+1 selects issue that has their ORM quietly making even more database calls. (more)
category: Architecture | clicked: 127 | comment | | source: www.hanselman.com
3
Shouts

NuGet 2.0 (.NET Package Manager) released - GO UPGRADE NOW and here's why - Scott Hanselman

published 321 days, 2 hours, 54 minutes ago posted by hilarycookhilarycook 329 days, 7 hours, 16 minutes ago
Friday, July 06, 2012 3:55:19 PM GMT Thursday, June 28, 2012 11:34:07 AM GMT
Why you should upgrade to NuGet 2.0 - Scott Hanselman (more)
category: Architecture | clicked: 79 | comment | | source: www.hanselman.com
2
Shouts

Design Flaws of the Singleton Pattern in C# - CodeProject

published 321 days, 2 hours, 54 minutes ago posted by hilarycookhilarycook 330 days, 7 hours, 1 minute ago
Friday, July 06, 2012 3:55:19 PM GMT Wednesday, June 27, 2012 11:48:59 AM GMT
How to create a generic singleton for .NET. (more)
category: Architecture | clicked: 50 | comment | | source: www.codeproject.com
4
Shouts

.NET BlockingQueue

published 328 days, 2 hours, 57 minutes ago posted by tduponttdupont 332 days, 9 hours, 57 minutes ago
Friday, June 29, 2012 3:52:43 PM GMT Monday, June 25, 2012 8:53:12 AM GMT
I absolutely love System.Collections.Concurrent.BlockingCollection, but 99% of my use cases with BlockingCollections are actually more specific to queuing. Solution: create a generic BlockingQueue! (more)
category: Architecture | clicked: 30 | comment | | source: www.tomdupont.net
tags:
4
Shouts

dynamic type in C#.4.0 Where and how to use? How does it differ from var and object? - CodeProject

published 329 days, 7 hours, 13 minutes ago posted by hilarycookhilarycook 339 days, 2 hours, 29 minutes ago
Thursday, June 28, 2012 11:36:57 AM GMT Monday, June 18, 2012 4:20:32 PM GMT
Where and how to use the dynamic type in C#. (more)
category: Architecture | clicked: 47 | comment | | source: www.codeproject.com
4
Shouts

What is Dependency Injection | Tech Samosa

published 332 days, 7 hours, 34 minutes ago posted by ankygoyalankygoyal 341 days, 21 hours, 5 minutes ago
Monday, June 25, 2012 11:15:53 AM GMT Friday, June 15, 2012 9:44:20 PM GMT
This post gives a brief introduction to the concept of dependency injection (more)
category: Architecture | clicked: 53 | comment | | source: techsamosa.com
tags:
2
Shouts

Web 2.0 | Data Access for high performance application

published 332 days, 7 hours, 34 minutes ago posted by farooqkaiserfarooqkaiser 341 days, 16 hours, 10 minutes ago
Monday, June 25, 2012 11:15:53 AM GMT Saturday, June 16, 2012 2:39:22 AM GMT
Recently i was working on a project where application performance was a top priority. I started looking into ORM frameworks and found that ORMs are great for most applications, but when performance is a factor it�s best to write your own data access. So that's when I decided to write my own data access. This article will explain some of the design that i have used in my project. (more)
category: Architecture | clicked: 35 | comment | | source: www.fairnet.com
tags:
5
Shouts

Visual Basic 6, Ruby and Getting Off My Lawn - Scott Hanselman

published 335 days, 7 hours, 27 minutes ago posted by hilarycookhilarycook 345 days, 5 hours, 28 minutes ago
Friday, June 22, 2012 11:23:08 AM GMT Tuesday, June 12, 2012 1:21:14 PM GMT
Ruby does feel in some ways like the VB of two decades ago. (more)
category: Architecture | clicked: 123 | comment | | source: www.hanselman.com
tags:
6
Shouts

Extending the Ribbon in SharePoint 2010

published 371 days, 44 minutes ago posted by kalyanms1kalyanms1 379 days, 7 hours, 48 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Wednesday, May 09, 2012 11:01:14 AM GMT
Presentation Layer point of view Ribbon is a big change in SharePoint 2010, which provides the consistent user experience between SharePoint and Microsoft Office products. Ribbon is defined in the form of XML and Javascript is used to provide client side functionality. The client side script is located in the following path %SharePointRootpath%\TEMPLATE\LAYOUTS\CUI.js Configuration of Ribbon is stored in XML file in %SharePointRootPath%\TEMPLATE\GLOBAL\XML\CMDUI.XML. (more)
category: Architecture | clicked: 35 | comment | | source: www.techbubbles.com
tags:
7
Shouts

Using PowerPivot for SharePoint 2010 | TechBubbles

published 371 days, 44 minutes ago posted by kalyanms1kalyanms1 378 days, 8 hours, 7 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Thursday, May 10, 2012 10:42:41 AM GMT
PowerPivot applications are created using Excel 2010 using PowerPivot add-in,  You can read my post on configuring PowerPivot in SharePoint 2010 here. After creating a PowerPivot application then you need to upload it to SharePoint 2010 PowerPivot gallery so that it can share across organization. You should be able to preview the PowerPivot applications once you upload them to PowerPivot gallery and it is more user engaging. Silverlight needs to be installed to use PowerPivot gallery. You can get thre... (more)
category: Architecture | clicked: 19 | comment | | source: www.techbubbles.com
tags:
5
Shouts

Ghosting and Unghosting in SharePoint 2010 | TechBubbles

published 371 days, 44 minutes ago posted by kalyanms1kalyanms1 380 days, 8 hours, 24 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Tuesday, May 08, 2012 10:26:12 AM GMT
Two main page types in SharePoint are Application Pages and Content Pages. Application Pages are rendered from the file system and Content Pages are usually rendered from content database. Site Pages are often loaded from content database. Master Pages or Page Templates are actually being loaded from the local file system. Pages that are loaded from the file system are known as Ghosted Pages. When pages are being customized using SharePoint 2010 designer the changed page content is stored in the content... (more)
category: Architecture | clicked: 14 | comment | | source: www.techbubbles.com
tags:
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 ... 54 55 Next