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

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

Microsoft Enterprise Library: Caching Application Block

Radical Development, February 3, 2012
Views: 457 | Hits 60

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: 203 | Hits 10

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: 245 | Hits 56

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: 211 | Hits 22

  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: 210 | 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: 350 | 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: 212 | 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: 268 | 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: 216 | 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: 239 | 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: 322 | 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: 278 | 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: 78 | 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: 614 | 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: 296 | 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: 275 | 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: 272 | 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: 636 | Hits 40

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: 289 | 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: 113 | 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: 253 | Hits 11

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: 268 | Hits 20

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: 364 | 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: 293 | Hits 14

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...

Entity Framework 4 from connectionStrings to Database fairies

Clarity Blogs: ASP.NET, August 17, 2011
Views: 223 | Hits 36

This week had some pretty inspirational meetings at work and that helped me decide to write a few posts about what I’ve been working on learning with Entity Framework. I can affirm that I: am not that...

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: 487 | Hits 51

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: 428 | Hits 40

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: 525 | 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: 433 | 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: 322 | 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: 402 | 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: 360 | Hits 22

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: 291 | 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: 256 | 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...

CodeSmith Generator 6.0Editor in Action

Eric J. Smiths Weblog, July 13, 2011
Views: 415 | Hits 38

I thought the best way to show our progress so far would be to show you a quick video of the new editor in action. So without further adieu, here is the new CodeSmith Generator 6.0 editor: * NOTE: Cl...

Code First Development Using the Entity Framework

ASPAlliance.com - The #1 ASP.NET Community, July 5, 2011
Views: 320 | Hits 21

This article will demonstrate how to use the new Code First feature in the Entity Framework 4.1....

EF4 books and EF 4.1

Julia Lerman Blog - Dont Be Iffy..., June 22, 2011
Views: 580 | Hits 60

Ive been asked repeatedly about the viability of my book, Programming Entity Framework, and the other EF4 books out there now that EF 4.1 has been released. The EF4 books are still totally viable and...

Book Review: Murach's ADO.NET 4 Database Programming with VB 2010

ASPAlliance.com - The #1 ASP.NET Community, June 21, 2011
Views: 445 | Hits 21

Nowadays, it is difficult to imagine an application without database support. .NET developers should be able to build data-oriented applications. In this review, Anand examines the usefulness of the c...

Using Live Data in Database Development Work

Simple Talk, June 10, 2011
Views: 255 | Hits 11

...in which Phil Factor reacts with some exasperation when coming across a report that a majority of companies were still using financial and personal data for both developing and testing database app...

What Counts for A DBA - Logic

Simple Talk, June 9, 2011
Views: 222 | Hits 7

"There are 10 kinds of people in the world. Those who will always wonder why there are only two items in my list and those who will figured it out the first time they saw this very old joke."...

OpenAccess Quick Start for Oracle using the Visual Designer

the telerik blogs, June 3, 2011
Views: 283 | Hits 2

Introduction This blog post demonstrates how to set up a Telerik OpenAccess ORM project for use with Oracle databases. We will use the Visual Designer to design our domain classes and then generate ...

ADO.NET Entity Framework 4: New and Notable Features

DevX: .NET Feed, June 2, 2011
Views: 680 | Hits 85

Leverage the new and enhanced features of ADO.NET Entity Framework 4.0 to model at the right level of abstraction....

Adobe Issues Flash Player Fix for IE9 Users Experiencing Issues

Nigel Parkers Outside Line, May 30, 2011
Views: 594 | Hits 17

Last week Adobe broke the Internet. What they did was push an upgrade to their Flash plugin to version 10.3 that made it impossible to view and consume Flash content for Windows 7 + IE9 + Intel HD Gra...

Find Existing ODATA providers.

MS-Joe, May 19, 2011
Views: 363 | Hits 6

The OData Producers list on the OData.org site. On the ODataPrimer wiki site....

Scale NHibernate Apps with Level-2 Distributed Cache

ASP.NET Announcements, May 18, 2011
Views: 641 | Hits 44

NCache is an extremely fast and scalable in-memory distributed cache that improves performance & scalability of .NET applications and also includes a Level-2 Cache provider for NHibernat...

Silverlight Integration Pack for MS Enterprise Library 5.0

MS-Joe, May 16, 2011
Views: 496 | Hits 10

Customer Value For years the Enterprise Library application blocks have helped developers address the typical cross-cutting concerns of enterprise development (such as diagnostic logging, data validat...

Best Practices For Local Databases

Jesse Liberty - Silverlight Geek, May 14, 2011
Views: 666 | Hits 78

Mango From Scratch Ive recently written two posts about coding for SQL CE in Mango (the next release of Windows Phone).  Sean McKenna, who knows more about this than anyone walking the planet, dropped...

Model First, Database First or Code FirstUpdate to Data Points Column

Julia Lerman Blog - Dont Be Iffy..., May 13, 2011
Views: 663 | Hits 45

My recent Data Points column in MSDN Magazine (May 2011) provided an overview of the differences between the three workflows for creating an Entity Framework model: 1) Reverse engineer and existing d...

How to compress a Database - like resource and embed it into an assembly for use at runtime

EggHeadCafe.com New Articles, May 12, 2011
Views: 450 | Hits 26

Data Compression and embedded resources can be a very efficient way to store data that is needed in an application and obviates the need for any external dependencies on databases. Here, I show how to...

Deli & Bread Connection (Lihue, HI)

kennyw.com, May 10, 2011
Views: 206 | Hits 2

Rating: In both of our guidebooks, Deli & Bread Connection is touted as having the best sandwiches in Kauai. So when we passed through Lihue as part of our helicopter-delay excursion, we had to stop b...