DotNetShoutout - Latest published stories in Architecture (page 5)
6
Shouts

Automated UI Testing with Visual Studio 2012 | TechBubbles

published 222 days, 18 hours, 18 minutes ago posted by kalyanms1kalyanms1 232 days, 16 hours, 26 minutes ago
Friday, October 12, 2012 9:23:24 AM GMT Tuesday, October 02, 2012 11:15:32 AM GMT
This post discusses about creating a fully automated UI test cases for your application using Visual Studio 2012. You can convert your existing manual tests into fully automated user-interface tests. Without manual intervention you can quickly alert the developers about possible faults in the application. Once you automated your manual tests then you can run the automated tests multiple times in a day or schedule them to run in particular time. In order to write automated UI tests you need to have either... (more)
category: Architecture | clicked: 72 | comment | | source: www.techbubbles.com
tags:
2
Shouts

Application Hosting Models in SharePoint 2013 | TechBubbles

published 222 days, 18 hours, 18 minutes ago posted by kalyanms1kalyanms1 226 days, 18 hours, 42 minutes ago
Friday, October 12, 2012 9:23:24 AM GMT Monday, October 08, 2012 9:00:01 AM GMT
New Application Development model was introduced in SharePoint 2013 which allows the developers to extend the SharePoint platform. This post discusses the different hosting models available for the developers in SharePoint 2013. You need to understand the App Identity concept before knowing the details of Hosting Models. (more)
category: Architecture | clicked: 9 | comment | | source: www.techbubbles.com
tags:
3
Shouts

Microsoft Big Data Solution | TechBubbles

published 222 days, 18 hours, 18 minutes ago posted by kalyanms1kalyanms1 229 days, 18 hours, 7 minutes ago
Friday, October 12, 2012 9:23:24 AM GMT Friday, October 05, 2012 9:34:54 AM GMT
What is Big Data? It is a popular term used to describe growth of structured and unstructured information. This post discusses the Trends driving the “Big Data” and Microsoft Big Data Solution. There are vendors in market which provide Hadoop deployments but most operate outside central IT operations. Microsoft Big Data solution can analyze over 100 petabytes of data to produce results. Microsoft Big Data solution contains tools like office and SharePoint which allows the users to have insights for every... (more)
category: Architecture | clicked: 12 | comment | | source: www.techbubbles.com
tags:
2
Shouts

SharePoint 2013 Business Intelligence Features | TechBubbles

published 223 days, 16 hours, 57 minutes ago posted by kalyanms1kalyanms1 233 days, 16 hours, 11 minutes ago
Thursday, October 11, 2012 10:44:37 AM GMT Monday, October 01, 2012 11:30:50 AM GMT
This post discusses the new features introduced in SharePoint 2013 for Business Intelligence and how you can do the things in better way using SharePoint 2013, PowerPivot and Power View. SharePoint is really about organization, discovery, building out new solutions and managing those solutions. So With Microsoft BI tools how do you explore the data? How do you mine the data? How do you visualise and control that data? (more)
category: Architecture | clicked: 24 | comment | | source: www.techbubbles.com
tags:
4
Shouts

Device code assumptions using Code Contracts in .NET

published 224 days, 10 hours, 39 minutes ago posted by abhi2434abhi2434 233 days, 17 hours, 47 minutes ago
Wednesday, October 10, 2012 5:02:25 PM GMT Monday, October 01, 2012 9:55:09 AM GMT
Code contract, its internal with Microsoft intermediate language. The article will guide you with writing precoditions, post conditions and invariant conditions easily and knowing the internal structure (more)
category: Architecture | clicked: 39 | comment | | source: www.helloworldgeeks.com
tags:
2
Shouts

MultiThreading in Javascript WebWorkers HTML5

published 226 days, 17 hours, 52 minutes ago posted by abhi2434abhi2434 236 days, 17 hours, 31 minutes ago
Monday, October 08, 2012 9:50:02 AM GMT Friday, September 28, 2012 10:10:36 AM GMT
Worker threads are always present in high level languages. Javascript being browsers programming language was without it for a long time. Even we have now multicore systems, it is not easy to code based on single core to run javascript code. The article demonstrates how to implment multi threading in javascript and present in most easiest way. (more)
category: Architecture | clicked: 38 | comment | | source: www.helloworldgeeks.com
tags:
2
Shouts

Dependency graphs in Visual Studio 2012 | TechBubbles

published 226 days, 17 hours, 52 minutes ago posted by kalyanms1kalyanms1 236 days, 17 hours ago
Monday, October 08, 2012 9:50:02 AM GMT Friday, September 28, 2012 10:41:44 AM GMT
Dependency graphs helps you visualise how your code is organised and understand its dependencies. This could be useful when you are working with un-familiar code. You can easily get visual overview of your code by creating dependency graphs.You can create dependency graphs in Visual Studio 2012 ultimate by choosing Architecture menu and then click Generate Dependency Graph –> for solution (more)
category: Architecture | clicked: 26 | comment | | source: www.techbubbles.com
tags:
9
Shouts

A Bug Report is a Gift - Scott Hanselman

published 229 days, 17 hours, 22 minutes ago posted by hilarycookhilarycook 239 days, 11 hours, 37 minutes ago
Friday, October 05, 2012 10:20:12 AM GMT Tuesday, September 25, 2012 4:04:52 PM GMT
Is it easy for your users to report a bug? Does you app automatically report crashes? Is your site friendly? Are you support people friendly and engaged? Are your bug support forums filled with reports but no company representatives? Do you use GetSatisfaction or UserVoice? (more)
category: Architecture | clicked: 66 | comment | | source: www.hanselman.com
2
Shouts

Using IntelliTrace in Visual Studio 2012 | TechBubbles

published 229 days, 17 hours, 22 minutes ago posted by kalyanms1kalyanms1 237 days, 17 hours, 9 minutes ago
Friday, October 05, 2012 10:20:12 AM GMT Thursday, September 27, 2012 10:32:49 AM GMT
IntelliTrace can be used to collect and analyze the data in production. IntelliTrace speeds debugging by showing history of what happened in your application while you run. This reduces how often you restart the application when you want look at past events. IntelliTrace automatically collects information about events when you start debugging. Some examples of events exceptions, break points and dot net events. You can also use IntelliTrace for calls information. (more)
category: Architecture | clicked: 22 | comment | | source: www.techbubbles.com
tags:
2
Shouts

How to use offline browser application cache using html5 manifest

published 229 days, 17 hours, 22 minutes ago posted by abhi2434abhi2434 237 days, 14 hours, 34 minutes ago
Friday, October 05, 2012 10:20:12 AM GMT Thursday, September 27, 2012 1:07:58 PM GMT
Application cache can be used for offline view of an online html content. Manifest files indicates what to cache in browser using html5 construct and securely use the html content or images when no internet is available. The offline usage of applications needs application cache (more)
category: Architecture | clicked: 22 | comment | | source: www.helloworldgeeks.com
tags:
4
Shouts

What is new in C# and Visual Basic in Visual Studio 2012 | TechBubbles

published 231 days, 16 hours, 1 minute ago posted by kalyanms1kalyanms1 240 days, 17 hours, 36 minutes ago
Wednesday, October 03, 2012 11:40:34 AM GMT Monday, September 24, 2012 10:05:35 AM GMT
This post discusses the new language features that is introduced in Visual Studio 2012. One of the main things that language team introduced is the idea of producing windows 8 App. These APPs are talking to new API called windows runtime. Small new feature Caller Info Attributes is also added in this release. More about this feature can be read here. (more)
category: Architecture | clicked: 53 | comment | | source: www.techbubbles.com
tags:
3
Shouts

Software Testing with Visual Studio 2012 | TechBubbles

published 232 days, 18 hours, 6 minutes ago posted by kalyanms1kalyanms1 242 days, 17 hours, 4 minutes ago
Tuesday, October 02, 2012 9:35:55 AM GMT Saturday, September 22, 2012 10:38:11 AM GMT
Microsoft Test Manager is a tool which comes with Visual Studio 2012 , which was built from the scratch to support the needs of Manual testers. Using this tool you can manage and track test cases that helps both developer and tester.This post gives you an overview on Microsoft Software Testing tools. (more)
category: Architecture | clicked: 18 | comment | | source: www.techbubbles.com
tags:
4
Shouts

Data cache into indexedDb of browser using html5

published 233 days, 12 hours, 40 minutes ago posted by abhi2434abhi2434 241 days, 16 hours, 14 minutes ago
Monday, October 01, 2012 3:01:19 PM GMT Sunday, September 23, 2012 11:27:24 AM GMT
Index DB storage is another important storage unit of browser local cache storage. Applications can take advantage of local storage to store data based on index. The data is stored in a hashtable using javascript and html 5. (more)
category: Architecture | clicked: 27 | comment | | source: www.helloworldgeeks.com
tags:
3
Shouts

WPF – Spell checking | All about WPF…

published 236 days, 18 hours, 2 minutes ago posted by hilarycookhilarycook 243 days, 17 hours, 40 minutes ago
Friday, September 28, 2012 9:39:44 AM GMT Friday, September 21, 2012 10:01:22 AM GMT
I investigates last week to add spellchecking on the localize view of CBR to help us in translation…A quick search on internet tells me that, with net 4, I need the language packs (fr+en+de). Note that it’s not the same with NET3.5. (more)
category: Architecture | clicked: 8 | comment | | source: guillaumewaser.wordpress.com
tags:
3
Shouts

ASP.NET Web Forms 4.5 new features in Visual Studio 2012 | TechBubbles

published 236 days, 18 hours, 2 minutes ago posted by kalyanms1kalyanms1 246 days, 17 hours, 12 minutes ago
Friday, September 28, 2012 9:39:44 AM GMT Tuesday, September 18, 2012 10:29:39 AM GMT
This post discusses about ASP.NET Web Forms 4.5 features, Web Forms in 4.5 allows you to build dynamic web sites quickly and easily. Web Forms generates much cleaner code on client-side with Unobtrusive Validation in this version. You can also build data-centric applications easily with data-binding features. (more)
category: Architecture | clicked: 39 | comment | | source: www.techbubbles.com
tags:
2
Shouts

Visual Studio 2012 Testing Features for Developers | TechBubbles

published 237 days, 18 hours, 25 minutes ago posted by kalyanms1kalyanms1 244 days, 16 hours, 18 minutes ago
Thursday, September 27, 2012 9:16:40 AM GMT Thursday, September 20, 2012 11:23:33 AM GMT
Developer Testing in Visual Studio 2012 has been improved a lot and it is allowing them to concentrate more on the code they are writing in the application. In addition to the testing framework that comes with Visual Studio 2012, you can easily add third-party testing frameworks in the IDE. This post discusses the new unit and integration testing features for developer in Visual Studio 2012. (more)
category: Architecture | clicked: 14 | comment | | source: www.techbubbles.com
tags:
4
Shouts

Agile Development with Visual Studio 2012 | TechBubbles

published 237 days, 18 hours, 25 minutes ago posted by kalyanms1kalyanms1 245 days, 17 hours, 14 minutes ago
Thursday, September 27, 2012 9:16:40 AM GMT Wednesday, September 19, 2012 10:27:26 AM GMT
Developers want to be more agile and want to cope up with interruptions. This post helps the developers to collaborate with teams using Visual Studio 2012 and focus on what they do as developers. (more)
category: Architecture | clicked: 29 | comment | | source: www.techbubbles.com
tags:
5
Shouts

ASP.NET Web Forms DynamicData FieldTemplates for DbGeography Spatial Types (plus Model Binders and Friendly URLs) - Scott Hanselman

published 243 days, 17 hours, 32 minutes ago posted by hilarycookhilarycook 253 days, 12 hours, 55 minutes ago
Friday, September 21, 2012 10:09:58 AM GMT Tuesday, September 11, 2012 2:47:06 PM GMT
Scott Hanselman - DisplayTemplates and EditorTemplates are a great way in ASP.NET MVC to keep things DRY (Don't Repeat Yourself.) That means I can just write EditorFor() calls like this: (more)
category: Architecture | clicked: 48 | comment | | source: www.hanselman.com
2
Shouts

SharePoint Development in Visual Studio 2012 | TechBubbles

published 243 days, 17 hours, 32 minutes ago posted by kalyanms1kalyanms1 247 days, 17 hours, 16 minutes ago
Friday, September 21, 2012 10:09:58 AM GMT Monday, September 17, 2012 10:25:58 AM GMT
This post discusses about SharePoint 2010 and SharePoint 2013 developer tools in Visual Studio 2012 which helps you to build the application more easily and efficiently. SharePoint 2013 allows you to develop the apps, What is Apps in SharePoint 2013? Apps for SharePoint are self-contained pieces which gives the functionality that extends the SharePoint site. You have the developer tools to build these Apps in SharePoint 2013. (more)
category: Architecture | clicked: 8 | comment | | source: www.techbubbles.com
tags:
2
Shouts

Visual Studio 2012 IDE enhancements | TechBubbles

published 243 days, 17 hours, 32 minutes ago posted by kalyanms1kalyanms1 250 days, 17 hours, 22 minutes ago
Friday, September 21, 2012 10:09:58 AM GMT Friday, September 14, 2012 10:19:59 AM GMT
This post discusses the new productivity and capability features of Visual Studio 2012 IDE for developers. Visual Studio 2012 IDE has got new UI with reduced number of lines, gradients and colors. The content in the IDE differentiated by colors, Your code and icons related to the code will visible more prominent. (more)
category: Architecture | clicked: 60 | comment | | source: www.techbubbles.com
tags:
Previous 1 2 3 4 5 6 7 8 9 10 ... 54 55 Next