"Code, Beer and Music ~ my way of being a programmer"
There are 21 entries for the tag
General
Vishal Ranjan invited me to have a short interview about myself. The details of the interview was featured in his blog here: Interview with Vincent Maverick Durano Technorati Tags: Community,General,Asp.NET ......
Yeah it's a tough question especially since most of us across the globe, both young and old heavily rely on computers and the internet . Today, life would be virtually impossible without it. When I was in elementary school I always dreamed of becoming an artist. I loved to paint and draw because I can express my thoughts and emotions through art. But things changed after I graduated in high school because my family couldn't afford to send me to university. I earned my BS degree because I got a scholarship ......
Last week, I was interviewed by Zandra Nilocas from Microsoft Philippines. It was my first time experience to talk about something in front of the camera so it's not surprising that I looked like an idiot in that interview (you know swiveling my chair back and forth without noticing it). Anyway in the interview we talked about ASP.NET WebForms, MVC and Web Matrix in general and just to elaborate a bit of what we talked about and to clarify things out, I have decided to write this post... WebForms ......
Last month a friend of mine invited me to join BeyondRelational.com and asked me to nominate myself as a .NET Quiz Master. In order to qualify I must submit an interesting question related to .NET and their .NET team will review the information and will select 31 quiz masters for the .NET quiz category. This seems insteresting to me so I go ahead and submit one entry. Luckily I was selected as one of the 31 Quiz Masters in the .NET category. I hope to be able to keep up the good work there for years ......
NDepend is an awesome tool by Patrick Smacchia (C# MVP) which the primary goal is to let you analyze your application and to get clear idea about cross dependencies between objects, level of association between them and to know the condition of your code easily. With NDepend you can get the summary of everything on what’s happening in your project at glance and provide a lot more cool features that would help you in analyzing your application. Here's a sample screen shot of the tool: Note that just ......
Hajan posted a blog at codeasp.net and discovered an awesome tool that would let you Create, Build, Run, Test and Debug codes online. I find this tool very useful and handy because I can easily run and test codes without Visual Studio and without installing something in my computer. What is this awesome tool by the way? They called it CodeRun Studio - CodeRun is A free, cross-platform browser-based IDE designed for the cloud. It enables you to easily develop, debug and deploy web applications using ......
Microsoft has recently released the first beta version of WebMatrix. What is it? Taken from the WebMatrix official site: "WebMatrix is everything you need to build Web sites using Windows. It includes IIS Developer Express (a development Web server), ASP.NET (a Web framework), and SQL Server Compact (an embedded database). It streamlines Web site development and makes it easy to start Web sites from popular open-source apps. The skills and code you develop with WebMatrix transition seamlessly to ......
Over the ASP.Net forums where I frequently participate, a member asked the difference between using single quotes and double quotes in a databinding expression. So I thought of sharing the answer that I have provided on that thread as a reference to others. Here's the actual question of the user: I have always been wondering what can be the reason behind the following? <asp:GridView runat="server"> <Columns> <asp:TemplateField> <ItemTemplate> <asp:HiddenField runat="server" ......
Channel 9 is offering a free Silverlight 4 Training Kit. The training kit includes a whitepaper explaining all of the new Silverlight 4 features, several hands-on-labs that explain the features, and a 8 unit course for building business applications with Silverlight 4. The business applications course includes 8 modules with extensive hands on labs as well as accompanying videos that walk you through key aspects of building a business application with Silverlight. Key aspects in this course are working ......
Technorati Tags: General Pluralsight is an online .NET Training library which provides online training materials for .NET developers. Example trainings available on demand: · .NET 3.5 · Agile Team Practices · ASP.NET 3.5 · ASP.NET AJAX · ASP.NET MVC · BizTalk 2006 · BizTalk Server 2006 R2 · BizTalk Server 2009 · iPhone ASP.NET · LINQ · Managed Services Engine · Silverlight 3 · SharePoint Services · SQL Server 2008 · VSTS · WCF · Windows Server AppFabric, formerly "Dublin" · Windows Workflow · WPF ......
Technorati Tags: ASP.NET,General I often see questions at forums(http://forums.asp.net) asking stuffs like: Where to begin? Where Do I start? How to Get Started? So I decided to write this "boring" post to express my opinion and hopefully this can help beginners find their way to get started with ASP.NET. Based on my experience learning ASP.NET is just like learning how to play a guitar.. (oh really? why could I say that? ).(1) First you must have this what we call "interest" because if you don't, ......
Microsoft WebsiteSpark ignites success in the Web business by helping Web Pros to drive new business opportunities through connections with partners and customers around the world. WebsiteSpark also provides Web Pros with Microsoft software and solutions, as well as support and training opportunities. Through their participation in WebsiteSpark, Network Partners can grow their own business and customer base by gaining exposure as a Microsoft partner and participating in an ecosystem that includes ......
Check this out: Technorati Tags: General ......
Mike Brind has written a very good example about "Preventing SQL Injection in ASP.NET". If you are new to Data Access manipulations in ASP.NET then I would strongly suggest you to read the article mentioned above. Technorati Tags: ADO.NET,ASP.NET,General ......
I decided to write this example because I always encounter this type of questions at the asp.net WebParts and Personalization forums. Many of us have used UserControls as WebParts so that we can incorporate different server controls in a single WebPart element and there are times we need to retrieve or pass a value to a Control that‘s inside a UserControl. So in this example, I will show different ways on how to get or pass values to a control that is residing within a UserControl. Suppose that we ......
Just published few articles at ASP Snippets site. try to check the site and I'm sure you will find lots of useful articles there about ASP.NET... Good Luck! Technorati Tags: General ......
The following are the Lists of WYSIWYG Editor that you can pick: RadEditor (Telerik). AJAX-enabled. WebHtmlEditor (Infragistics). Cute Editor (CuteSoft) FreeTextBox (FreeTextBox.com). Free for basic edition. Source code available (for a price). Peter's Textboxes (Peter Blum). Suite of enhanced text box controls. UltimateEditor (Karamasoft) Asbru Web Content Editor (Asbru) ASP.Net XHTML WYSIWYG Editor (MoreNet) AspLib Component library (Astron Digital). Includes a WYSIWYG editor, among other things. ......
For those who wan't to use the Micorsoft.Web.Preview dll then you need to download the Microsoft ASPNET Futures (July 2007 release) first that contains that dll.. You can download it HERE. Technorati Tags: General ......
Here are some useful articles that talks about how to improve the performance of ASP.NET Application. I also included here some links that talks about the best practices for speeding up your website. Improving ASP.NET Performance http://msdn.microsoft.com/e... Best Practices for Speeding Up Your Web Site http://developer.yahoo.com/... 10 ASP.NET Performance and Scalability Secrets http://www.codeproject.com/... 10 Tips for Writing ......
I would like to share with you the following useful articles and FAQ's below about Dynamic Controls in ASP.NET: Dynamically Creating controls in ASP.NET http://support.microsoft.co... http://www.singingeels.com/... Truly Understanding Dynamic Controls http://weblogs.asp.net/infi... Key to ensuring dynamic ASP.NET controls save Viewstate - level 300 http://codebetter.com/blogs... ......
You can use the following Free Online Code Converter below just in case you need to convert C# codes to VB.NET or vice versa. Telerik Code Converter Developer Fusion Code Converter Technorati Tags: General ......