Browsing Tag »sql«

ASP.NET – Dynamic User Controls – IRISHDEV.com

March 12, 2010

ASP.NET - Dynamic User ControlsIRISHDEV.comThis session is aimed at level 200 to 300 and assumes familiarity with ViewState, interfaces, generics, and basic ASP.NET concepts. ...

Binding a select in a client template

March 12, 2010

I recently got a question on one of my client template posts asking me how to bind a select tag’s value to data in client templates . I was surprised not to find anything on the web addressing the problem, so I thought I’d write a short post about it. It really is very simple once you know where to look. You just need to bind the value property of the select tag, like this: < select sys : value ="{binding color}" > If you do it from markup like here, you just need to use the sys: prefix. It just works. Here’s the full source code for my sample page: <! DOCTYPE html > < html > < head > < title > Binding a select tag </ title > < script src = http://ajax.microsoft.com/ajax/beta/0911/Start.js type...(read more)

ASP.NET MVC 2 Released

March 12, 2010

I’m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5.  You can download and install it from the following locations: Download ASP.NET MVC 2 using the Microsoft Web Platform Installer Download ASP.NET MVC 2 from the Download Center The final release of VS 2010 and Visual Web Developer 2010 will have ASP.NET MVC 2 built-in – so you won’t need an additional install in order to use ASP.NET MVC 2 with them.  ASP.NET MVC 2 We shipped ASP.NET MVC 1 a little less than a year ago.  Since then, almost 1 million developers have downloaded and used the final release, and its popularity has steadily grown month over month. ASP.NET MVC 2 is the next significant...(read more)

Mashable’s Weekly Guide to Social Media Jobs – FTC Publications

March 12, 2010

Mashable's Weekly Guide to Social Media JobsFTC PublicationsHave a look at what's good and new on our job boards: Sen... ior ASP.NET Developer at a confidential company in Santa Monica, CA. ...

Pre-Order Visual Studio 2010 Professional upgrade today, and save hundreds

March 12, 2010

Microsoft Visual Studio 2010 Professional will launch on April 12 but you can beat the rush and secure your copy today by pre-ordering at the affordable estimated retail price of $549, a saving of $250. If you use a previous version of Visual Studio or any other development tool then you are eligible for this upgrade. Along with all the great new features in Visual Studio 2010 (see www.microsoft.com/visualstudio ) Visual Studio 2010 Professional includes a 12-month MSDN Essentials subscription which gives you access to core Microsoft platforms: Windows 7 Ultimate, Windows Server 2008 R2 Enterprise, and Microsoft SQL Server 2008 R2 Datacenter. So visit http://www.microsoft.com/visualstudio/en-us/pre-order-visual-studio-2010 to check out all the...(read more)

Issue with dependent assemblies when rebuilding a WAP and the Workarounds

March 11, 2010

In Visual Studio 2010, the dependent assembly of a custom control assembly will be deleted from the project’s Bin folder on project clean or rebuild if the project does not contain a reference to that dependent assembly. The result will be a WAP that successfully builds but fails at runtime. When adding a control from such a custom control assembly, both the custom control assembly and the dependent assembly will be added to the bin folder of the WAP. However, only the reference to the primary assembly will be added automatically to the references node of the project, but the reference to the dependent assembly will not. If the dependent assembly is not required at the compile time, then usually, users would not add it to the references node...(read more)

Episode #6 – Julie Lermon on Learning The Entity Framework

March 11, 2010

Episode #6 - Julie Lermon on Learning The Entity Framework In this episode The Misfit Geek talks with Data Expert Julie Lerman on leanring LINQ to Entities and the Entity Framework. . Resources ...... Julie's Blog Geek Girl Dinners Julie's Book V2 Rough Cuts Julie's Book on Amazon If you are interested in advertising, have suggestions, or advice.... Please CLICK HERE and send them to me. Download Now ! Subscribe Via RSS ... Play Now ! ' /> Click to Play With Flash Read More......(read more)

Microsoft to Present at Cloud Expo East – SYS-CON Media (press release)

March 11, 2010

Microsoft to Present at Cloud Expo EastSYS-CON Media (press release)In their session at the 5th International Cloud Expo, Jeff Barnes, a Microsoft Architect Evangelist, and Jim Zimmerman, an ASP.NET MVP, will discuss how ...and more »

Did you miss the IIS7 FastCGI Update ?

March 11, 2010

In case you did, there are some interesting improvements like…. Monitor changes to a file . The module can be configured to listen for file change notifications on a specific file and when that file changes, the module will recycle FastCGI processes for the process pool. This feature can be used to recycle PHP processes when changes to php.ini file occur. To enable this feature use the monitorChangesTo setting in the <fastCgi> configuration element. Real-time tuning of MaxInstances setting . This MaxInstances setting dictates the maximum number of FastCGI processes which can be launched for each application pool. Set it to 0 to let FastCGI module automatically adjust the number of instances up or down based on the system load and number...(read more)

News: ASP.NET MVC 2 now available

March 11, 2010

For VS2008 now, and VS2010 later!