News in the Category: Data Subscribe to the rss of this category.

Total posts: 1266 | Sort by Views | Sort by Hits

How to design a Windows 8 Metro style app starting from an existing Windows Phone app Part 2

the telerik blogs, May 22, 2012
Views: 49 | Hits 1

Welcome to the second blog where we talk about the main similarities and differences between the design guidelines of the Windows 8 and the Windows Phone platforms and what this means to designers and...

Microsoft Throws Wrench in Hackers' Playbook

Microsoft Certified Professional Magazine Online | Columns, May 16, 2012
Views: 156 | Hits 15

Plus: Adobe changes mind about not patching older software, The Pirate Bay doesn't condone Anonymous actions....

Customers Prefer “All-In-One” Solutions

Shaun Walker, May 12, 2012
Views: 139 | Hits 8

So I have been a smartphone user for a few years now, and it continues to astound me how much I rely on my device on a daily basis. People who know me well will tell you I am generally not an early ...

Cloud is the Next iPhone (for IT)

<ChristophDotNet, May 7, 2012
Views: 128 | Hits 7

It was the year 2006. The year Google acquired YouTube for a mere $1.65B, Pavarotti opened the Winter Olympics and Germany hosted the World Cup. After successfully branching out in...

How to set a custom height for RadButton and RadFormDecorated buttons in ASP.NET AJAX

the telerik blogs, April 23, 2012
Views: 234 | Hits 1

Lately weve been receiving one question quite often - is it possible to be increase the RadButton and / or RadFormDecorators button default height. Usually people are trying to set the needed value t...

"Page" vs "PageData" objects in ASP.NET Web Pages

mikes web log, April 19, 2012
Views: 130 | Hits 18

I was playing around with layout pages in ASP.NET Web Pages the other day and realized that there are actually two ways to pass data from the content page to the layout page: the Page object and the P...

Web Experience Management Interoperability (WEMI) and DotNetNuke

Shaun Walker, April 12, 2012
Views: 164 | Hits 4

Last week I travelled to Copenhagen, Denmark to participate in the kick-off meeting for the Web Experience Management Interoperability (WEMI) technical committee (TC) which was recently formed by OA...

ASP.NET AJAX Release History : Q1 2012 SP1 (version 2012.1.411)

Telerik News RSS Feed, April 11, 2012
Views: 222 | Hits 5

Common for all controls New Improved: jQuery version updated to 1.7.2 Fixed Fixed: Potential memory leak condition in IE8 or below Fixed: Adding RadAjaxManager through the controls SmartTag thro...

A Beginner's Tutorial for Understanding ADO.NET

The Code Project Latest Articles, April 6, 2012
Views: 271 | Hits 25

A beginner's tutorial for understanding ADO.NET using a simple application....

For Startups, location matters

the telerik blogs, March 29, 2012
Views: 296 | Hits 6

Twenty years ago when I entered the high tech industry, every aspiring young entrepreneur dreamed of building the next Microsoft and being the next Bill Gates. News articles told us that the next Bil...

Abstractions For MongoDB

K. Scott Allen, March 13, 2012
Views: 278 | Hits 12

I've been working with a base class like the following to dig data out of MongoDB with the 10gen driver (install-package mongocsharpdriver). public class MongoDatastore : IDisposable { protected...

6 Ways To Avoid Mass Assignment in ASP.NET MVC

K. Scott Allen, March 12, 2012
Views: 268 | Hits 36

One of the scenarios that I always demonstrate during an ASP.NET MVC class is how to create a mass assignment vulnerability and then execute an over-posting attack. It is a mass assignment vulnerabili...

RadOrgChart for ASP.NET AJAX levels up in Q1 2012

the telerik blogs, March 7, 2012
Views: 264 | Hits 3

Introduction One of the newest members to the RadControls for ASP.NET AJAX family, Teleriks ASP.NET AJAX Organizational Chart control is still green and growing. In its first release we equipped it wi...

A financial dashboard designer based on RadDiagram

the telerik blogs, March 7, 2012
Views: 252 | Hits 8

by Francois Vanderseypen and Miroslav Miroslavov Full source code of the demo application here The new RadDiagram framework brings, together with a host of new exciting things in Tele...

Filtering Custom Types with RadGridView for Silverlight / WPF

the telerik blogs, March 6, 2012
Views: 269 | Hits 2

If you want to filter a column that is data-bound to a custom type, you need to make sure that your custom type meets certain criteria. We will use the type Person as an example. public class Perso...

Asteroids, C#, 3D and OpenGL

MSDN: Coding4Fun, February 22, 2012
Views: 314 | Hits 22

Today's project is a simple example of using OpenGL, C#/WinForm to build a introductory game. What I liked about it is that it really is pretty simple, simple to follow the code, simple to understand ...

ASP.NET AJAX Release History : Q1 2012 (version 2012.1.215)

Telerik News RSS Feed, February 15, 2012
Views: 262 | Hits 2

Common for all controls New Improved: CSS resources minification Fixed Fixed: Design-time wizard is not able to extract the embedded skin names from Telerik.Web.UI.Skins assembly for some cont...

Microsoft Enterprise Library: Caching Application Block

Radical Development, February 3, 2012
Views: 535 | Hits 63

This is a a second article on the topic of the Microsoft Enterprise Library. If you have not read the previous article titled Microsoft Enterprise Library: Data Access Application Block, I recommend y...

ASP.NET AJAX Release History : Q1 2012 Beta (version 2012.1.201)

Telerik News RSS Feed, February 1, 2012
Views: 273 | Hits 11

Common for all controls What's New Improved: CSS resources minification What's Fixed Fixed: Design-time wizard is not able to extract the embedded skin names from Telerik.Web.UI.Skins assembly...

Microsoft Enterprise Library: Data Access Application Block

Radical Development, January 30, 2012
Views: 317 | Hits 59

For those of you who have been using the Enterprise Library from Microsoft then I tip my hat to you. I admit that I have not used this library for a number of years and in most cases the reason is bec...

Entity Framework Code First Migration In The dotConnect ADO.NET Providers

ASP.NET Announcements, January 30, 2012
Views: 292 | Hits 24

  Devart gladly announces the release of the new versions of ADO.NET data providers, enhanced database connectivity solutions, built over the ADO.NET architecture, that support Entity Framework ...

Assert the order of expected calls over instances

Mehfuzs WebLog, January 27, 2012
Views: 272 | Hits 6

How you assert through unit test that an user is authenticated before doing withdraw operation? You can surely verify a method is invoked as expected but if you want to ensure the order right then you...

Enterprise Library 5.0 Data Access Application Block: Fun with IDataReader

The Code Project Latest Articles, January 12, 2012
Views: 639 | Hits 40

Explore the behaviors of an IDataReader in Enterprise Library 5.0 data access application block....

WinForms TextBox to accept numbers in a range

The Code Project Latest Articles, January 10, 2012
Views: 279 | Hits 7

I will use a label with font color red just below the text box and will adopt the following code private void textBox1_TextChanged(object sender, EventArgs e) { int min=0,max=256; ...

Open Graph Protocol Module for DotNetNuke Released

Shaun Walker, January 7, 2012
Views: 337 | Hits 10

Many of you are not even aware that the Open Graph Protocol even exists. However, it has been the backbone of inter-connected websites ever since social sharing of content and web pages has existed....

IE9 not rendering box-shadow Elements inside of Table Cells

Rick Strahls WebLog, January 4, 2012
Views: 286 | Hits 14

Ran into an annoying problem today with IE 9. Slowly updating some older sites with CSS 3 tags and for the most part IE9 does a reasonably decent job of working with the new CSS 3 features. Not all by...

GUI REPL for Roslyn

Marquee de Sells: Chriss insight outlet, December 27, 2011
Views: 320 | Hits 15

If you recall from REPL for the Rosyln CTP 10/2011, Ive been playing around building a little C# REPL app using Roslyn. That version was built as a Console application, but Ive refactored and rebuilt ...

The Death of Flash and Silverlight

Chris Love's Official Blog - Professional ASP.NET, November 10, 2011
Views: 401 | Hits 74

This week there has been news that Silverlight 5 might just be the last version of the technology that never really seemed to get any real traction. This morning I woke to several stories about Adobe ...

Visual Studio Magazine Readers Choice Awards 2011

Shaun Walker, November 1, 2011
Views: 350 | Hits 25

Visual Studio Magazine recently posted the results of its annual Readers Choice Awards for 2011 and I am proud to announce that DotNetNuke has been recognized as a Merit Award Winner again this year i...

Entity Framework custom, custom, custom part ii

Clarity Blogs: ASP.NET, October 21, 2011
Views: 134 | Hits 6

As a follow up to my previous post on creating a custom data provider I have created a github repository containing code for the previous work which can be found at EF4 Custom Data Provider. I hope to...

My Response to the Occupy Wall Street Protesters

Peter Brombergs UnBlog, October 21, 2011
Views: 683 | Hits 71

This is a great letter, and it is real. To All My Valued Employees, There have been some rumblings around the office about the future of this company, and more specifically, your job. As you kn...

2011 Open Source CMS Market Share Survey

Shaun Walker, October 21, 2011
Views: 365 | Hits 23

Water & Stone ( a full service digital agency located in Bali, Indonesia ) is once again in the process of conducting their annual Open Source CMS Market Survey ( formerly referred to as the CMS Wire ...

Debunking Liberal Economic Myths

Peter Brombergs UnBlog, October 11, 2011
Views: 332 | Hits 22

Kevin Drum, writing in Mother Jones, proposes 5 Myths about some common economic issues that he claims arent true.  Liberal writers often suffer from a kind of confirmation bias when making such ...

Execute<T> With IronRuby

K. Scott Allen, October 4, 2011
Views: 328 | Hits 4

Imagine (or dream) that you have some IronRuby code to execute. require 'net/telnet' host = Net::Telnet.new(:Host => 'localhost') #... #... #... return data One way to execute the code and c...

Microsoft Enterprise Library 5.0 - Introduction to Validation Block

The Code Project Latest Articles, September 18, 2011
Views: 924 | Hits 42

Introduces common tasks with examples to the validation block in Microsoft Enterprise Library 5.0...

Microsoft Server, Tools Chief Wants to 'Cloud Optimize' Businesses

Microsoft Certified Professional Magazine Online | Todays Top Picks, September 8, 2011
Views: 350 | Hits 4

Microsoft's Satya Nadella said his department's focus is for enterprises to adopt multiple Microsoft technologies that will provide a hybrid public/private cloud solution....

The Web of Pain for Those Who Did Not Adopt Cloud Yet!

Tanzim Saqib on .NET discovery, September 3, 2011
Views: 167 | Hits 2

No one wants downtime. In this age of Web 2.0 (or even more), the usage of internet based applications has been redefined. People tend to engage themselves in much more volume than ever before, making...

Components Mapping in Fluent NHibernate

The Code Project Latest Articles, August 29, 2011
Views: 345 | Hits 13

This article explains and illustrates on a practical example, how the support of different component mapping is implemented in Entity Developer with Fluent NHibernate....

A Magnifying Lens using Script and CSS

K. Scott Allen, August 23, 2011
Views: 333 | Hits 25

Magno is a something I put together because well, just because. The idea is to provide a magnifying lens effect using a background image and background position animation. The lens tracks the positio...

Introducing ORM Profiler. Beta-testers wanted!

Frans Boumas blog, August 22, 2011
Views: 438 | Hits 22

The past few months, I've spent developing (together with Walaa Atef) a general ORM / Data-access profiler for .NET, simply called ORM Profiler. (How's that for a pronounceable name, eh? ;)) As we'...

Adding awesome lighting effects to your XNA game...

MSDN: Coding4Fun, August 19, 2011
Views: 356 | Hits 18

This XNA project shows off how the author added some awesome lighting effect to their games. And of course you get some code to play with too. XNA Light Pre-Pass: Cascade Shadow MapsOn this post I wil...

You Win! An EF 4.1 Update to Programming Entity Framework is In the Works!

Julia Lerman Blog - Dont Be Iffy..., August 9, 2011
Views: 559 | Hits 53

After I finished writing the first edition of Programming Entity Framework, 832 pages long, I announced to anyone within earshot that if I every talked about writing another book to just shoot me. Aft...

HERMES : A Publish/Subscribe Infrastructure over HTTP

ASPAlliance.com - The #1 ASP.NET Community, July 26, 2011
Views: 489 | Hits 44

Today we are glad to announce HERMES, an Open Source infrastructure for a publish/subscribe messaging model based on MongoDB and RESTful Services. This is 8th release of an open source project from Te...

DB2 PRUNE HISTORY

DBA DB2, July 26, 2011
Views: 593 | Hits 2

Use PRUNE HISTORY Command to delete history file entries1) Consider using if : The history file becomes excessively large2) Consider using if: Retention period is high3) Do not Delete db2rhist.asc or...

Fake a member without worrying about passing the dependency

Mehfuzs WebLog, July 21, 2011
Views: 519 | Hits 15

I have came across this several times in forum (telerik) on how I can really fake an item yet I dont want to pass the instance as an argument. Ideally, this is not a best design but there are third- p...

Cloud Security Debate Continues

Microsoft Certified Professional Magazine Online | Columns, July 18, 2011
Views: 385 | Hits 11

A strong focus of this year's BlackHat conference will be on the growing adoption of the cloud, and what enterprises can do to stay safe. Plus: Researcher warns that Skype may be a large target for ha...

Lessons from Cloud Adopters: Cloud-to-Cloud Integration Is a Challenge

DevX: Latest XML Articles, July 18, 2011
Views: 677 | Hits 7

Recent studies find a painful truth among early cloud computing adopters: cloud-to-cloud integration is a major headache....

Weekly Links 2010_24 (50 for Web Devs & Other Geeks)

MS-Joe, July 15, 2011
Views: 451 | Hits 24

Software Developer Links of the Week. Why is JSON so popular? Developers want out of the syntax business. Is Microsoft Blowing Smoke When It Says It Won’t Be Hurt By the Cloud? Adobe gives desig...

Down the Rabbit Hole- A Study in PowerShell Pipelines, Functions, and Parameters

Simple Talk, July 14, 2011
Views: 348 | Hits 6

For an experienced programmer to learn a new language can be a journey quite like Alice's in wonderland. Paradoxes, unexpected twists, blind tangents, bafflements and nice surprises. Michael comes t...

Entity Framework 4.0 - Learn to Create Databases from the Model

Simple Talk, July 14, 2011
Views: 321 | Hits 21

For application developers focusing on the needs of their code, rather than worrying about the complexities of data representation, the Entity Frameworks abstractions are essential. But eventually a d...