Microsoft
Name: Microsoft
Score: 490.01
Last Seen: 160 days, 10 hours, 29 minutes ago
Member Since: 20 September, 2009
Servefault.com
atom rss
4
votes

KiGG - Release: KiGG - 2.5

published 156 days, 14 hours, 58 minutes ago posted by MicrosoftMicrosoft 160 days, 10 hours, 29 minutes ago
Tuesday, October 06, 2009 10:43:18 AM GMT Friday, October 02, 2009 3:11:38 PM GMT
KiGG is a Web 2.0 style social news web application developed in Microsoft supported technologies. (more)
category: Open Source | clicked: 2 | comment | | source: kigg.codeplex.com
4
votes

Telerik ASP.NET MVC Grid Preview (Take 1) - Kazi Manzur Rashid's Blog

published 156 days, 14 hours, 58 minutes ago posted by MicrosoftMicrosoft 160 days, 10 hours, 36 minutes ago
Tuesday, October 06, 2009 10:43:18 AM GMT Friday, October 02, 2009 3:04:49 PM GMT
Telerik ASP.NET MVC Grid Preview (Take 1) Those who have seen my tweet, already know that we have started working on our ASP.NET MVC Grid. In post I will show you the very early version of our Grid, so that you can provide your valuable feedback to guide us in the right direction. So far, we have implemented the paging and multi-column sorting. Let me show you the minimum code to set it up. First, we will create an action method which cr... (more)
category: ASP.NET | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC Grid, Telerik
4
votes

How-To Grant Full Trust to your Website on your VPS or Dedicated Server

published 156 days, 14 hours, 58 minutes ago posted by MicrosoftMicrosoft 160 days, 11 hours, 10 minutes ago
Tuesday, October 06, 2009 10:43:18 AM GMT Friday, October 02, 2009 2:31:32 PM GMT
How To Grant Full Trust to your Website on your VPS or Dedicated Server Log onto your VPS or dedicated server Click on the My Computer Icon. Browse to the ASP.NET 2.0 config folder typically located at C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG. Open up the web.config in notepad and place these lines at the top of you config with the (more)
category: ASP.NET | clicked: 0 | comment | | source: www.serverintellect.com
tags: Dedicated Server, Full Trust, IIS, Microsoft, VPS Server, Windows
1
votes

Dissecting Lucene.net storage: Documents and Fields

posted by MicrosoftMicrosoft 163 days, 13 hours, 26 minutes ago
Tuesday, September 29, 2009 12:15:14 PM GMT
How to get started with Lucene.net Lucene.net: the main concepts Lucene.net: your first application Dissecting Lucene.net storage: Documents and Fields Lucene or how I stopped worrying, and learned to love unstructured dataHow Subtext’s Lucene.net index is structured In the previous posts we discussed how to get started with Lucene.net, its main concepts and we developed a sample application that put in practice all the concepts behind... (more)
category: ASP.NET | clicked: 0 | comment | | source: codeclimber.net.nz
tags: Lucene.Net
1
votes

Speaking in Rome at the Gladiators Fest about ASP.NET MVC (Oct 21)

posted by MicrosoftMicrosoft 163 days, 13 hours, 28 minutes ago
Tuesday, September 29, 2009 12:13:23 PM GMT
Speaking in Rome at the Gladiators Fest about ASP.NET MVC (Oct 21) I’m glad to announce that I’ll be speaking in Rome at the Gladiators Fest (see the original in Italian): this is the first event organized by the .NET user group in Rome and I’ve been invited by Emanuele Mattei to talk about my IT passion: ASP.NET MVC. I’ll held two session:just before the lunch break, the first will be about some of the Best Practices for developing web applications based on ASP.NET MVC (level 300) and immediately aft... (more)
category: ASP.NET | clicked: 0 | comment | | source: codeclimber.net.nz
tags: ASP.NET MVC, Gladiators Fest
1
votes

ASP.NET MVC Refcard available

posted by MicrosoftMicrosoft 163 days, 13 hours, 29 minutes ago
Tuesday, September 29, 2009 12:11:59 PM GMT
ASP.NET MVC Refcard available After completing our book, Keyvan and I decided to combine our efforts again, and write a quick reference about ASP.NET MVC. And today this quick reference is available from DZone, in the RefCardz section of the site. The refcard doesn’t try to explain what the library is (would have not been possible in just 6 pages) but instead focuses on giving a quick reference of the conventions used by the framework, of the API available and of all the aspect of developing with ASP.... (more)
category: ASP.NET | clicked: 0 | comment | | source: codeclimber.net.nz
tags: ASP.NET MVC Refcard, Dzone
1
votes

Sergejus is running Oxite on Azure and thinking in .NET

posted by MicrosoftMicrosoft 163 days, 13 hours, 30 minutes ago
Tuesday, September 29, 2009 12:11:08 PM GMT
Sergejus is running Oxite on Azure and thinking in .NET My friend Sergejus Barinovas, developer, community lead, speaker and much more (I think he is also the only MS MVP of Lithuania) has just started a new blogging experience: after running his Lithuanian blog for two years, he decided to start sharing is knowledge, experience and passion for development in English, in his blog called Thinking in .NET. He will mainly talk about web development, Ajax,  data access technologies and best practices. One... (more)
category: ASP.NET | clicked: 0 | comment | | source: codeclimber.net.nz
tags: .Net, Ajax, Oxite
1
votes

How to make a Gmail-like loading indicator with ASP.NET Ajax

posted by MicrosoftMicrosoft 163 days, 13 hours, 31 minutes ago
Tuesday, September 29, 2009 12:09:43 PM GMT
How to make a Gmail-like loading indicator with ASP.NET Ajax At the moment I'm working on making a web application we just developed more user friendly and more appealing to the end users. The application uses a few ASP.NET Ajax controls so I was pretty surprised when the customer sent me an email saying that he liked all the dynamic loading and the fact that he could reorder "things" using drag&drop and saving them without waiting the page to reload, but it took him a while to understand was going o... (more)
category: ASP.NET | clicked: 1 | comment | | source: codeclimber.net.nz
tags: Ajax, ASP.NET, Web Application
6
votes

Generating SQL Scripts using Windows PowerShell

published 164 days, 16 hours, 47 minutes ago posted by HostgatorHostgator 167 days, 21 hours, 4 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Friday, September 25, 2009 4:37:10 AM GMT
In a previous tip on SQL Script Generation Programmatically with SMO, you've seen how you can use SMO to generate SQL scripts programmatically. In this tip I will cover how to generate scripts using Windows PowerShell. Solution SQL scripting in SMO is controlled either by the Scripter object and its child objects, or the Script method on individual objects as highlighted in the previous tip. We will be using the same approaches to generate SQL scripts using Windows PowerShell. Using the Script() metho... (more)
category: SQL | clicked: 0 | comment | | source: www.mssqltips.com
8
votes

Insufficient Space While Upgrading Cause SQL Server Database Corruption - SQL Recovery | SQL Database Recovery | Recover SQL

published 164 days, 16 hours, 47 minutes ago posted by HostgatorHostgator 167 days, 21 hours, 6 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Friday, September 25, 2009 4:35:09 AM GMT
Insufficient Space While Upgrading Cause SQL Server Database Corruption Every new version of a application or system software contains a number of added and advanced features. To gain benefit of these features, you might want to upgrade to newer version. The same thing applies of MS SQL Server. But in some situations, when you try to upgrade the SQL Server, the process may fail and some of the database tables or whole database might get damaged. This behavior of SQL Server renders all of your mission cr... (more)
category: SQL | clicked: 0 | comment | | source: www.programmersheaven.com
tags: SQL Recovery, SQL Server
6
votes

Damage Registry of SQL Server Agent Cause Database Corruption in SQL Server 2008 - SQL Recovery | SQL Database Recovery | Recover SQL

published 164 days, 16 hours, 47 minutes ago posted by HostgatorHostgator 167 days, 21 hours, 7 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Friday, September 25, 2009 4:33:36 AM GMT
Damage Registry of SQL Server Agent Cause Database Corruption in SQL Server 2008 Registry is the most important component of Microsoft Windows operating system. Whenever you install a software (such as Microsoft SQL Server 2008) or hardware on your computer, a new registry hive is created. But in case if the registry entries of Microsoft SQL Server gets damaged, the database corruption might occur and it may become inaccessible. In such situations, you encounter data loss circumstances and need to go for... (more)
category: SQL | clicked: 0 | comment | | source: www.programmersheaven.com
tags: SQL Server 2008
7
votes

Simultaneous Execution of Two T-SQL Commands May Cause SQL Server Database Corruption - SQL Recovery | SQL Database Recovery | Recover SQL

published 164 days, 16 hours, 47 minutes ago posted by HostgatorHostgator 167 days, 21 hours, 9 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Friday, September 25, 2009 4:32:01 AM GMT
Simultaneous Execution of Two T-SQL Commands May Cause SQL Server Database Corruption If you work on Microsoft SQL Server, you must know the actual value of T-SQL (Transactional Structured Query Language) commands. These commands help you to access and alter the Master Database File (MDF) in an easy and effective fashion. Other useful features of such commands include absolute control on transactions, error handling and row processing. This is recommended not to use such commands concurrently on same SQL... (more)
category: SQL | clicked: 0 | comment | | source: www.programmersheaven.com
tags: SQL Server, T-SQL
5
votes

Rectifying “Database cannot be opened” Error in SQL Server - SQL Recovery | SQL Database Recovery | Recover SQL

published 164 days, 16 hours, 47 minutes ago posted by HostgatorHostgator 167 days, 21 hours, 10 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Friday, September 25, 2009 4:31:26 AM GMT
Rectifying “Database cannot be opened” Error in SQL Server Microsoft SQL Server is the most powerful and advanced RDBMS (Relational Database Management System), which offers excellent database solutions for all sizes of organizations. It provides several distinct and extraordinary features for effective management of your business-critical data. All of your valuable data is stored in MDF (Master Database File) in the form of tables. Although, SQL Server is considered as most reliable database management ... (more)
category: SQL | clicked: 0 | comment | | source: www.programmersheaven.com
tags: Database, SQL Server
6
votes

Index Corruption in MS SQL Server Might Damage the Database - SQL Recovery | SQL Database Recovery | Recover SQL

published 164 days, 16 hours, 47 minutes ago posted by HostgatorHostgator 167 days, 21 hours, 11 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Friday, September 25, 2009 4:30:19 AM GMT
Index Corruption in MS SQL Server Might Damage the Database Index is the most critical component of a relational database. It ensures easy, quick and managed accessing of data from the database. In Microsoft SQL Server, a non-clustered index is an index that stores both logical and physical order of indexes and tables. But in case of corruption if the logical order of index doesn't match the physical order or rows on hard drive and thus you can not access data from the database. This situation generally ... (more)
category: SQL | clicked: 0 | comment | | source: www.programmersheaven.com
tags: MS SQL Server
5
votes

Log Website Errors Using Cxceptions in ASP.NET | Eugene.K

published 164 days, 16 hours, 47 minutes ago posted by HostgatorHostgator 167 days, 21 hours, 12 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Friday, September 25, 2009 4:28:38 AM GMT
Defen­sive pro­gram­ming (ie. check­ing object for null before hav­ing an action on it) can be a great tool but do we always can pre­vent all the errors espe­cially when it comes to user inputs or web servers that not always reli­able. When appli­ca­tion is up and run­ning there are not many ways we can find out that some user had an error unless the error is global so appli­ca­tion goes down. Of course if we have an access to Win­dows Event Viewer on the server we can check it daily but in my hon­est op... (more)
category: ASP.NET | clicked: 0 | comment | | source: ekdd.co.il
tags: ASP.NET
7
votes

Schedule MSSQL query task using Sql Management Studio | eugene.K

published 164 days, 16 hours, 47 minutes ago posted by HostgatorHostgator 167 days, 21 hours, 13 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Friday, September 25, 2009 4:27:41 AM GMT
Check the images below to learn how to cre­ate a sched­uled mssql query task using Microsoft’s Sql Server Man­age­ment Stu­dio. Red zones are the most impor­tant for you to check or to click on and black zones are the ones you not sup­posed see because screen­shots were taken from live server. real life example: My client’s com­mu­nity web­site had a sql table OnlineUsers where every logged in user was stored on login with time user logged in or moved a page last time which was an indi­ca­tion that u... (more)
category: SQL | clicked: 0 | comment | | source: ekdd.co.il
tags: Schedule MSSQL, SQL Management Studio
5
votes

MSSQL to MySQL Conversion - Software Dungeon Downloads

published 164 days, 16 hours, 47 minutes ago posted by HostgatorHostgator 167 days, 21 hours, 15 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Friday, September 25, 2009 4:26:18 AM GMT
MSSQL database conversion application is secure and powerful tool which perform DB records transformation from Microsoft SQL to MySQL database. MSSQL DB converter software facilitates you to convert selected table or thousands of records of any large MSSQL database even if database remotely located. DB migration program migrate entire existing primary key, foreign key, null value, default value, indexes, schema, triggers, views, table rows column attributes etc and support Unicode architecture with multi... (more)
category: SQL | clicked: 0 | comment | | source: www.software-dungeon.co.uk
tags: Microsoft SQL, Mssql, Mysql
6
votes

ASP.NET Full Trust Web Hosting | Web Hosting Reviews

published 164 days, 16 hours, 47 minutes ago posted by IXWebHostingIXWebHosting 168 days, 13 hours, 34 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Thursday, September 24, 2009 12:06:50 PM GMT
Cheap ASP.NET full trust Hosting sponsored by: Reliable Full Trust Hosting for 2009 (Click here to support our sponsor)Full Trust Web HostingLooking for a Reliable web hosting who can support full trust? Welcome to visit our blog website, here I’ll bring some useful information you may interested in, if you like, welcome to Follow meon Twitter. What is full trust hosting and what is modified full trust hosting? A lot of web developers building web applications turn to web hosting companies to host t... (more)
category: Web Hosting | clicked: 10 | comment | | source: www.webhost4lifereview.com
tags: ASP.NET, Full Trust, Hosting
6
votes

Microsoft's 'Custom XML' patent suit could put ODF at risk | The Open Road - CNET News

published 163 days, 21 hours, 44 minutes ago posted by HostMonsterHostMonster 166 days, 21 hours, 6 minutes ago
Tuesday, September 29, 2009 3:57:28 AM GMT Saturday, September 26, 2009 4:34:35 AM GMT
The infamous U.S. District Court for the Eastern District of Texas has slapped Microsoft with a permanent injunction that "prohibits Microsoft from selling or importing to the United States any Microsoft Word products that have the capability of opening .XML, .DOCX or DOCM files (XML files) containing custom XML," according to CNET. This likely won't stop Microsoft Office from shipping, as CNET's Ina Fried writes, but the bigger question may be whether the lawsuit will reach beyond Redmond to also threat... (more)
category: XML | clicked: 1 | comment | | source: news.cnet.com
tags: Custom XML, Microsoft, ODF
4
votes

Microsoft Chart Controls to PDF with iTextSharp and ASP.NET MVC

published 164 days, 16 hours, 47 minutes ago posted by IXWebHostingIXWebHosting 165 days, 23 hours, 43 minutes ago
Monday, September 28, 2009 8:54:29 AM GMT Sunday, September 27, 2009 1:57:54 AM GMT
If you are developing a business application using ASP.NET MVC, and need to produce some kind of dashboard-style reporting, the Chart Controls from Microsoft are a good place to start. Having a summary in some form of document, say a PDF is also a common requirement. This article introduces you to satisfying both needs. A Senior executive came rushing out of his office and shouted at his underlings: "Has anyone seen my pencil?". "It's behind your ear" replied one of the team. "Come on!", t... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.mikesdotnetting.com
tags: ASP.NET MVC, Chart Controls, Microsoft
Previous 1 2 3 Next