
dotnetacademy.blogspot.com
DOT NET ACADEMYASP.NET, C#, VB.NET, SQL Server, MVC3 Tutorials and interview question
http://dotnetacademy.blogspot.com/
ASP.NET, C#, VB.NET, SQL Server, MVC3 Tutorials and interview question
http://dotnetacademy.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.7 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
27
SITE IP
172.217.6.65
LOAD TIME
0.709 sec
SCORE
6.2
DOT NET ACADEMY | dotnetacademy.blogspot.com Reviews
https://dotnetacademy.blogspot.com
ASP.NET, C#, VB.NET, SQL Server, MVC3 Tutorials and interview question
DOT NET ACADEMY: 'System.Linq.IQueryable' does not contain a definition for 'Include' and no extension method 'Include' accepting a first argument of type 'System.Linq.IQueryable' could be found
http://dotnetacademy.blogspot.com/2014/12/systemlinqiqueryable-does-not-contain.html
Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen. C#NET and VB.NET Interview Questions. Wednesday, December 10, 2014. Does not contain a definition for 'Include' and no extension method 'Include' accepting a first argument of type 'System.Linq.IQueryable. Error: 'System.Linq.IQueryable. Does not contain a definition for 'Include' and no extension method 'Include' accepting a first argument of type 'System.Linq.IQueryable. Solution: Add namespace System.Data.Entity;. NET Framework 4.5. You ca...
DOT NET ACADEMY: How to: add 'Tweet This' button to Asp.net Webpage/website
http://dotnetacademy.blogspot.com/2010/09/how-to-add-tweet-this-button-to-aspnet.html
Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen. C#NET and VB.NET Interview Questions. Friday, September 17, 2010. How to: add 'Tweet This' button to Asp.net Webpage/website. You can add your own ‘Tweet This’ buttons to you webpage/website so that your visitors can post to twitter (complete with URL shortening using Bit.ly) is really easy. Step 1:go to solution exproler and add a webpage (i have given it name:MyTwitterPage). Step 2:remove all the HTML from the page. Dim sShortURL As String.
DOT NET ACADEMY: the type or namespace name 'expression' could not be found
http://dotnetacademy.blogspot.com/2014/12/the-type-or-namespace-name-expression.html
Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen. C#NET and VB.NET Interview Questions. Tuesday, December 9, 2014. The type or namespace name 'expression' could not be found. To remove error "the type or namespace name 'expression' could not be found" Add namespace System.Linq.Expressions. as normally System.Linq is there in using part by default and expression class is under system.Linq.Expressions so we have to make it also in using. Labels: .NET Framework 4.0. View my complete profile.
DOT NET ACADEMY: February 2014
http://dotnetacademy.blogspot.com/2014_02_01_archive.html
Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen. C#NET and VB.NET Interview Questions. Saturday, February 22, 2014. Set entity framework connection string programmatically. Compiled By: Rajesh Rolen. Labels: .NET Framework 4.0. NET Framework 4.5. C#NET and VB.NET Interview Questions. Subscribe to: Posts (Atom). Set entity framework connection string programmati. View my complete profile. C#NET and VB.NET Interview Questions. NET Framework 4.0. NET Framework 4.5. Row/Item Count in Repeater.
DOT NET ACADEMY: March 2015
http://dotnetacademy.blogspot.com/2015_03_01_archive.html
Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen. C#NET and VB.NET Interview Questions. Thursday, March 12, 2015. Cleans all views, SPS, functions PKs, FKs and tables. Subscribe to: Posts (Atom). Cleans all views, SPS, functions PKs, FKs and tabl. View my complete profile. C#NET and VB.NET Interview Questions. NET Framework 4.0. NET Framework 4.5. What is Use of Scriptmanager in asp.net AJAX. Row/Item Count in Repeater. How to: add 'Tweet This' button to Asp.net Webpage/website.
TOTAL PAGES IN THIS WEBSITE
19
Tricks Warehouse: Download/View all images of any website/page
http://trickswarehouse.blogspot.com/2010/11/downloadview-all-images-of-any.html
Various Tricks by Rajesh Rolen. Download/View all images of any website/page. Posted by Dr. Rajesh Rolen. Monday, November 15, 2010. Using below link we can download/view all images of any website/webpage. Http:/ www.justlikeed.net/sd/. May 25, 2012 at 2:51 PM. This is really good post and I would like to visit here once again for good tricks. I am a Software Developer. Qualification: MCA, MCTS, MCP(F), MCP(C#), SCJP, ADCA, BCA, HDCA, DAP, DASPU, DCCPPDS, DTP. Download/View all images of any website/page.
Academy of JAVA by Rajesh Rolen: SCJP Questions
http://academyofjava.blogspot.com/2009/09/scjp-questions_2687.html
Academy of JAVA by Rajesh Rolen. This blog is to provide solutions of Java by Rajesh Rolen. Saturday, September 5, 2009. Author: Dr. Rajesh Rolen. Posted at: 12:07 AM Filed Under: SCJP Dumps. SCJP Dumps 310- 025. 1 public class foo {. 2 public static void main (string[]args). 3 try {return;}. 4 finally {system.out.printIn("Finally");}. What is the result? A The program runs and prints nothing. B The program runs and prints "Finally". C The code compiles, but an exception is thrown at runtime.
Academy of JAVA by Rajesh Rolen: SCJP Questions
http://academyofjava.blogspot.com/2009/09/scjp-questions_9594.html
Academy of JAVA by Rajesh Rolen. This blog is to provide solutions of Java by Rajesh Rolen. Saturday, September 5, 2009. Author: Dr. Rajesh Rolen. Posted at: 12:07 AM Filed Under: SCJP Dumps. SCJP Dumps 310- 025. 1 import java.io.IOException;. 2 public class ExceptionTest(. 3 public static void main (String[]args). 6 ) catch (IOException e) (. 7 system.out.printIn("Caught IOException");. 8 ) catch (Exception e) (. 9 system.out.printIn("Caught Exception");. 12 public void methodA () {. SCJP Dumps 310- 025.
Academy of JAVA by Rajesh Rolen: September 2009
http://academyofjava.blogspot.com/2009_09_01_archive.html
Academy of JAVA by Rajesh Rolen. This blog is to provide solutions of Java by Rajesh Rolen. Monday, September 14, 2009. Connect to more than one database. Author: Dr. Rajesh Rolen. Posted at: 10:11 PM Filed Under: Database Connectivity. Import java.sql.Connection;. Import java.sql.DriverManager;. Import java.sql.SQLException;. Public class TestConnectToMoreThanOneDatabase {. Public static Connection getOracleConnection() throws Exception {. String driver = "oracle.jdbc.driver.OracleDriver";. Import java&...
Academy of JAVA by Rajesh Rolen: April 2011
http://academyofjava.blogspot.com/2011_04_01_archive.html
Academy of JAVA by Rajesh Rolen. This blog is to provide solutions of Java by Rajesh Rolen. Sunday, April 3, 2011. Run Java Program without Main Method. Author: Dr. Rajesh Rolen. Posted at: 11:25 PM Filed Under: Main. You can write a runnable Java program which does not have main method at all. This can be done using the static block of the class. Class MainMethodNot { static { System.out.println("This java program have run without the run method"); System.exit(0); } }. Subscribe to: Posts (Atom). Using ...
ScottGu's Blog - ASP.NET Security Update Shipping Thursday, Dec 29th
http://weblogs.asp.net/scottgu/archive/2011/12/28/asp-net-security-update-shipping-thursday-dec-29th.aspx
ASPNET Security Update Shipping Thursday, Dec 29th. Thursday, December 29, 2011. A few minutes ago Microsoft released an advance notification security bulletin. Announcing that we are releasing an out-of-band security update to address an ASP.NET Security Vulnerability. The security update (MS11-100) has now shipped and is available to install via Windows Update, the Windows Server Update Service and as a download from the Microsoft Download Center. More about the Security Vulnerability. On Dec 28th 2011...
Tricks Warehouse: Highlight Syntex code on blogger
http://trickswarehouse.blogspot.com/2010/09/highlight-syntex-code-on-blogger.html
Various Tricks by Rajesh Rolen. Highlight Syntex code on blogger. Posted by Dr. Rajesh Rolen. Thursday, September 30, 2010. 1In the blogger, go to design then Click on Layout tab - Edit HTML. 2open url: http:/ syntaxhighlighter.googlecode.com/svn/trunk/Styles/SyntaxHighlighter.css. Copy all (css) and paste in you blog at end of existing styles (css). 3put following codes in head. Script language='javascript' src='http:/ syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shCore.js'/.
Tricks Warehouse: Juggle Browser using javascript
http://trickswarehouse.blogspot.com/2010/11/juggle-browser-using-javascript.html
Various Tricks by Rajesh Rolen. Juggle Browser using javascript. Posted by Dr. Rajesh Rolen. Monday, November 1, 2010. I got this code from one of my best friend Mr. Pankaj Agarwal. You can use it to Juggle your browser. Just copy and paste below code in address Bar and press enter. Ecnavda ni ILAWID YPPAH- - "; var outp = " ; for (i = 0; i. I am a Software Developer. Qualification: MCA, MCTS, MCP(F), MCP(C#), SCJP, ADCA, BCA, HDCA, DAP, DASPU, DCCPPDS, DTP. Download/View all images of any website/page.
Tricks Warehouse: How to download file from rapidshare while useing proxy
http://trickswarehouse.blogspot.com/2009/09/how-to-download-file-from-rapidshare.html
Various Tricks by Rajesh Rolen. How to download file from rapidshare while useing proxy. Posted by Dr. Rajesh Rolen. Wednesday, September 30, 2009. We are working in offices and as usual BOSS (who think i am the king) access deny to the rapidshare site. but as usual we are father of boss and we use proxy to open such good sites (hahah). ultra surf. To resolve this problem. Run proxy (like Ultra surf). Go to rapid share search your file. Then click on file link. Now stop your proxy (not close this page).
TOTAL LINKS TO THIS WEBSITE
27
.net ebooks
Thursday, May 31, 2007. Download Free 320kbps Songs. Free 320kbps Hindi And Telugu Songs Download. Earn Money Through SMS. T interview questions.pdf. And its CD Contants. Material for book.rar. NET TRAINING MODULES.rar. NE TRAINING MODULES.rar. Wednesday, May 30, 2007. Shell, ASP.net, VB.net and C#.net programming. Sunday, January 21, 2007. OReilly Programming Atlas Sep 2006. OReilly.Programming.Atlas.Sep.2006.part1.rar. OReilly.Programming.Atlas.Sep.2006.part2.rar. Wiley Professional ASP.Net 2.0...Wiley...
dotnet8x.com | Free Car Insurance Quote | Online Education | Free Credit Score | Online Checking Account
The domain dotnet8x.com is for sale. To purchase, call Afternic.com at 1 781-373-6847 or 855-201-2286. Click here for more details.
S e l v a' s B l o g
S e l v a s B l o g. All About DOT NET and few more perks! Friday, October 24, 2014. Send your Name to Mars! Add your name to the list created by NASA and it will be sent to the Mars upcoming launch! Tuesday, April 10, 2012. My First Photo shop work. My First Photo shop work! So after years and years of thinking finally I thought to download Photoshop elements 10 software (which is the latest version on the net) from Photoshop website and end up with a torrent which I got the full dump :) horray! Anywa...
dotnetable | Experiences of working in software development with .NET.
Experiences of working in software development with .NET. Setting up a Microsoft Dynamics CRM 2013 Development Server on Windows Azure. On July 12, 2015. Post I referenced instructions for installing BizTalk 2013 on Windows Azure. I also installed Microsoft Dynamics CRM 2013 on a virtual machine on Windows Azure. I found this post. Blog to be extremely helpful. Here is a direct link. To the slideshare instructions referenced on the blog post. I did experience a couple of issues as explained here. Are a v...
dotnet abruzzo | La comunity abruzzese sul .net
Disponibili slide .net Day 2015. Sono finalmente disponibili le slide e il codice delle sessione del 5 febbraio QUI. Net day 5 febbraio 2015. Per la Read More ». Stiamo allestendo il nostro nuovo sito, tornate a trovarci e troverete tutte le novità sul nostro gruppo! Net day 5 febbraio 2015. Slide e sorgenti .net day 5 febbraio. Theme Powered by Wordpress. Utilizzando il sito, accetti l'utilizzo dei cookie da parte nostra. maggiori informazioni.
DOT NET ACADEMY
Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen. C#NET and VB.NET Interview Questions. Thursday, April 21, 2016. Could Not Find 'Xamarin.iOS'. Error: Could Not Find 'Xamarin.iOS'. You will get this error while building your xamarin ios/iphone/ipad project in visual studio. To build ios apps in visual studio you need xamarin installed (at least xamarin.ios) on a mac machine in same network and link to that machine in visual studio. Compiled by: Dr. Rajesh Rolen. Tuesday, August 25, 2015.
The domain name dotnetacademy.com is for sale for $435 on GoDaddy.com
The domain name dotnetacademy.com is for sale!
The web site is under construction
This web site has just been created from WebsitePanel. And it is still under construction. The web site is hosted by AcmeHosting.
Wireshark University / dotNet Academy
Wireshark 1: Troubleshooting TCP/IP Networks. Wireshark 2: Advanced Network/Security Analysis. CSI - Cyber Security Investigations. WiFi / 802.11 Network Analysis. Until now, IT professionals using the Wireshark open source analyzer had to teach themselves to decipher packets and detect vulnerabilities on the network. The education and certification programs shorten the learning curve- making networks safer and more stable in a shorter period of time. Troubleshooting TCP/IP Networks (Wireshark University).
dotnetacademy > Home
Maandag 26 maart 2018. Welkom bij de dotNET academy, de organisatie met een "passion for growth". Wij begeleiden pas afgestudeerde IT-professionals en bedrijven op een unieke manier om elkaar te vinden. We begeleiden de wederzijdse selectie en bieden een kwalitatief hoogwaardig opleidingsprogramma om de overgang van onderwijs naar werk naadloos aan te laten sluiten. Dit biedt voordelen voor zowel werkgever als student.