delicious_prog : ASP.NET AJAX > The UpdatePanel Control > Working with PageRequestManager Events http://tinyurl.com/5s72dk
delicious_prog : ASP.NET AJAX > The UpdatePanel Control > Working with PageRequestManager Events http://tinyurl.com/5s72dk Read More......(read more)...
tobin : @merejames I would but we prefer desktop clients here :P I am trying to convince the guys to do a little ASP.NET MVC stuff :)
tobin : @ merejames I would but we prefer desktop clients here :P I am trying to convince the guys to do a little ASP.NET MVC stuff :) Read More......(read more)...
AppCmd Migrate Config and Remove HttpModules
In some of my Web projects I’m using the <remove name=”…”/> tag in web.config section system.web/httpModules. When you’re using the appcmd migrate config command not all removed httpModule configurations are copied to the new section below system.webServer. Before: <system.web>
......
Back from Tech-Ed EMEA
I just flew back from Barcelona where I gave three talks last week at Tech-Ed EMEA. Lots of excitement, and great feedback, on all of the new Ajax features being added to the ASP.NET framework. I've included the Power Points and demo code from my presentations below. In my first Ajax talk, I fo......
eBook on ASP.NET 3.5 Service Pack 1 First Draft
After much pain, agony, cussing, and fussing, I have shipped off the first draft of an eBook on ASP.NET 3.5 Service Pack 1 to Wiley/Wrox. In a moment of weakness foolishness back in September, I told Jim Minatel at Wiley that I would write an eBook on the new features in ASP.NET 3.5 Service P......
<microsoft:ScriptReferenceProfiler> for ScriptCombining, available at CodePlex, ASP.NET AJAX
If you have seen Bertrand’s video on Script Combining to improve AJAX performance , you must have really felt like using it in your site to figure out the scripts downloaded in your page and minimizing the size, improving performance etc., Well, this post is just to say that, the ScriptReferencePro......
Communaut .NET Montral - Nov 17 2008 Meeting - SQL Server 2008 New Features for Developers
http://www.dotnetmontreal.com
Sujet: SQL Server 2008 New Features for DevelopersConfrencier: Michelle GutzaitNote: cette prsentation sera en anglais
Microsoft recently released a new version of its flagship database server: SQL Server 2008. With each new version comes a set of new features ......
Enabling the Browser Back Button for GridView, ASP.NET AJAX History
One of the common navigation tools in a website is the back button of the browser. People use the back button quite frequently to go back to the page already visited. When there is a postback, the browser is updated with the information of the page visited and hence the back button gets enabled aut......
Running the Same Query Against Multiple Databases
One of my clients has a data-driven Software as a Service (SaaS) web application that is used by a dozen different customers. In particular, this client of mine has a web application that's used by various clinics and hospitals to track, schedule, and bill health care-related activities. As discuss......
Using Lightbox in an ASP.NET Application (C#)
The article describes Lightbox as, "... a simple, unobtrusive script used to overlay images on the current page." It delivers a nice, professional looking method for displaying images as overlays through the use of hyperlinks. ...
Rendering A Single View Using Multiple ViewEngines
One of the relatively obscure features of ASP.NET view rendering is that you can render a single view using multiple view engines. Brad Wilson actually mentioned this in his monster blog post about Partial Rendering and View Engines in ASP.NET MVC , but the implications may have been lost amongst a......
SQL Server 2008 Error: `Saving changes is not permitted.`
Tonight I ran into the following error message when using a freshly installed version of SQL Server 2008 in a new project.
Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can't be re......
SQL Server Matrix Workbench
In this workbench, Robyn Page and Phil Factor decide to tackle the subject of Matrix handling and Matrix Mathematics in SQL. They maintain that 'One just needs a clear head and think in terms of set-based operations'...Did you know that DotNetSlackers also publishes .net articles written by top kno......
Styling a Silverlight Twitter Application with Expression Blend 2
Silverlight 2 provides a rich platform for building cross-browser/cross-platform RIA applications. One of the things that makes Silverlight so powerful is the ease with which developers and designers can collaborate together on projects. Developers can use Visual Studio to open a......
Code from My ASP.NET Connections Talks
I finished up my talks at ASP.NET Connections yesterday and wanted to get the code posted as well as links for the additional topics covered in the Silverlight animation session. Here they are: Building N-Tier ASP.NET Applications with LINQ Code Silverlight 2 Animations Code ......
Encrypt your AJAX traffic using Microsoft Silverlight and Ajax.NET Professional
Some of you maybe remember that I had added some security related features in Ajax.NET Professional. It is possible to put an AJAX token or to simple encrypt the data that gets over the lines. With Silverlight we get the System.Security.Cryptography namespace on the client – before it was not very ......
kenfoote : Checking Google Reader. With 3-5 years of ASP.NET and C#, developers can pick and choose in Portland. Good to know for my future.
kenfoote : Checking Google Reader. With 3-5 years of ASP.NET and C#, developers can pick and choose in Portland. Good to know for my future. Read More......(read more)...
MSDN Developer Conference in Atlanta
So,
you couldn’t make PDC this year? Watching recorded sessions not quite
doing it for you? Missing the interaction with Microsoft folks and
industry experts? Well, do we have a fantastic event for you! Come to
the Atlanta, GA MSDN Developer Conference
on December 16th at the Westin Peachtr......
Register Today for MSDN Events
Join MSDN Events for the latest tips, tools, and technical information you need to build powerful applications and engaging user experiences using SQL Server 2008, Visual Studio Tools for Office, and Silverlight 2....Did you know that DotNetSlackers also publishes .net articles written by top known......
SQLAuthority News - RML Utilities - Usage and Additional Help
Yesterday I wrote about SQLAuthority News - Download RML Utilities for SQL Server. I received many emails where different developers requested how to find additional help regarding RML Utilities. Few users reported that they are not able to install RML Utilities because of some reporting service pr......
The Eight Commandments of Source Code Control
Feel free to print out a copy of these commandments and tape them to your coworker's monitor.
You shall check in early and check in often. You anger your coworkers when you check out a file and insist on keeping it checked out until some future point in time that is measured using variables that......
Really Cool Internet Explorer 6 – But how will it perform on 400 MHz?
I have downloaded the new emulator images and I’m really impressed that the IE6 render engine really fits in such a small device. I have created some screenshots below. All Web sites look very similar to the desktop version of Internet Explorer. Most AJAX enabled pages are working, on some Web sit......
SQLAuthority News - Download RML Utilities for SQL Server
The RML utilities allow you to process SQL Server trace files and view reports showing how SQL Server is performing. For example, you can quickly see:Which application, database or login is using the most resources, and which queries are responsible for thatWhether there were any plan changes for a......
Troubleshooting Website Problems by Examining the HTTP Traffic
I started my career as a web developer with Microsoft's Active Server Pages (ASP), the predecessor to ASP.NET. ASP was a very simple scripting engine
and lacked the tools that ASP.NET developers today take for granted, most notably a debugger. Debugging an ASP script typically involved littering......
Create XML from an Array
Passing arrays as arguments to stored procedures is not currently possible in SQL Server, but you can use XML to accomplish this....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silve......
My Latest Silverlight Articles
Over the past few months I've been writing articles for the .NET Insight insight newsletter covering various ASP.NET AJAX concepts. You can read those article here. I've wrapped up that series and have started writing about Silverlight 1.0 and 2. Each week (or so) a new article wi......
SQL SERVER - Delete Backup History - Cleanup Backup History
SQL Server stores history of all the taken backup forever. History of all the backup is stored in msdb database. Many times older history is no more required. Following Stored Procedure can be executed with parameter which takes days of history to keep. In following example 30 is passed to keep his......
The Estrangement of LINQ to SQL
Tim Mallalieu, PM of LINQ to SQL and LINQ to Entities, recently announced: as of .NET 4.0 the Entity Framework will be our recommended data access solution for LINQ to relational scenarios. Tim later tried to clarify the announcement in a carefully worded post: We will continue make some investme......
Three-Pane MGrammar Development in Intellipad
Roger Alsing has posted a discussion of how Intellipad's support for MGrammar development makes writing DSLs easier but showing you what parsers and how as you update the input file and the grammar file itself.
Personally, I'm a huge fan of seeing something work as I type. Think of it as "holi......
Tracking User Activity
Many websites that support user accounts, such as the ASP.NET Forums, include information as to how what users are currently online and what they are doing. For example, the Who Is Online page on the ASP.NET Forums shows the users currently online, what forum they're viewing, and how many minutes i......
ASP.NET AJAX 4.0: Observing updates to POJOs (Plain 'Ole JavaScript Objects)
First of all, if you haven't already done so, download the ASP.NET AJAX 4.0 Preview 3 now and try it out! And after you're done with that, come back here, or there , or there , or there , and let us know what you think and what you like or don't like...( read more ) Read More......(read......
ASP.NET Dynamic Data Web projects templates
Since Visual Studio 2008 SP1 you may have noticed 2 projects template for dynamic data: So what is the difference ? Dynamic Data Web Site / Dynamic Data Web Application: Uses a LINQ to SQL model and LinqDataSource controls. Dynamic Data Entities Web Site / Dynamic Data Entiti......
ASP.NET Podcast Show #127 - Dynamic Data
Subscribe to All!
Subscribe to WMV.
Subscribe to M4V (iPod).
Subscribe to MP3.
Download WMV.
Download M4V (iPod).
Download MP3.Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/11/09/asp-net-podcast-show-127-dynamic-data.aspx Show Notes:Craig Shoemaker.Rachel Appe......
ASP.Net Portal Tutorials and DotNetNuke Resources
Tutorials and Resouces for the ASP.Net Portal Developer. We focus on ASP.Net portals like DotNetNuke. Your complete source for ASP.Net portal tutorials, articles, free code, and DotNetNuke news, and resources. Read More......(read more)...
Distributed Version Control Systems on Windows
At work, I've been experimenting with the big three
Distributed Version Control Systems,
Git, Mercurial, and Bazaar,
on Windows over the last ten days.
Pavel and Eric have been singing the praises of Git and
git-svn on their Mac and Linux boxes respectively
for the last few months.
Git all......
DNS, Zigbee, XBee, Web, SMTP and POP classes in my MSchwarz Toolkit for .NET Micro Framework
As I wrote already some days ago I'm currently working on a library that will offer networking features that I'm missing in .NET Micro Framework. All features are first implemented in desktop .NET Framework 3.0 and then modified to fit the smaller .NET Micro Framework. The Zigbee/XBee C# implementa......
Framework Design Guidelines: Testable Frameworks
I thought I do a weekly blog post series that highlights a few of the new additions to the Framework Design Guidelines 2 nd edition .. The first is around writing testable frameworks it is found in Chapter 1: Introduction. Phil brings his real world experience building ASP.NET MVC to the table with......
rbeenhakker : Choosing dev. tool for project. Windows App+ Web app. Obvious: Winforms App+ ASP.NET,would love to use Delphi Win32, but how to share libs?
rbeenhakker : Choosing dev. tool for project. Windows App+ Web app. Obvious: Winforms App+ ASP.NET,would love to use Delphi Win32, but how to share libs? Read More......(read more)...
SQL SERVER - Check Database Integrity for All Databases of Server
Today we will see quick script which will check integrity of all the database of SQL Server.EXEC sp_msforeachdb ‘DBCCCHECKDB(”?”)’ Above script will return you lots of messages in resultset. If there are any errors in resultset they will be displayed in red text. If everything is black text there i......
The magic behind live bindings explained
Dave has a fantastic and very detailed post about our implementation of the Observer pattern in ASP.NET Ajax 4.0. This feature is what enables the live bindings to work. Check it out! http://weblogs.asp.net/infinitiesloop/archive/2008/11/09/asp-net-ajax-4-0-observing-updates-to-pojos-plain-ole-......
wahm_job_leads : ASP.NET e-commerce site by nopCommerce: We're looking for an e-commerce website that will enable u.. http://tinyurl.com/6kf523
wahm_job_leads : ASP.NET e-commerce site by nopCommerce: We're looking for an e-commerce website that will enable u.. http://tinyurl.com/6kf523 Read More......(read more)...
ASP.NET Podcast Show #126 - Application Performance and NotAtPDC
Subscribe to EverythingSubscribe to MP3 files DownloadOriginal Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/11/03/asp-net-podcast-show-126-application-performance-and-notatpdc.aspx Show Notes:Our new co-host.........drum roll please..........David Penton.Application Perform......
SQLAuthority News - SQL Server 2008 Book Online Updated in October 2008
SQL Server 2008 Books Online is updated on 31 October 2008. I always bookmark latest BOL for my easy reference.Getting Started: New and Updated Topics (31 October 2008)Analysis Services - Multidimensional Data: New and Updated Topics (31 October 2008)Database Engine: New and Updated Topics (31 Octo......
Unit testing ASP.NET data caching
A class for unit testing ASP.NET data caching when using SQL Server...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
...
davidyack : RT: @shanselman Finally! Clear explanation about the difference betwen ASP.NET Routing and IIS7 URL Rewriting: http://bit.ly/mPv8
davidyack : RT: @ shanselman Finally! Clear explanation about the difference betwen ASP.NET Routing and IIS7 URL Rewriting: http://bit.ly/mPv8 Read More......(read more)...
Performance Tuning in Database Systems
In this article, we’re going to learn the principles and techniques you can use to help troubleshoot and evaluate query performance by illustrating examples in Microsoft SQL Server and Oracle database....
shanselman : Finally! Clear explanation about the difference betwen ASP.NET Routing and IIS7 URL Rewriting: http://bit.ly/mPv8
shanselman : Finally! Clear explanation about the difference betwen ASP.NET Routing and IIS7 URL Rewriting: http://bit.ly/mPv8 Read More......(read more)...
SQL SERVER 2008 - Connect Visual Studio 2005 Patch Download
It was not possible to connect SQL Server 2008 to Visual Studio 2005 so far. Microsoft has released Service Pack once it is installed SQL Server 2008 can be connected to Visual Studio 2005.Download Microsoft Visual Studio 2005 Service Pack 1 Update for Microsoft SQL Server 2008 SupportFor connectin......
The Future of LINQ to SQL and EF
Ever the avoider of controversy, I've kept my head down for the past week so I could
finish getting my book into the hands of the copy editor. Of course, now I'm preparing
for next week's presentations at DevConnections,
including a full day of EF on Monday.
Which is why I haven't really said any......
Visual Studio patched for better jQuery IntelliSense
Jeff King just announced the release of a patch for Visual Studio 2008 that enables the IDE to find the –vsdoc.js file without requiring the developer to reference it. To give some context, a documentation file (basically the same file as the runtime script but with XML documentation annotations) ......