|
|
ramiljoaquin
ramiljoaquin
 |
|
Stories submitted by ramiljoaquin
|
|
submitted by
ramiljoaquin
28 days, 18 hours ago
blog.dmbcllc.com — Last week we took a look at the jQuery selector syntax which allows us to select elements by their ID, class name or tag name. read more...
add a comment
|
category: AJAX | Views: 10
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
1 month, 14 days ago
blog.wekeroad.com — Scott beat me to it. I had been waiting a bit to talk about the new Web Application Installer from the IIS team but got scooped. This isn't the same thing as the Web Platform Installer (which Scott talked about here) - it's a whole different beast that actually installs applications on your machine and configures them (read more from Scott's post). read more...
add a comment
|
category: ASP.NET | Views: 9
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
1 month, 17 days ago
developercontainer.blogspot.com — With this approach, you can use the Database Publishing Wizard to generate a T-SQL file from your local database. Then, you can upload the script to your hosting provider, and use the sample ASP.NET page provided to execute the code below. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
1 month, 17 days ago
myvbprof.com — This tutorial covers an overview to ASP.NET Dynamic Data features. Dynamic Data is new to the .NET Framework 3.5 (SP1) and provides a way to easily creature, modify, and maintain a data driven website. Microsoft describes Dynamic Data as: read more...
add a comment
|
category: VB.NET | Views: 5
|
|
tags:
VB.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
1 month, 20 days ago
weblogs.asp.net — One of the things you want to avoid when deploying an ASP.NET application into production is to accidentally (or deliberately) leave the <compilation debug=”true”/> switch on within the application’s web.config file. read more...
2 comments
|
category: ASP.NET | Views: 20
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
1 month, 21 days ago
csharpbits.notaclue.net — This is really just an addition to Matt Berseth's article Dynamic Data And Custom Metadata Providers from August 24, 2008, all I wanted to do was add the same features to the Table/Class not just the Columns/Properties. So you can see the full explanation over at Matt Berseth's blog. So here are the listings: read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
1 month, 21 days ago
csharpbits.notaclue.net — This is really just an addition to Matt Berseth's article Dynamic Data And Custom Metadata Providers from August 24, 2008, all I wanted to do was add the same features to the Table/Class not just the Columns/Properties. So you can see the full explanation over at Matt Berseth's blog. So here are the listings: read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
2 months, 2 days ago
weblogs.asp.net — One of my goals this year is to use video more with my blog. My theory is that video is often a better medium than text to walkthrough how something works, and can also help you avoid the tedium of reading though some of my really long blog posts... :-) read more...
add a comment
|
category: Linq | Views: 8
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 2 days ago, submitted by
ramiljoaquin
2 months, 3 days ago
weblogs.asp.net — Here is the latest in my link-listing series. Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. read more...
1 comment
|
category: ASP.NET | Views: 206
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
2 months, 6 days ago
blog.wekeroad.com — jQuery is a lightweight open source JavaScript library (only 15kb in size) that in a relatively short span of time has become one of the most popular read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
3 months, 22 days ago
programmersheaven.com — Polymorphism gives us the ultimate flexibility in extensibility which is a basis of OO programming. Understanding Polymorphism is crucial to any OO language professional , be it a Java , C++ or C# programmer. read more...
add a comment
|
category: C# | Views: 14
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
3 months, 27 days ago
weblogs.asp.net — One of the cool new features in ASP.NET 2.0 is support for what we call "build providers". These are providers that can plug into the ASP.NET compilation system and provide custom compilation support for file-types. ASP.NET ships with a number of built-in providers in the box -- including support for .wsdl and .xsd files. read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
3 months, 27 days ago
blogs.msdn.com — Web applications in Visual Studio 2005 allow you to drop items in the app_code directory in your project and classes are compiled in the background for you. For instance, drop a WSDL file in there and you get a proxy for the web service, drop a schema and you get a DataSet. I wanted to drop a schema in app_code and get an XML serializable class. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
3 months, 27 days ago
weblogs.asp.net — This is old news for some of you, but I've never looked at the ASP.NET buildprovider functionality in more detail until tonight, and it is pretty cool. The buildprovider can generate/build code from certain file types you drop into an ASP.NET project and I'm sure you're familiar with .xsd files and how VS.NET generates classes from those. The cool thing is that you can write your own buildprovider and generate code yourself. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
3 months, 27 days ago
blog.dmbcllc.com — Today, we are going to generate the DataSets we need and modify the controller classes to use them. At the end, you will have a DataLayer and Business Logic Layer that will allow you to start coding your presentation layer using the familiar ASP.NET 2.0 model. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
4 months, 2 days ago
pluralsight.com — Every once in a while when I'm exploring a technology, I experience a jaw-dropping moment where I'm blown away by how elegant, or well designed, or rife with potential something is. read more...
1 comment
|
category: C# | Views: 16
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|