Validate Image extensions upon Upload Vincent Maverick Durano, January 1, 0001 In my previous two examples, we have learned on how to Upload and Save the Image to a Folder and path to database and how to Save the Image to the Database. The two previous examples only tackle the basics ... Validate Image extensions upon Upload 0 0 2
Toolbox: SQL Aliaser Aaron Kowall, January 1, 0001 Jeremy Wiebe here at Imaginet created a handy tool for managing SQL aliases: The SQL Aliaser tool aims to solve one small problem: managing an alias for a SQL Server. This tool allows you to alias a remote ... Toolbox: SQL Aliaser 0 0 0
Uploading and Storing Image Path to Database and Image to Folder ... Vincent Maverick Durano, January 1, 0001 In my previous example, we have learned on how to save the actual image to a folder and image path to the database. In this example, I’m going to show on how to display those images in a GridView and Repeater ... Uploading and Storing Image Path to Database and Image to Folder ... 0 0 6
Uploading and Storing Image Path to Database and Image to Folder ... Vincent Maverick Durano, January 1, 0001 I decided to write this example because this has been asked many times at the forums. In my previous article I have shown on how to Upload and Save the Images to Database, In this article I will show on ... Uploading and Storing Image Path to Database and Image to Folder ... 0 0 19
Save Dynamic TextBox Values from GridView to Database Vincent Maverick Durano, January 1, 0001 In my previous article, I have demonstrated on how to add dynamic rows in GridView control with TextBoxes. Now, seems that most of the developers are asking if how to save all the data that was entered ... Save Dynamic TextBox Values from GridView to Database 0 0 45
BizTalk: Naming Conventions for BizTalk Solutions Leonid Ganeline, January 1, 0001 I'm keeping the last, up-to-date version of the Naming Conventions on the Microsoft TechNet site. Version 3.1 2012-05-14Version 3.0 2011-12-26 [Added a Namespace term, it simplifies everything. Extracted ... BizTalk: Naming Conventions for BizTalk Solutions 0 0 6
ASP.NET MVC V2 Preview 1 Released – ScottGu’s Blog &n... jakubmal, January 1, 0001 Translation of original post by Scott Guthrie: / Tłumaczenie oryginalnego posta napisanego przez Scott’a Guthrie: http://weblogs.asp.net/scot... ... ASP.NET MVC V2 Preview 1 Released – ScottGu’s Blog &n... 0 0 0
Book “SOA Patterns with BizTalk Server 2009” by Richard Seroter, ... Leonid Ganeline, January 1, 0001 Book “SOA Patterns with BizTalk Server 2009” by Richard Seroter, review Here is a page from publisher ([PACKT] Publishing) http://www.packtpub.com/soa... Questions: ... Book “SOA Patterns with BizTalk Server 2009” by Richard Seroter, ... 0 0 2
Microsoft BizTalk Server 2009 Operations Guide Jorgen Nilsson, January 1, 0001 Here is a good document describing how to configure and maintain a BizTalk 2009 installation. Everything from configuring Windows Server and SQL Server to performing load and throughput testing is described ... Microsoft BizTalk Server 2009 Operations Guide 0 0 0
Frederick .NET User Group August Meeting John Blumenauer, January 1, 0001 The next Frederick .NET User Group (FredNUG) meeting will be Wednesday, August 26th at the Urbana Regional Library. At the meeting, we’ll recap the previous meeting’s bot bash code challenge. Since the ... Frederick .NET User Group August Meeting 0 0 0
Webcasts on BizTalk Rajesh Charagandla, January 1, 0001 Below are the few webcasts on BizTalk found in CloudTV website. Have a look at once. SNo. WebCast Name Author 1 ESB Toolkit 2.0: Itinerary Demo Brian Loesgen 2 ESB Toolkit 2.0: Order Demo Brian Loesgen ... Webcasts on BizTalk 0 0 0
ASP.NET Performance – Windows Update – a great exampl... Harish Ranganathan, January 1, 0001 Much as people love hearing on the new features of ASP.NET, one of the frequent requests that I receive is around performance counters, high transactional sites using ASP.NET and real world applications ... ASP.NET Performance – Windows Update – a great exampl... 0 0 12
Tutorial: Why the ObjectDataSource is my best friend samerpaul, January 1, 0001 So when I first started working with SQL Server 2008 and LINQ, I would pretty much just use the LinqDataSource because it was definitely the easiest to use. It’s pretty good for testing purposes, or really ... Tutorial: Why the ObjectDataSource is my best friend 0 0 10
BizTalk Server 2009 on Windows 7 Ultimate. Vishal, January 1, 0001 Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; ... BizTalk Server 2009 on Windows 7 Ultimate. 0 0 7
Silverlight Cream for July 23, 2009 -- #653 Dave Campbell, January 1, 0001 In this Issue: Rabeeh Abla, Laurent Duveau, Jesse Liberty, Davide Zordan, Brad Abrams, Scott Marlowe, and Jafar Husain. Shoutouts: New today from Silverlight SDK: Expression Blend 3 released!. Go get your ... Silverlight Cream for July 23, 2009 -- #653 0 0 1
A state-aware generic base class... MorkothsLair, January 1, 0001 The project I am currently on encompasses a large push to clean-up and standardize the client's Reporting library. Currently, there are around 70 odd reports that were created and/or worked-on by an assortment ... A state-aware generic base class... 0 0 1
Topeka Dot Net User Group (DNUG) Meeting - August 20th, 2009 Robz / Fervent Coder, January 1, 0001 Topeka DNUG is free for anyone to attend! Mark your calendars now! Speaker Dru Sellers is the Solution Architect for Federal Home Loan Bank in Topeka, KS. He has been programming professionally for over ... Topeka Dot Net User Group (DNUG) Meeting - August 20th, 2009 0 0 0
Retrieving Added Entities from the ObjectStateManager to avoid du... Abhijeet Patel, January 1, 0001 Let's say we neede to process a bunch of entities coming from an XML file, create EDM entites for each XML element and eventually persist them. Very trivial to accomplish using a little bit of LINQ. <Roles> ... Retrieving Added Entities from the ObjectStateManager to avoid du... 0 0 4
Extracting Embedded Images From SSRS Reports Adam Pooler, January 1, 0001 Ran into a slightly problematic issue today: I was working on an SSRS report project which had been pulled down from source control. The project contains several reports, each of which contains a number ... Extracting Embedded Images From SSRS Reports 0 0 8
An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB r... Patrick Olurotimi Ige, January 1, 0001 I was trying to export data from a txt/csv file to sql server table. After setting up the package and executed it .It worked if the sql server destination is on the same server were i ran the package from. ... An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB r... 0 0 1
Analysis Databases not visible in Administration –> Setu... ssmantha, January 1, 0001 When you try to verify the installation of the Analysis Extensions in AX, you should be able to see the Analysis Database in the Administration->Setup-&g... Administration –> OLAP Administration ... Analysis Databases not visible in Administration –> Setu... 0 0 0
Silverlight Cream for July 21, 2009 - 2 -- #650 Dave Campbell, January 1, 0001 In this Issue: Silverlight SDK, David Poll, Jesse Liberty(2), Scott Marlowe, Brad Abrams(2), and Katrien De Graeve(2). Shoutouts: Hannes Preishuber shows how to find the Silverlight 2 Design surface in ... Silverlight Cream for July 21, 2009 - 2 -- #650 0 0 0
Installing Windows Server 2008 Hyper-V Rodney Vinyard, January 1, 0001 ---------------------------... Mission turn an 8Gig RAM, quadcore desktop with Vista into a Hyper-V Host ---------------------------... ... Installing Windows Server 2008 Hyper-V 0 0 33
Kerberos Authentication for Role Centers pages in Microsoft Dynam... ssmantha, January 1, 0001 What is Kerberos Authentication? Kerberos (or Cerberus) was a three-headed dog in Greek Mythology which guarded the gates of Haides (King of underworld God of Death). Kerberos was responsible to prevent ... Kerberos Authentication for Role Centers pages in Microsoft Dynam... 0 0 5
Put your questions to the SQL Server Development Group about Madi... Dave Oliver, January 1, 0001 I’ve started a thread on Channel 9 to ask my questions about Madison, Gemini and Kilimanjaro which is now 2008 R2. If you’ve got any burning questions why don’t you put them there as well. The Channel ... Put your questions to the SQL Server Development Group about Madi... 0 0 0
Migrate from WordPress to BlogEngine.net Agha Usman Ahmed, January 1, 0001 In this post, I will explain how to migrate a blog running on Word Press (Self Hosted) to BlogEngine. But before I start let me say, that Word Press simply rocks. The reason why I plan to switch my blog ... Migrate from WordPress to BlogEngine.net 0 0 0
Forms Based Authentication and Active Directory Kelly Jones, January 1, 0001 I recently had to configure Forms Based Authentication for our website (in my case SharePoint, but the same would apply to a plain ASP.NET website) and I wanted to configure it to use Active Directory ... Forms Based Authentication and Active Directory 0 0 6
Clarification on SQL Server license included with TFS 2008 Aaron Kowall, January 1, 0001 I wasn’t 100% sure myself so I clarified with MS that the restricted license of SQL Server standard that comes with Team Foundation Server 2008 is limited to SQL Server 2005 standard. In short, even though ... Clarification on SQL Server license included with TFS 2008 0 0 1
MSDN Flash Podcast Show 006 – Eric Nelson discusses Visual ... Eric Nelson, January 1, 0001 This show is a bonus edition. It includes a brief overview of the announcements this week around Azure at the Worldwide Partner Conference in New Orleans and then a 30minute interview recorded at Qcon ... MSDN Flash Podcast Show 006 – Eric Nelson discusses Visual ... 0 0 0
Response to CRUD is bad for REST Chris Eargle, January 1, 0001 Arnon Rotem-Gal-Oz wrote an article for Architect Zone where he makes the claim that CRUD is bad for REST. I couldn’t disagree more, so I felt it important to respond to his criticism. CRUD which stands ... Response to CRUD is bad for REST 0 0 2
Got SDL? AJ Warnock, January 1, 0001 If you have not heard there is an updated MS SDL Starter Kit available for download. This kit provides a compilation of baseline developer security training materials on core Microsoft Security Development ... Got SDL? 0 0 0
Azure pricing and sla announcements plus details on the two SQL A... Eric Nelson, January 1, 0001 We answered a lot of questions on Azure at day 2 of the Worldwide Partner Conference yesterday (Tues 14th July 2009). The conference is being streamed live this week (or at least parts of it) at http://www.digitalwpc.com/ ... Azure pricing and sla announcements plus details on the two SQL A... 0 0 0
SOMD NUG Presentation Code Samples – Building and Consuming... Steve Michelotti, January 1, 0001 Thanks to everyone who attended my presentation on WCF 3.5 REST services last night at SOMD NUG. The link to download both the code and power point is here. It also includes the SQL script for creating ... SOMD NUG Presentation Code Samples – Building and Consuming... 0 0 0
Useful jQuery Plug-ins Renso, January 1, 0001 Normal 0 false false false MicrosoftInternetExplorer4 st1\:*{behavior:url(#ieooui) } /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; ... Useful jQuery Plug-ins 0 0 1
[Link List] Recent (and non recent) Articles on Various Topics Mohamed Meligy, January 1, 0001 Allow me to quote here some emails I sent to the the Dot NET developers group in my company, Injazat, or, as we call ourselves, Ninjazat. I thought it’ll be useful to share some with you as well. · ASP.NET ... [Link List] Recent (and non recent) Articles on Various Topics 0 0 0
WCF from CLR Functions Chris Eargle, January 1, 0001 I don’t approve of calling a WCF server from SQL Server, but there was a business requirement that had to be met. It concerned regulations regarding the safeguarding of certain data elements. Due to performance ... WCF from CLR Functions 0 0 6
Sorting GridView Manually with TemplateFields Vincent Maverick Durano, January 1, 0001 I decided to write this example because this has been asked many times at the forums. In this article, I will show on how to sort GridView columns manually using a DataTable. Note that in this example, ... Sorting GridView Manually with TemplateFields 0 0 7
SQL Saturday - South Florida on August 8th 2009 Herve Roggero, January 1, 0001 Scott Klein (http://geekswithblogs.net/... and I are organizing the first SQL Saturday of South Florida, coming on August 8th 2009. It will be held in Miramar at Devry University. ... SQL Saturday - South Florida on August 8th 2009 0 0 0
This week in User Group land Chris Williams, January 1, 0001 I went to the Twin Cities Languages User Group meeting last night. The topic was Esoteric Programming Languages and it was quite interesting. Jason Bock (also the UG leader) showed several different examples ... This week in User Group land 0 0 0
SQL Azure and SQL Azure Data Platform in a simple diagram Eric Nelson, January 1, 0001 In March 2008 we announced SQL Server Data Services. In October 2008 we renamed it to SQL Data Services, part of SQL Services. In July 2009 we renamed it to SQL Azure Database, part of SQL Azure. Same ... SQL Azure and SQL Azure Data Platform in a simple diagram 0 0 0
Getting started on my journey... ZacHarlan, January 1, 0001 When my “desire bomb” to become a better programmer finally started ticking I was also reading the book Q.B.Q. The basic premise of the book is changing how you look at situations and how to ask the right ... Getting started on my journey... 0 0 1
Scripting Perfmon RobBowman, January 1, 0001 Scripting Perfmon We have a test team in India that I would like to run some load and performance testing. They have access to the required test server and load tools but limited experience using tools ... Scripting Perfmon 0 0 16
some helpful stuff for identifying which need optimization in sql... Sreenivas Mogullapalli, January 1, 0001 -- Query to identify the missing indexes in t-sql of sql server -- from the dynamic views BEGIN -- Do not lock anything, and do not get held up by any locks. SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED ... some helpful stuff for identifying which need optimization in sql... 0 0 1
MVVM via attached behaviors in Silverlight PeterTweed, January 1, 0001 I am a keen believer when building applications in having a clean logical architecture with separation of concerns as much as possible – taking into account the goals of the project and the environment ... MVVM via attached behaviors in Silverlight 0 0 5
RDBMS and The Right Tool for the Right Job Jeff Ferguson, January 1, 0001 I read, with interest, a post by Whitney Weaver about the “No SQL” movement. I have been, to this point, blissfully unaware of this movement. While I am not quite ready to get rid of SQL, I have been known ... RDBMS and The Right Tool for the Right Job 0 0 1
Database Version (C.0.8.40) does not match Wil Peck, January 1, 0001 When setting up Reporting Services for SQL Server 2005 I ran into this error. The resolution was ultimately found in the thread described below - HTH. http://www.developmentnow.c... ... Database Version (C.0.8.40) does not match 0 0 1
Five New Webcasts on Cloud TV Alan Smith, January 1, 0001 I’ve just added a few webcasts to Cloud TV: · WCF - Windows Authentication · Transactions and Compensation · Creating a Highly Available BTS 09 Environment · All you need to know about the SAP Adapter ... Five New Webcasts on Cloud TV 0 0 0
6 months in review JoshReuben, January 1, 0001 Mother of all Blog Posts Building expertise in WPF / Silverlight · Core Programming Concepts: Declerative programming, Dependency properties, DataBinding, Commands, Triggers, VSM, Control templating, the ... 6 months in review 0 0 2
Taking advantage of data binding in Silverlight PeterTweed, January 1, 0001 When building applications we usually want to adopt the write once user everywhere or DRY (Don’t Repeat Yourself) goals for simpler maintenance, validation, configuration,etc etc. So for business applications ... Taking advantage of data binding in Silverlight 0 0 7
Text from SQL Management Studio reformatted by Google Docs when u... Michael Freidgeim, January 1, 0001 When I am using Google Docs, quite often I am copying the portion of code from Visual Studio or SQL Management Studio. but the text is reformatted to become messy. E.G. ALTER PROCEDURE [dbo].[CheckNotProcessed] ... Text from SQL Management Studio reformatted by Google Docs when u... 0 0 0